Class: Wee::Brush::TableDataTag
- Inherits:
-
GenericTagBrush
- Object
- Wee::Brush
- GenericTagBrush
- Wee::Brush::TableDataTag
- Defined in:
- lib/wee/renderer/html/brushes.rb
Instance Attribute Summary
Attributes inherited from Wee::Brush
Instance Method Summary collapse
- #align_top ⇒ Object
-
#initialize ⇒ TableDataTag
constructor
A new instance of TableDataTag.
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 ⇒ TableDataTag
Returns a new instance of TableDataTag.
528 529 530 |
# File 'lib/wee/renderer/html/brushes.rb', line 528 def initialize super('td') end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Wee::Brush::GenericTagBrush
Instance Method Details
#align_top ⇒ Object
532 533 534 |
# File 'lib/wee/renderer/html/brushes.rb', line 532 def align_top html_attr('align', 'top') end |