ofc_menu_item_camera Class Reference


Public Member Functions

 ofc_menu_item_camera ($text, $javascript_function_name)

Member Function Documentation

ofc_menu_item_camera ( text,
javascript_function_name 
)

Parameters:
$text as string. The menu item text.
$javascript_function_name as string. The javascript function name, the js function takes one parameter, the chart ID. So for example, our js function could look like this:
function save_image( chart_id ) { alert( chart_id ); }

to make a menu item call this: ofc_menu_item_camera('Save chart', 'save_image');


The documentation for this class was generated from the following file:

Generated on Tue Jul 28 00:05:19 2009 for open-flash-chart by  doxygen 1.5.8