Class: Wee::Brush::FileUploadTag
- Inherits:
-
InputTag
- Object
- Wee::Brush
- GenericTagBrush
- GenericSingleTagBrush
- InputTag
- Wee::Brush::FileUploadTag
- Defined in:
- lib/wee/renderer/html/brushes.rb
Instance Attribute Summary
Attributes inherited from Wee::Brush
Instance Method Summary collapse
-
#initialize ⇒ FileUploadTag
constructor
A new instance of FileUploadTag.
Methods inherited from InputTag
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 ⇒ FileUploadTag
Returns a new instance of FileUploadTag.
490 491 492 493 |
# File 'lib/wee/renderer/html/brushes.rb', line 490 def initialize super type('file') end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Wee::Brush::GenericTagBrush