Class: Wee::Brush::InputTag
- Inherits:
-
GenericSingleTagBrush
- Object
- Wee::Brush
- GenericTagBrush
- GenericSingleTagBrush
- Wee::Brush::InputTag
- Defined in:
- lib/wee/renderer/html/brushes.rb
Direct Known Subclasses
CheckboxTag, FileUploadTag, HiddenInputTag, ImageButtonTag, RadioButtonTag, SubmitButtonTag, TextInputTag
Instance Attribute Summary
Attributes inherited from Wee::Brush
Instance Method Summary collapse
-
#initialize ⇒ InputTag
constructor
A new instance of InputTag.
- #with ⇒ Object
Methods inherited from GenericTagBrush
#__action_callback, #__actionurl_callback, #__actionurl_named_callback, #__input_callback, #css_class, #css_class_for, #method_missing, #onclick_callback, #onclick_update
Methods inherited from Wee::Brush
Constructor Details
#initialize ⇒ InputTag
Returns a new instance of InputTag.
282 283 284 |
# File 'lib/wee/renderer/html/brushes.rb', line 282 def initialize super('input') end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Wee::Brush::GenericTagBrush
Instance Method Details
#with ⇒ Object
289 290 291 |
# File 'lib/wee/renderer/html/brushes.rb', line 289 def with super end |