Page 1 of 1

HTML Break Tag

PostPosted: Wed Mar 04, 2009 5:27 am
by andperry
I notice that if an HTML break tag is placed into a text field, the line break does not appear when viewing the data in list mode. The last word of the first line just runs into the next word. View mode seems to be OK.

Is this a bug or just the way things are? Although it is only a minor annoyance it would be nice to be able to fix it if possible.

Regards,

Andrew.

PostPosted: Thu Mar 05, 2009 9:21 am
by shannah
The list view strips out html from field values to avoid disastrous formatting consequences. If you want to allow html for a particular field you override how a field is displayed in list tab with the fieldname__renderCell() method in the delegate class.

-Steve

PostPosted: Sun Sep 13, 2009 7:10 am
by braddmark
Some list view strips out html from field values to avoid disastrous formatting consequences?



_________________
Indianapolis seo

PostPosted: Sun Sep 13, 2009 8:26 am
by shannah
Yes