Public Member Functions | |
| ofc_menu_item_camera ($text, $javascript_function_name) | |
| ofc_menu_item_camera | ( | $ | text, | |
| $ | javascript_function_name | |||
| ) |
| $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: |
to make a menu item call this: ofc_menu_item_camera('Save chart', 'save_image');
1.5.8