The SAGE cell server works via JavaScript. All formulas/code are then
readable even when using the "hide" directive" (Browser "display source"
directive)!
So what's needed is some interface (Ajax)?), which actually transfers forms
input to (say) a PHP program on the SAGE cell server (where the
On Saturday, 20 December 2014 20:06:15 UTC-7, kcrisman wrote:
>
>
>>
>> I would like to create different calculations where the "normal user"
>> only sees input fields for the variables to define and a calculate button.
>>
>> After clicking on it, the result values as well as some visualizations
>
>
>
> I would like to create different calculations where the "normal user" only
> sees input fields for the variables to define and a calculate button.
>
> After clicking on it, the result values as well as some visualizations
> should be shown. The whole code should be hidden.
>
>
>
> Ar