JScode
This tag is used to add JavaScript code in the application. SilkBuilder will collect all the JavaScript code and put them together regardless of where these had been defined. This is the code which has to be executed before JQuery is active and accessible by the application. These can be setting global variables and/or functions.
Tag Use
Used as a container:
Properties
*Required property.
renderIf
The logic sentence which will define if the button should be rendered. The explanation on how to use the logic statement is found in Server Code Logic documentation. Default Value: Empty.
desc
Default Value: Empty.
Last updated