Re: Helptext forms forms

2012-12-14 Thread Chris Cogdon
"Support": sure! I won't "do the work" for you though :) Okay, Just reading through the django code, and I'm seeing that the help_text is _not_ emitted in the field's widget, but in the _html_output method of BaseForm In other words, you don't need to update the widget. Useless doing so. So,

Re: Helptext forms forms

2012-12-14 Thread 4 The good Life we work
Hallo Chris, thank you for the good explanation. I'm then afread that I have to create my own widget for this. Can you support me on this? Thanks, Tony Michael On Fri 14 Dec 2012 08:45:40 PM CET, Chris Cogdon wrote: > If you're designing your own HTML (eg: this is not in the admin) then >

Re: Helptext forms forms

2012-12-14 Thread Chris Cogdon
If you're designing your own HTML (eg: this is not in the admin) then there's nothing stopping you rendering the help text any way you want. Eg: {{ form.field1 }} (that might not exactly work as written, but using it to give you the gist of things... my preference would be to put the text

Helptext forms forms

2012-12-14 Thread 4 The good Life we work
Hallo, I'm wondering if there is a better way to have helptext informs than help_text which is displayed under the form. Something like FIEDL ? while ? is a button I can click on and it displays the helptext. I'll welcome an example. Thanks, Tony -- You received this message because you are