Class: Nitro::Form::FloatControl
- Inherits:
-
FixnumControl
- Object
- Control
- FixnumControl
- Nitro::Form::FloatControl
- Defined in:
- lib/nitro/helper/form/controls.rb
Overview
Float
Instance Attribute Summary
Attributes inherited from Control
Instance Method Summary collapse
Methods inherited from FixnumControl
Methods inherited from Control
fetch, #initialize, #label, #on_populate, #render
Methods included from XhtmlHelper
#date_select, #datetime_select, #hidden, #href_of, #js_popup, #link_to, #onclick_popup, #options, #popup, #submit, #time_select
Constructor Details
This class inherits a constructor from Nitro::Form::Control
Instance Method Details
#step ⇒ Object
124 125 126 |
# File 'lib/nitro/helper/form/controls.rb', line 124 def step 0.1 end |