dynapi.api.DynElement - Quick Reference
Constructor
- DynElement()
- ...
Events
Need to check
Public Methods
- addChild(c,alias,inlineID)
- ...
- removeChild(c)
- ...
- deleteChild(c)
- ...
- deleteAllChildren()
- ...
- deleteFromParent()
- ...
- removeFromParent()
- ...
- getChildren()
- ...
- getAllChildren()
- ...
- getParents(l)
- ...
- isParentOf(c)
- ...
- isChildOf(p)
- ...
- onCreate(fn)
- ...
- onPreCreate(fn)
- ...
- updateAnchor()
- ...
Private Methods
- _create()
- _remove()
- _delete()
- _destroy()
- dynpi.functions.Null
- _flagCreateEvent(s)
- ...
- _updateAnchor
- ...
- _updateAnchors
- ...
Static Methods
- _flagEvent(c,type)
- Staic & Private?
Methods from other libraries
- generateBlueprint(type) - DynLayerInline
- type - (String) Optional values: css or js
When type is set to 'css' the element will generate a style sheet for
the layer. When it's set to 'js' the element will generate the
<div> structure in JavaScript code. If it's set to null only the
plain <div> structure will be generated.
-