Class: HDivTag
Direct Known Subclasses
HAccordionMenu, HDBActionButtons, HDBComboBox, HDBFilterView, HDBView, HDropDown, HMainView, HPagination, HTabView, HTopNav
Instance Attribute Summary
Attributes inherited from HWidget
Instance Method Summary collapse
-
#initialize(innerHTML = "", **args) ⇒ HDivTag
constructor
A new instance of HDivTag.
Methods inherited from HWidget
#_addJsSlot, #_set, #_setStyle, #addJsFunction, #appendChild, #appendChilds, #buildSignature, #closeTag, #connect, #copyConstructor, #get, #getChilds, #getElementBy, #getSystemProperty, #hotLog, #html, #openTag, #replacePlaceholder, #reset, #set, #setChilds, #setCloseTag, #setClosedTag, #setEnablePlaceholder, #setInnerHTML, #setParent, #setPlaceholder, #setPlaceholders, #setProperties, #setSlots, #setStyle, #setStyles, #setSystemProperties, #setSystemProperty, #setTag, #storeSlots, #storeStyle, #strProperties, test, #unset, widgetSpace
Constructor Details
#initialize(innerHTML = "", **args) ⇒ HDivTag
Returns a new instance of HDivTag.
5 6 7 |
# File 'lib/hwidgets/hdivtag.rb', line 5 def initialize(innerHTML = "", **args) return super('div', innerHTML, args) end |