X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/docs/output/Ext.XTemplate.html diff --git a/docs/output/Ext.XTemplate.html b/docs/output/Ext.XTemplate.html deleted file mode 100644 index 85c512b1..00000000 --- a/docs/output/Ext.XTemplate.html +++ /dev/null @@ -1,277 +0,0 @@ -
Properties Methods Events Config Options 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 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

Public Events

This class has no public events.
\ No newline at end of file