is any one using tosca widgets or dynforms in real applications?

2013-02-23 Thread Krishnakant Mane
Hello all, I think the subject says it all. My questions is about tosca widgets. Is it production quality, has some one used in real apps and how good is dynforms for ajax based requirements? Also I wish to know if there is a way to change the css of forms generated by tosca? Happy hacking.

Re: is any one using tosca widgets or dynforms in real applications?

2013-02-23 Thread Thomas G. Willis
the folks on the toscawidgets mailing list would probably be better qualified to answer that kind of question. I haven't used tw2 in a while but you should be able to override the templates of all the widgets for maximum flexibility, but you can also assign a series of css classes. So there's

Re: has anyone replaced the default json renderer with a custom one ?

2013-02-23 Thread Jonathan Vanasco
this is really great, thank you!! i don't know if you wrote an @jsonp renderer, but I adapted yours... def jsonp_renderer_factory(info): def _render(value, system): value = py2json(value) request = system.get('request') if request is None: return value

Re: Debug log doesn't work anymore

2013-02-23 Thread Shu Lin
I have posted the log in the original post already. Let me paste here also. :-) Thanks a lot, -Shu # Begin logging configuration [loggers] keys = root, crossbow_py, sqlalchemy [handlers] keys = console, filelog [formatters] keys = generic [logger_root] level = INFO handlers =

Re: is any one using tosca widgets or dynforms in real applications?

2013-02-23 Thread Krishnakant Mane
So basically there are definite advantages of tw given it's power. I tryed some other form libraries but hit the wall when it came to customizing the css. happy hacking. Krishnakant. On 02/24/2013 02:00 AM, Thomas G. Willis wrote: the folks on the toscawidgets mailing list would probably be