getHtmlView(ZCComponent pageComponent)
Returns the HTML string that has been configured in the HTML page (Creator 4).
Parameters:
| ZCComponent | An object that holds the details of the specified component. |
getZMLString(ZCComponent pageComponent)
Returns the ZML response for the specified page (Creator 5).
Parameters:
| ZCComponent | An object that holds the details of the specified component. |
executeFunction(ZCComponent zcComponent, String elementId, String actionConfig)
Executes the custom function in the specified page (Creator 5).
Parameters:
| ZCComponent | An object that holds the details of the specified component. |
| elementId | The ID of the button. |
| actionConfig | The action config value received in the ZML snippet. |
getMyLibraryImageSourceDownloadUrl(ZCComponent zcComponent, String fileName)
Returns the download URL for the image uploaded in the page (Creator 5).
Parameters:
| ZCComponent | An object that holds the details of the specified component. |
| fileName | The file name of the specified image. |
getDisplayData(ZCComponent zcComponent, List <string> IDs)
Returns the data for the Display Data in the specified page. (Creator 5)
Parameters:
| ZCComponent | An object that holds the details of the specified component. |
| IDs | The list of element IDs in the specified page. |