1. Toscawidgets are really easy to use. Here are the docs: http://toscawidgets.org/doc_index.html I hate to say RTFM, but here is a brief overview: a) Create a twForm and stuff some fields in it. Pass this into your exposed dictionary b) $(myform()} in your template c) profit!
2. Yes, you will be stoned by the MVC community ;-). TG gives you a really easy way to collect field data, so I cannot fathom why you would want to do that in a template. I mean, just create a new form and have a controller method that is in your root controller to pick up the data. You can always put a redirect as a hidden field in the form to get back to where the page you were on before. 3. There is not one that I know of, but there is an tosca widget for tinymce, which is comparable. Hope this helps. -chris On Dec 12, 8:52 am, alex bodnaru <[EMAIL PROTECTED]> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > hi all, > > since i see serious movement of quite a few things, i'd ask for a few > answers on general issues. pointers to up to date fm are welcome ;) : > > 1. how to use (not create, at this point) toscawidgets? > > 2. my site master template has a few fields, i'd like to see on each > page: like header, footer etch, all of which should be remote editable. > would i be stoned if i'll read those fields from the db in the > master.kid, instead of the controller? > > 3. is there a (tosca)widget for fckeditor? > > thanks in advance, > > alex > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.6 (GNU/Linux) > Comment: Using GnuPG with Mozilla -http://enigmail.mozdev.org > > iQCVAwUBR2ADzdpwN1sq38njAQLBugQAqUjZwSh5SsL7jBwEfy4fSkU+XjltpOkO > LxdIA43JrgRjZVUApeINpfcB6V/FOELdTJUXFyH2ybrL+vejYJ1xvfcWHDeCThAl > upCfJl/hV1W0q/5vjJlaCa7/Sv2l1TLUKn8asSQsVtgvtItV6ZNA0x4MtbdXfCJb > cDyb26gbhek= > =P7CZ > -----END PGP SIGNATURE----- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

