class HtmlGrid::Button

Public Instance Methods

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