Class: Wee::Brush::SubmitButtonTag

Inherits:
ActionInputTag show all
Defined in:
lib/wee/html_brushes.rb

Constant Summary collapse

HTML_TYPE =
'submit'.freeze

Constants inherited from InputTag

InputTag::HTML_TAG

Instance Attribute Summary

Attributes inherited from Wee::Brush

#canvas, #document

Instance Method Summary collapse

Methods inherited from ActionInputTag

#__callback

Methods included from CallbackMixin

#call, #callback, #callback_method

Methods inherited from InputTag

#__callback

Methods inherited from GenericSingleTagBrush

nesting?, #with

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

#initializeSubmitButtonTag

Returns a new instance of SubmitButtonTag.



451
452
453
# File 'lib/wee/html_brushes.rb', line 451

def initialize
  super(HTML_TYPE)
end