Page 1 of 1

get title in related record formatting

PostPosted: Thu Jul 05, 2012 5:49 pm
by cookie720
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?

Re: get title in related record formatting

PostPosted: Fri Jul 06, 2012 10:05 am
by shannah
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