[SOLVED] Moving FIELDS in Visual Editor |
12/14/2012 1:54:49 AM |
PHPRunner General questions | |
![]() <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=20410&image=1&table=forumtopics' class='bbc_emoticon' alt=':blink:' /> I have a record with about 15 fields in it. |
|
W
|
wildwally 12/14/2012 |
Bill, It has been my experience that you can drag and drop the field where ever you want; however, some of the advanced functionality is lost. To prevent losing any functionality you must move the couple items with the actual field. Again this is from my personal experience so there might be more or less from the officials, but this is what I've found.
{BEGIN example_fieldblock}<TR><TD>...label code...</TD><TD>..input field code....</TD></TR>{END example_fieldblock}
<TR>
{BEGIN example_label}example{END example_label}
<TD class="runner-cc runner-cc1">
|
![]() |
Sergey Kornilov admin 12/14/2012 |
I assume you are talking about the List page.
{BEGIN grid_row}<TR class="runner-row style1 {$rowclass}" {$rowstyle} {$rowattrs}>{BEGIN grid_record}
{BEGIN grid_row}<TR class="runner-row style1 {$rowclass}" {$rowstyle} {$rowattrs}>{BEGIN grid_record}
{BEGIN grid_row}<TR class="runner-row style1 {$rowclass}" {$rowstyle} {$rowattrs}>{BEGIN grid_record} |
![]() |
bbarker author 12/14/2012 |
Thanks WildWally and Sergey. That's the best explanation that I've ever seen on this "simple" procedure. I'll give it a try later tonight when I shift into coding mood. <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=68979&image=1&table=forumreplies' class='bbc_emoticon' alt=':lol:' />
|
![]() |
bbarker author 12/16/2012 |
|