Class: Wee::Brush::InputTag
- Inherits:
-
GenericSingleTagBrush
- Object
- Wee::Brush
- GenericTagBrush
- GenericSingleTagBrush
- Wee::Brush::InputTag
- Includes:
- CallbackMixin
- Defined in:
- lib/wee/html_brushes.rb
Overview
Form - Input
Direct Known Subclasses
ActionInputTag, CheckboxTag, FileUploadTag, HiddenInputTag, PasswordInputTag, RadioButtonTag, TextInputTag
Constant Summary collapse
- HTML_TAG =
'input'.freeze
Instance Attribute Summary
Attributes inherited from Wee::Brush
Instance Method Summary collapse
- #__callback ⇒ Object
-
#initialize(_type) ⇒ InputTag
constructor
A new instance of InputTag.
Methods included from CallbackMixin
#call, #callback, #callback_method
Methods inherited from GenericSingleTagBrush
Methods inherited from GenericTagBrush
#get_oid, html_attr, #oid, #onclick_callback, #onclick_javascript, #onclick_update_callback, #onclick_update_self_callback, #ondblclick_callback, #with
Methods inherited from Wee::Brush
#close, nesting?, #setup, #with
Constructor Details
Instance Method Details
#__callback ⇒ Object
378 |
# File 'lib/wee/html_brushes.rb', line 378 def __callback; name(@canvas.register_callback(:input, @callback)) end |