X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..6a7e4474cba9d8be4b2ec445e10f1691f7277c50:/docs/output/Ext.XTemplate.html diff --git a/docs/output/Ext.XTemplate.html b/docs/output/Ext.XTemplate.html index 5903e7e9..56e5a646 100644 --- a/docs/output/Ext.XTemplate.html +++ b/docs/output/Ext.XTemplate.html @@ -1,4 +1,4 @@ -
Template
  XTemplate

Class Ext.XTemplate

Package:Ext
Defined In:XTemplate.js
Class:XTemplate
Extends:Template

A template class that supports advanced functionality like:

    +
    Template
  XTemplate

    Class Ext.XTemplate

    Package:Ext
    Defined In:XTemplate.js
    Class:XTemplate
    Extends:Template

    A template class that supports advanced functionality like:

    • Autofilling arrays using templates and sub-templates
    • Conditional processing with basic comparison operators
    • Basic math function support
    • @@ -19,22 +19,22 @@ the API, but are supported in the templates that can be created

    For example usage see the constructor.

    Config Options

    Config OptionsDefined By
     compiled : Boolean
    Specify true to compile the template immediately (see compile). -Defaults to false.
    Template