class HtmlGrid::InputRadio
Constants
- LABEL
Public Instance Methods
init()
click to toggle source
Calls superclass method
HtmlGrid::Input#init
# File lib/htmlgrid/inputradio.rb, line 32 def init super @attributes["type"] = "radio" end