Package DE_EPAGES::TLE::API::GUIHandler
Implements the #GUI block
Functions
GUI
Declares a local TLE 'GUI Element Object' that is valid for this BLOCK in the template.
Syntax |
#GUI(#ElementType, #LocalName) ... #ENDGUI |
Example |
#GUI("accordion") #GUI.item( "title" = "1. Title", "content"= "Content text" ) #ENDGUI #GUI("accordion", "Accordion") #Accordion.item( "title" = "1. Title", "content"= "Content text" ) #ENDGUI |
Input |
|
Return |
|
registerGUIObject
this function register a new gui type to this gui tle handler
Syntax |
$Handler->registerGUIObject($Package, $Type); |
Input |
|