On 11/11/05, Ronald Jaramillo <[EMAIL PROTECTED]> wrote: > Toolbox: > In toolbox-start cherrypy.config is set to "server.logToScreen":True, but > (at least in my setup) nothing is sent to the console. How do I turn this on?
Hmm... works fine for me. If you start via tg-admin toolbox, logging is off... if you start via that script, logging should be on. > CSS: > I couldn't get my style sheet over in my test page ( css=[CSSLink(static, > "grid.css")] ) . I ended up adding the link to the css in my widget template. Take a look at the master.kid template in quickstart... you'll see how those links get dropped in. This is the part that I think needs to move to sitetemplate. > Validation: > - What about client side validation (for example javascript when the widgets > loose focus) > Should this be implemented on a per widget basis? This is a tricky one. What would be *really* cool is to have JavaScript associated with the FormEncode validators. So, if you put an Int validator on a field, you could get client side validation (with appropriate messages) for free. We can probably build up a set of these in turbogears.validators. I'm not sure if I want to hold up 0.9 for client side validation, but if someone wants to add it, I'd certainly support that! Kevin

