PDA

View Full Version : form.render() method for templating



XASD
29 Jun 2007, 1:43 AM
How I can understand(http://extjs.com/forum/showthread.php?p=42258),render() method is stateful-you can't re'render() after first invocation.It would be much nicer to have something like render("target",force) which force to ignore "already rendered" attribute on fields/components.This way I can reuse form's or something else declaration in serveral places/times,which always a good thing IMHO.
Maybe I do something wrong and there's another way to acomplish primitive templating using component's declaration?
I don't wanna recreate object structure of my form every time I need it.

Thanks.

FritFrut
25 Jul 2007, 1:02 PM
Yes, I'd like it too. Perhaps in ver 2.0.