Objects of this class are server-side representations of images on the client side.
If you enable the 4GL server-side event model for your JSP Web pages and if the Server Side Scriptable check box on the Input Properties dialog box is selected, you can bind parameters or components to objects of this class in the PowerBuilder HTML editor.
PSImageClass property |
Datatype |
Description |
---|---|---|
enabled |
boolean |
Whether or not the control allows focus. This property works only in browsers that support the DISABLED attribute. |
value |
String |
The label for the Image Button control. |
visible |
boolean |
Whether or not the client control is generated. If not visible, there is no access to the client control. |
PSImageClass event |
Description |
---|---|
This event is triggered on an Image Button control when a user action is the trigger for a page refresh. This event happens after all validation and data binding has occurred. |