Objects of this class allow an arbitrary piece of text to be manipulated from server-side scripts in 4GL JSP targets. The value of the text cannot be changed on the client side. You can insert an object of this class only on a page that is server scriptable.
PSStaticTextClass property |
Datatype |
Description |
---|---|---|
name |
String |
The name of the control. Because this is a read-only property, changing the name in a server-side script has no effect other than potentially causing confusion. |
value |
String |
The text to be displayed (can be HTML). |
visible |
boolean |
Whether or not the client control is generated. If not visible, there is no access to the client control. |
PSStaticTextClass event |
Description |
---|---|
Scripting this event causes a form submit to be scripted for an onClick event. Not scripting this event turns this control into an HTML SPAN tag. |