Tool/software: Code Composer Studio
Hi ,
I am creating GUI based application where I need to compute one target variable array values based on few input parameters.
I am trying to use java script file and tried editing below function.
function gc.databind.registry.bind(targetBinding, modelBinding, [getter], [setter]);
The question is how I can write a script where modelBinding is not a single parameter.
What is the widget that I can use to input list of parameters(modelBinding variable) and then calculate targetBinding variable.
Are there any examples available for custom data processing using Java Script.
Please help with the doubt.
Thanks,
Namita