#LOOP(#module)
Module: #Name
#IF(#dependencies)
Dependencies: #JOIN(", ", #dependencies)#Name#ENDJOIN
#ENDIF
Functions
#LOOP(#function)
#Name
#ENDLOOP
#LOOP(#function)
Function #Name
#ShortDescription
Type: #Type
#IF(#inherit)
Inherit: #JOIN(", ", #inherit)#Name#ENDJOIN
#ENDIF
Categories: #JOIN(", ", #categories)#Name#ENDJOIN
#description[wiki2html]
#LOOP(#syntax)
Syntax: #Name
#IF(#return)
Return: #return.Type#IF(#return.Description) (#return.Description)#ENDIF
#ENDIF #IF(#added)
Added: #added
#ENDIF #IF(#deprecated)
Deprecated: #deprecated
#ENDIF #IF(#removed)
Removed: #removed
#ENDIF
#IF(#param)
Parameters
#LOOP(#param)
#Name (#Type) #Description
#ENDLOOP
#ENDIF
#ENDLOOP #LOOP(#example)
Example: #Name
#IF(#js)
JavaScript
#js
#ENDIF #IF(#html)
HTML
#html
#ENDIF #IF(#xml)
XML
#xml
#ENDIF #IF(#code)
Code
#code
#ENDIF #IF(#css)
CSS
#css
#ENDIF #IF(#results)
Results
#results
#ENDIF
Option: #Name
#ShortDescription
Type: #Type
Added: #added
#IF(#deprecated)
Deprecated: #deprecated
#ENDIF #IF(#removed)
Removed: #removed
#ENDIF #IF(#default)
Default: #default
#ENDIF
#ENDLOOP #LOOP(#event)
#Name
#ShortDescription
#IF(#added)
Added: #added
#ENDIF #IF(#deprecated)
Deprecated: #deprecated
#ENDIF #IF(#removed)
Removed: #removed
#ENDIF
#ENDLOOP #LOOP(#method)
#Name
#LOOP(#syntax)
#Name
#IF(#added)
Added: #added
#ENDIF #IF(#deprecated)
Deprecated: #deprecated
#ENDIF #IF(#removed)
Removed: #removed
#ENDIF
#LOOP(#param)
#Name (#Type) #Description
#ENDLOOP #IF(#return)
Return: #return
#ENDIF
#ENDLOOP
#description[wiki2html]
#ENDLOOP #IF(#note)
Note
#note
#ENDIF #ENDLOOP #ENDLOOP