get title in related record formatting
Archived from the Xataface Users forum.
cookie720 — Thu Jul 05, 2012 5:49 pm
Hi all,
I want the titles of my related records to show up on one line. The problem is a ‘htmlarea’ description adds a break to the end of it, so if I have another word concatenated in my title in my section, i am left with ugly formatting of the record titles. Is there a way to take out the < /br> from my htmlarea fields?
shannah — Fri Jul 06, 2012 10:05 am
I’m not exactly clear on where you are referring to. But you can probably deal with this by implementing the getTitle() method in the related table and strip the HTML tags on it using strip_tags() or something.
-Steve