dhtmlxSpreadsheet no F(x) button

I have installed the WordPress spreadsheet pluggin on our site. I would like to enter formulas but there in no F(x) button on the edit bar only save and cancel buttons

Any help would be greatly appreciated

Bob

Hi,
math is an optional parameter. Please, make sure that you have enabled it:

<script src="../codebase/spreadsheet.php?math=true"></script>

I would like to enter formulas but there in no F(x) button on the edit bar only save and cancel buttons

Where in the WordPress version is this option set?

Hi,
in wordpress plugin you use short tag to place spreadsheet at page.
You should add this parameter in this tag. Here is a link to details about parameters:
docs.dhtmlx.com/doku.php?id=dhtm … the_plugin

I did not use the short install but the entire code and I still have no F(x) box. Furthermore, my cells recognize the equal sign as text only and do not generate formulae. Can you advise?

Never mind; found that adding “&math=true” to my string fixed it.