Class: Wee::Brush::TableHeaderTag
- Inherits:
-
GenericTagBrush
- Object
- Wee::Brush
- GenericTagBrush
- Wee::Brush::TableHeaderTag
- Defined in:
- lib/wee/html_brushes.rb
Constant Summary collapse
- HTML_TAG =
'th'.freeze
Constants inherited from GenericTagBrush
Instance Attribute Summary
Attributes inherited from Wee::Brush
Instance Method Summary collapse
-
#initialize ⇒ TableHeaderTag
constructor
A new instance of TableHeaderTag.
Methods inherited from GenericTagBrush
#callback_on, #get_oid, html_attr, #javascript_on, #oid, #onclick_callback, #onclick_javascript, #ondblclick_callback, #update_component_on, #update_on, #with
Methods inherited from Wee::Brush
#close, nesting?, #setup, #with
Constructor Details
#initialize ⇒ TableHeaderTag
Returns a new instance of TableHeaderTag.
321 322 323 |
# File 'lib/wee/html_brushes.rb', line 321 def initialize super(HTML_TAG) end |