Class: CUI.Label
Defined in: | elements/Label/Label.coffee |
Inherits: | CUI.DOMElement |
Overview
Direct Known Subclasses
Variables Summary
- defaults =
-
{ manage_overflow: { icon_inactive: "down", icon_active: "up", active_css_class: "" } }
Variable inherited from CUI.DOMElement
Instance Method Summary
- # (void) initOpts()
- # (void) readOpts()
- # (void) setText(__currentText, markdown = @__markdown)
- # (void) setTextMaxChars(max_chars)
- # (void) getText()
- # (void) setContent(content)
- # (void) checkOverflowSize()
- # (void) getGroup()
- # (void) setIcon(icon)
- # (void) destroy()
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)
setText(__currentText, markdown = @__markdown)
#
(void)
setTextMaxChars(max_chars)
#
(void)
getText()
#
(void)
setContent(content)
#
(void)
checkOverflowSize()
#
(void)
getGroup()
#
(void)
setIcon(icon)
#
(void)
destroy()