Francisco Gama Tabanez Ribeiro wrote: > hi > > There are a lot of customization possibilities in widgets like > TinyMCE. In my first project using it inside a tableform i'm having > trouble using them.
It would be easier to help you if you describe these problems more precisely. The book includes some info about this (though > it's about different widgets) and things seem different. > Could someone point me out a close reference, with examples (if > possible), on how can i achieve that? You can pass options to tinymce's javascript initializer in the "mce_options" dict parameter that the widget receives. These options will be jsonified so your python options get "translated" to js. Alberto --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

