I\'m playing with DOJO Toolkit for a while and I\'m wondering what if for example :
- I already got created dojo.form with few widgets(eleme开发者_高级运维nts)
I'm playing with DOJO Toolkit for a while and I'm wondering what if for example :
- I already got created dojo.form with few widgets(eleme
开发者_高级运维nts)
- I would like to dynamically fill out the form via AJAX call.
My question is if can I do this via dojox.form.manager ?
What's the easiest way to do this ? So far for me the easiest way is to use "dojo.data.ItemFileReadStore" and manually set-up values on specific form elements.
What's the best way to do this (the DOJO's way)
--
Thx in advance
Robert
精彩评论