This topic is locked

Inline edit - List page

7/21/2010 4:10:46 PM
PHPRunner General questions
G
gawde author

Using vers 5.2
I have a record containing a large Notes field that I would like to place as a second row on a List page. The page uses both standard Edit and Inline Edit. I was able to display the Notes field under the other fields for the record but when I attempt to edit inline only the first row of fields become available for edit. Also, the second row does not change background color when moused over.
Has any one succeeded in doing something like this?
Greg_De

G
gawde author 7/21/2010

Ok, the edit across 2 lines has been remedied (some leftover test code was geting in the way).

Still not highlighting the (background) of the second line.

J
Jane 7/22/2010

Greg,
unfortunately it's not possible to set up one color for two rows. You can set up color for each row adding {$rowattrs} {$rowstyle} to the new <TR>.
As workaround I recommend you to create new table in each row (for each record) instead of set of columns and then put all your fiels as you want in this table.