Class: Wee::Brush::TableHeaderTag
- Inherits:
-
GenericTagBrush
- Object
- Wee::Brush
- GenericTagBrush
- Wee::Brush::TableHeaderTag
- Defined in:
- lib/wee/renderer/html/brushes.rb
Instance Attribute Summary
Attributes inherited from Wee::Brush
Instance Method Summary collapse
-
#initialize ⇒ TableHeaderTag
constructor
A new instance of TableHeaderTag.
Methods inherited from GenericTagBrush
#__action_callback, #__actionurl_callback, #__actionurl_named_callback, #__input_callback, #css_class, #css_class_for, #method_missing, #onclick_callback, #onclick_update, #with
Methods inherited from Wee::Brush
Constructor Details
#initialize ⇒ TableHeaderTag
Returns a new instance of TableHeaderTag.
538 539 540 |
# File 'lib/wee/renderer/html/brushes.rb', line 538 def initialize super('th') end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Wee::Brush::GenericTagBrush