LimeReport icon indicating copy to clipboard operation
LimeReport copied to clipboard

Doc: Please document Script Browser

Open pasnox opened this issue 6 years ago • 13 comments

I did not success to create new functions in this UI, nor in the Script tab in the workspace. How can i create my own js fucntion ? I tried something like this in the Script tab without success (give parse error):

function theName() { return 42; }

EDIT: Looking at the code make it clear the UI for functions is not implemented, they are even not serialized as they are not part of the ScriptContext object. Also, the code suggest Script tab is an init script to call early, not a palce to create functions etc. This gimme the only option to create the fucntion from c++, somehtin i would like to avoid :/

pasnox avatar Apr 25 '18 10:04 pasnox