X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/530ef4b6c5b943cfa68b779d11cf7de29aa878bf..6b044c28b5f26fb99c86c237ffad19741c0f7f3d:/docs/output/Ext.DomHelper.html?ds=inline diff --git a/docs/output/Ext.DomHelper.html b/docs/output/Ext.DomHelper.html index ca785802..9cc64110 100644 --- a/docs/output/Ext.DomHelper.html +++ b/docs/output/Ext.DomHelper.html @@ -1,4 +1,4 @@ -
Package: | Ext |
Defined In: | DomHelper.js |
Class: | DomHelper |
Extends: | Object |
The DomHelper class provides a layer of abstraction from DOM and transparently supports creating +
Package: | Ext |
Defined In: | DomHelper.js |
Class: | DomHelper |
Extends: | Object |
The DomHelper class provides a layer of abstraction from DOM and transparently supports creating elements via DOM or using HTML fragments. It also has the ability to create HTML fragment templates from your DOM building code.
DomHelper element specification object
@@ -100,7 +100,11 @@ of DOM can significantly boost performance.Element creation specification parameters may also be strings. If useDom is false, then the string is used as innerHTML. If useDom is true, a string specification results in the creation of a text node. Usage:
-Ext.DomHelper.useDom = true; // force it to use DOM; reduces performance
Property | Defined By | |
---|---|---|
useDom : Boolean True to force the use of DOM instead of html fragments | DomHelper |
Method | Defined By | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
applyStyles( String/HTMLElement el , String/Object/Function styles )
+
This class is a singleton and cannot be created directly. Public Properties
Public Methods
|