Re: Formset - PlainTextOutput-Widget?

2012-11-28 Thread Stefano Probst

I think i have found a TextOutput-Widget :-) Writing your own django 
widget
Am Dienstag, 27. November 2012 15:44:24 UTC+1 schrieb Stefano Probst:
>
> 
> Hi!
> I have a Table with intitialdata from my database. It is implement with a 
> formset. Every row i a form. Now I want to show a text (names) per row. The 
> right in the picture (in black) exist, the red is to do. It should not be 
> an TextInput-widget, it should be a plain text. Like a 
> PlainTextOutput-Widget.
> Does anyone have tips for me?
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/Usy0MZghQSYJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Formset - PlainTextOutput-Widget?

2012-11-27 Thread Stefano Probst



Hi!
I have a Table with intitialdata from my database. It is implement with a 
formset. Every row i a form. Now I want to show a text (names) per row. The 
right in the picture (in black) exist, the red is to do. It should not be 
an TextInput-widget, it should be a plain text. Like a 
PlainTextOutput-Widget.
Does anyone have tips for me?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/Nvuun_eK7YkJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.