Glossary Item Box
The BinaryImage control has some client-side events:
| Client-side event | Description |
| onShowUploadForm | Occurs just before the Upload Form is displayed. |
| onBeforeImageUpload | Occurs just before the selected file is uploaded. |
Client-side API functions list:
| Function name | Description |
| al_BinaryImage_SetEnable(clientID, isEnable) | Enables or disables the control with given identifier clientID, new state sets with isEnable value |
| al_BinaryImage_IsEnabled(clientID) | Returns is the control enabled or not |
| al_BinaryImage_SetVisible(clientID, visible) | Shows or hides the control with identifier clientID, new state depends on isVisible value |
| al_BinaryImage_IsVisible(clientID) | Returns is the control visible or not |
| al_BinaryImage_ShowHideUploadForm(clientID, show) | Shows or hides the control's upload form |
| See Also |
Controls: Binary Image
Overview: Overview | Client-Side events