X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/docs/output/Ext.Template.html diff --git a/docs/output/Ext.Template.html b/docs/output/Ext.Template.html index 77514b5c..bd5769d4 100644 --- a/docs/output/Ext.Template.html +++ b/docs/output/Ext.Template.html @@ -1,288 +1,28 @@ -
-
- 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>',
+

Class Ext.Template

Package:Ext
Defined In:Template.js, Template-more.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>'
 );
-t.append('some-element', {id: 'myid', cls: 'myclass', name: 'foo', value: 'bar'});
- -
- -

Public Properties

- - - - - - - - - - - - - - - -
PropertyDefined By
  - - disableFormats : Boolean
- True to disable format functions (defaults to false)
-
Template
  - - re : RegExp
- The regular expression used to match template variables
-
Template
- -

Public Methods

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MethodDefined By
- -

Public Events

-
This class has no public events.
-
\ No newline at end of file +t.append('some-element', {id: 'myid', cls: 'myclass', name: 'foo', value: 'bar'});

Public Properties

PropertyDefined By
 disableFormats : Boolean
true to disable format functions (defaults to false)
Template
 re : RegExp
The regular expression used to match template variables
Template

Public Methods

MethodDefined By

Public Events

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