Class: Ziya::Charts::Support::FlashToJavascript

Inherits:
Base
  • Object
show all
Defined in:
lib/ziya/charts/support/flash_to_javascript.rb

Overview

Toggles flash to js callbacks.

Example

Add this component to your yaml stylesheet. Enables Loaded_Chart callback and disable all other callbacks.

<%= comp :flash_to_javascript %>
  Loaded_Chart:   true
  Render_Count:   false
  Scrolled_Chart: false

See www.maani.us/xml_charts/index.php?menu=Reference&submenu=Flash_to_Javascript for additional documentation, examples and further detail.

Method Summary

Methods inherited from Base

#==, attributes, #attributes_for, #configured?, #flatten, has_attribute, #has_sub_components, #initialize, #merge, #options, #options_as_string

Constructor Details

This class inherits a constructor from Ziya::Charts::Support::Base