X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775:/docs/output/Ext.XTemplate.html diff --git a/docs/output/Ext.XTemplate.html b/docs/output/Ext.XTemplate.html index 02b9f951..6d7ee790 100644 --- a/docs/output/Ext.XTemplate.html +++ b/docs/output/Ext.XTemplate.html @@ -1,9 +1,53 @@ -
Properties Methods Events Direct Link
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, conditional processing with -basic comparison operators, sub-templates, basic math function support, special built-in template variables, -inline code execution and more. XTemplate also provides the templating mechanism built into Ext.DataView.

-

XTemplate supports many special tags and built-in operators that aren't defined as part of the API, but are -supported in the templates that can be created. The following examples demonstrate all of the supported features. -This is the data object used for reference in each code example:

+
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
  • +
  • Execute arbitrary inline code with special built-in template variables
  • +
  • Custom member functions
  • +
  • Many special tags and built-in operators that aren't defined as part of +the API, but are supported in the templates that can be created
  • +

+

XTemplate provides the templating mechanism built into:

+

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

Public Properties

This class has no public properties.

Public Methods

MethodDefined By