Class: Wee::Brush::ActionInputTag

Inherits:
InputTag show all
Includes:
CallbackMixin
Defined in:
lib/wee/html_brushes.rb

Overview


Form - Buttons


Direct Known Subclasses

ImageButtonTag, SubmitButtonTag

Constant Summary

Constants inherited from InputTag

InputTag::HTML_TAG

Constants inherited from GenericTagBrush

GenericTagBrush::EVENTS

Instance Attribute Summary

Attributes inherited from Wee::Brush

#canvas, #document

Instance Method Summary collapse

Methods included from CallbackMixin

#call, #callback, #callback_method

Methods inherited from InputTag

#initialize

Methods inherited from GenericSingleTagBrush

nesting?, #with

Methods inherited from GenericTagBrush

#callback_on, #get_oid, html_attr, #initialize, #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

This class inherits a constructor from Wee::Brush::InputTag

Instance Method Details

#__callbackObject



492
# File 'lib/wee/html_brushes.rb', line 492

def __callback; name(@canvas.register_callback(:action, @callback)) end