Class YAHOO.ext.DomHelper

Object
   |
   +--YAHOO.ext.DomHelper

class YAHOO.ext.DomHelper

Nested Class Summary
<static class> YAHOO.ext.DomHelper.Template
 
Field Summary
 Boolean useDom
  True to force the use of DOM instead of html fragments
   
Method Summary * Parameter types in italic indicate optional parameters
 HTMLElement append(<HTMLElement> el, <Object> o)
   Creates new Dom element(s) and appends them to el
 YAHOO.ext.DomHelper.Template createTemplate(<Object> o)
   Creates a new YAHOO.ext.DomHelper.Template from the Dom object spec
 HTMLElement insertAfter(<HTMLElement> el, <Object> o)
   Creates new Dom element(s) and inserts them after el
 HTMLElement insertBefore(<HTMLElement> el, <Object> o)
   Creates new Dom element(s) and inserts them before el
 HTMLElement insertHtml(<String> where, <HTMLElement> el, <String> html)
   Inserts an HTML fragment into the Dom
 HTMLElement overwrite(<HTMLElement> el, <Object> o)
   Creates new Dom element(s) and overwrites the contents of el with them

Field Detail

useDom

Boolean useDom


Method Detail

append

HTMLElement append(<HTMLElement> el, <Object> o)

createTemplate

YAHOO.ext.DomHelper.Template createTemplate(<Object> o)

insertAfter

HTMLElement insertAfter(<HTMLElement> el, <Object> o)

insertBefore

HTMLElement insertBefore(<HTMLElement> el, <Object> o)

insertHtml

HTMLElement insertHtml(<String> where, <HTMLElement> el, <String> html)

overwrite

HTMLElement overwrite(<HTMLElement> el, <Object> o)


Documentation generated by JSDoc on Sat Oct 14 06:07:10 2006