Class: CUI.Block
Defined in: | elements/Block/Block.coffee |
Inherits: | CUI.DOMElement |
Direct Known Subclasses
Variables Summary
Variable inherited from CUI.DOMElement
Instance Method Summary
- # (void) initOpts()
- # (void) readOpts()
- # (void) getTemplateName()
- # (void) setText(txt)
- # (void) setIcon(icon)
- # (void) setHeader(header)
- # (void) setContent(content)
- # (void) getContent()
- # (void) getHeader()
- # (void) appendContent(content)
Inherited Method Summary
Methods inherited from
CUI.DOMElement
#initOpts #registerTemplate #getDOMElementClasses #registerDOMElement #getElementForLayer #unregisterDOMElement #__assertDOMElement #__assertTemplateElement #addClass #setAria #removeClass #hide #show #hasClass #isDestroyed #empty #replace #append #prepend #text #get #getFlexHandle #destroy #getElementClass #getUniqueId #getOpts #getOpt #hasOpt #getSetOpt #hasSetOpt #copy #mergeOpt #removeOpt #addOpt #addOpts #mergeOpts #__getCheckMap #readOpts #readOptsFromAttr #proxy .getOptKeys
Constructor Details
#
(void)
constructor(opts = {})
Instance Method Details
#
(void)
initOpts()
#
(void)
readOpts()
#
(void)
getTemplateName()
#
(void)
setText(txt)
#
(void)
setIcon(icon)
#
(void)
setHeader(header)
#
(void)
setContent(content)
#
(void)
getContent()
#
(void)
getHeader()
#
(void)
appendContent(content)