#INCLUDE("INC-Header.html") #INCLUDE("INC-Quickbar.html")
#IF(#Error)

#Error

#ELSE #BLOCK("SavedInclude",#System.EpagesVersion."/".#System.StoreName."/".#TreeCacheName) #LOCAL("LocalTree",#Tree)
Categories
    #LOOP(#LocalTree.SubCategories)
  • #IF(#SubCategories) +#Title
      #LOOP(#SubCategories)
    • #Title
    • #ENDLOOP
    #ELSE #Title #ENDIF
  • #ENDLOOP
#ENDLOCAL #ENDBLOCK #BLOCK("SavedInclude",#System.EpagesVersion."/".#System.StoreName."/".#ContentCacheName) #LOCAL("LocalContent",#Content)

#LocalContent.Title

#IF(#LocalContent.Type EQ "Category")
    #LOOP(#LocalContent.APIs)
  • #Title

    #JOIN(" | ",#Categories)#Title#ENDJOIN

    #Desc

  • #ENDLOOP
#ELSIF(#LocalContent.Type EQ "API")

Categories: #JOIN(" | ",#LocalContent.Categories)#Title#ENDJOIN

#LOCAL("Index",0) #LOOP(#LocalContent.APIs) #SET("Index",#Index+1)

#Title#IF(#Returns)Returns: #Returns#ENDIF

#IF(#Subclass)

Subclass: #Subclass

#ENDIF #LOOP(#Inherits)

Inherit: #IF(#Sub)(Subclass: #Sub) #ENDIF#Title

#ENDLOOP #IF(#Plugin)

Plugin: #Plugin

#ENDIF

Description: #Desc

#Longdesc
#LOOP(#Notes)

Note:

#Note
#ENDLOOP
#IF(#Examples)
    #LOOP(#Examples)
  • #Desc

    #IF(#HTML)
    HTML:
    #HTML[html]
    #ENDIF #IF(#XML)
    XML:
    #XML[html]
    #ENDIF #IF(#CSS)
    CSS:
    #CSS[html]
    #ENDIF #IF(#Code)
    Code:
    #Code[html]
    #ENDIF #IF(#Results)
    Results:
    #Results[html]
    #ENDIF
  • #ENDLOOP
#ENDIF #IF(#Options) #ENDIF #IF(#Events) #ENDIF #IF(#Methods)
    #LOOP(#Methods)
  • #Title

    #Longdesc
  • #ENDLOOP
#ENDIF
#ENDLOOP #ENDLOCAL #ENDIF
#ENDLOCAL #ENDBLOCK #ENDIF