Hi,
In my new gadget I have used options view as I want user to customize
main view accordingly, but I unable to communicate from main view to
options view.
Eg:
in options view i have a line edit field named "Place" where user
enters some Place say "India", now I want to access this field in main
view on some event (say button click) so in the onclick handler I have
added this code,
var n = options.getValue("Name");
but I dont get anything in n ?
can somebody help me, and please explain using some code.
Thanks,
Prashant Sabnekar