开发者

Dojo.form the easiest way to fill out the form via AJAX call

开发者 https://www.devze.com 2023-02-17 01:22 出处:网络
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

0

精彩评论

暂无评论...
验证码 换一张
取 消