class HtmlGrid::Reset

Public Instance Methods

init() click to toggle source
Calls superclass method
# File lib/htmlgrid/reset.rb, line 31
def init
  super
  @attributes["type"]       =     "reset"
end