[web2py] Change auth.wiki _create form

2014-01-05 Thread Ezer Silva
I'm trying to change the auth.wiki's _create form to put ckeditor as the widget. Is that possible? Happy new year everybody and good luck to Massimo on the Edison Awards! -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -

[web2py] Re: Change auth.wiki _create form

2014-01-05 Thread Ezer Silva
Actually I could alter web2py's code to allow me to pass an widget to the body as an argument, but I don't feel it's the best solution -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/iss

[web2py] Re: Button in Component Stealing Focus?

2014-01-21 Thread Ezer Silva
Same here. In my case, always that the URL ends with a '#' (url.com/app/controller/function#) the focus goes to a text box; when the url doesn't end with '#' it doesn't occur. I don't know why it's generating this behaviour, because I'm passing only unnamed args (request.args), not named args (