X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/d41dc04ad17d1d9125fb2cf72db2b4782dbe3a8c..6a7e4474cba9d8be4b2ec445e10f1691f7277c50:/docs/output/Ext.Template.html diff --git a/docs/output/Ext.Template.html b/docs/output/Ext.Template.html index 77514b5c..9f0a5628 100644 --- a/docs/output/Ext.Template.html +++ b/docs/output/Ext.Template.html @@ -1,288 +1,89 @@ -
-
- Properties - Methods - Events - Direct Link -
-

Class Ext.Template

- - - - - - -
Package:Ext
Defined In:Template.js
Class:Template
Subclasses:XTemplate
Extends:Object
-
- * -Represents an HTML fragment template. Templates can be precompiled for greater performance. -For a list of available format functions, see Ext.util.Format.
-Usage: -
var t = new Ext.Template(
-    '<div name="{id}">',
-        '<span class="{cls}">{name:trim} {value:ellipsis(10)}</span>',
-    '</div>'
+

Class Ext.Template

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

Represents an HTML fragment template. Templates may be precompiled +for greater performance.

+

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

PropertyDefined By
 disableFormats : BooleanTemplate
 re : RegExp
See re.
Template

Public Methods

MethodDefined By

Public Events

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