HTML Break Tag
Archived from the Xataface Users forum.
andperry — Wed Mar 04, 2009 5:27 am
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.
shannah — Thu Mar 05, 2009 9:21 am
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
braddmark — Sun Sep 13, 2009 7:10 am
Some list view strips out html from field values to avoid disastrous formatting consequences?
_________________
shannah — Sun Sep 13, 2009 8:26 am
Yes