Sha256: b520c8dce523bd9ab8c1ac71dd2527aec0586a448a746aab1b48930c25a5bccb
Contents?: true
Size: 773 Bytes
Versions: 2
Compression:
Stored size: 773 Bytes
Contents
# ----------------------------------------------------------------------------- # Draws a button on a chart # # Author:: Fernand Galiana # ----------------------------------------------------------------------------- module Ziya::Components # Button component to draw a a button on the chart. # Must be set up within the draw component. # See http://www.maani.us/xml_charts/index.php?menu=Reference&submenu=draw # for additional documentation, examples and futher detail. class Button < Base has_attribute :layer, :transition, :delay, :duration, :url_idle, :url_over, :url_press, :x, :y, :width, :height, :alpha, :bevel, :glow, :blur, :shadow, :timeout, :retry end end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
derailed-ziya-2.0.8 | lib/ziya/components/button.rb |
ziya-2.0.7 | lib/ziya/components/button.rb |