html - Blackberry Webworks (Widget) JavaScript & XML/JSON Help -


here scenario...

builing blackberry webworks (widget) used portal remote website. of pages remote. user customizable homepage users can add information , links.

the way in using jde have xml properties file add/edit/remote nodes desired information , everytime app run process file. however, webworks app work, need accomplish via adding information html page.

i believe need via javascript, have little javascript experience , less blackberry api experience.

so looking beginning end example of how load saved properties file either xml or json via javascript can dynamically build homepage of widget. in addition, looking examples of how add/edit/remove xml or json objects config file via javascript well.

i have searched , searched, not sure if on right track or not, have had no luck. have seen examples of how edit xml in microsoft/mozilla broswers, not sure if same or not... if looking confirmation.

basically here outline of head tells me needs happen...

<html> ... <script> //read xml/json properties file // each item loaded process , publish html source code </script> ... <!-- html add desired information properties file --> <script> // perform insert/edit/delete of xml/json </script> ... </html> 

thanks help!!! -jd

i'm not sure want build, , question. explain yourself?

you can start looking @ official blackberry webworks documentation , working examples here: http://us.blackberry.com/developers/browserdev/learningresources.jsp

best!


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -