Class: Wee::Brush::TextInputTag
- Inherits:
-
InputTag
- Object
- Wee::Brush
- GenericTagBrush
- GenericSingleTagBrush
- InputTag
- Wee::Brush::TextInputTag
- Defined in:
- lib/wee/html_brushes.rb
Constant Summary collapse
- HTML_TYPE =
'text'.freeze
Constants inherited from InputTag
Constants inherited from GenericTagBrush
Instance Attribute Summary
Attributes inherited from Wee::Brush
Instance Method Summary collapse
-
#initialize ⇒ TextInputTag
constructor
A new instance of TextInputTag.
Methods inherited from InputTag
Methods included from CallbackMixin
#call, #callback, #callback_method
Methods inherited from GenericSingleTagBrush
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 ⇒ TextInputTag
Returns a new instance of TextInputTag.
431 432 433 |
# File 'lib/wee/html_brushes.rb', line 431 def initialize super(HTML_TYPE) end |