Sha256: b0657fbf662371406a8fd8f1e86bc3503a4dd86a9a5599d014554aa0130063bf
Contents?: true
Size: 272 Bytes
Versions: 1
Compression:
Stored size: 272 Bytes
Contents
module Celerity # # Input: Button # # Class representing button elements # class Button < InputElement TAGS = [ Identifier.new('button'), Identifier.new('input', :type => %w(submit reset image button)) ] DEFAULT_HOW = :value end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
celerity-0.0.1 | lib/celerity/elements/button.rb |