Class: HDivTag

Inherits:
HWidget show all
Defined in:
lib/hwidgets/hdivtag.rb

Instance Attribute Summary

Attributes inherited from HWidget

#tag

Instance Method Summary collapse

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