class HtmlGrid::InputText

Constants

LABEL

Public Instance Methods

init() click to toggle source
Calls superclass method HtmlGrid::Input#init
# File lib/htmlgrid/inputtext.rb, line 32
def init
  super
  @attributes["type"] = "text"
end