X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6a7e4474cba9d8be4b2ec445e10f1691f7277c50..530ef4b6c5b943cfa68b779d11cf7de29aa878bf:/docs/output/Ext.Template.html diff --git a/docs/output/Ext.Template.html b/docs/output/Ext.Template.html index 9f0a5628..24821be2 100644 --- a/docs/output/Ext.Template.html +++ b/docs/output/Ext.Template.html @@ -15,7 +15,7 @@ to true will reduce // compile immediately disableFormats: true // reduce apply time since no formatting - } + } ); For a list of available format functions, see Ext.util.Format.Template re : RegExp
The regular expression used to match template variables. @@ -52,7 +52,7 @@ Multiple arguments will be combined with join(''). { compiled: true, // compile immediately disableFormats: true // See Notes below. - } + } );

Notes: