Class: AlSubmit
Overview
サブミットボタンウィジェット
Instance Attribute Summary
Attributes inherited from AlWidget
#filter, #foreign, #hidden, #label, #message, #name, #required, #tag_attr, #tag_type, #value, #value_format
Instance Method Summary collapse
-
#initialize(name, arg = {}) ⇒ AlSubmit
constructor
(AlSubmit) constructor.
Methods inherited from AlButton
#make_value, #set_value, #validate
Methods inherited from AlWidget
#make_tag, #make_value, #set_attr, #set_value
Constructor Details
#initialize(name, arg = {}) ⇒ AlSubmit
(AlSubmit) constructor
1324 1325 1326 1327 |
# File 'lib/al_form.rb', line 1324 def initialize( name, arg = {} ) @tag_type ||= "submit" super( name, arg ) end |