[SOLVED] Foldable Section with Dynamic DIVs |
12/21/2009 12:14:35 | |
| PHPRunner General questions | ||
|
G
gluckett author
Hi All, |
||
|
J
|
Jane 12/22/2009 |
|
Gordon, |
|
|
G
|
gluckett author 12/22/2009 |
|
This is part of the parcel_list.php page. Basically, I have the records vertically and I want to fold up each table (record) - I want to dynamically rename the DIV tags that surround the table (or give the table a unique id) so that I can fold up each record individually.
<TABLE border=0 cellSpacing=0 cellPadding=3 width="100%" ID={$CID_PCL_value}>
<TABLE border=0 cellSpacing=0 cellPadding=3 width="100%" ID=<span id="ieditlink_add"></span><span id="add_CID_PCL"> </span>>Gordon, what page have you added this code on? |
|
|
J
|
Jane 12/23/2009 |
|
Gordon, <TABLE border=0 cellSpacing=0 cellPadding=3 width="100%" ID={$id_value}>
$record["id_value"] = $data["CID_PCL"]; |
|
|
G
|
gluckett author 12/23/2009 |
|
Thanks Jane, $record["id_value"] = $data["CID_PCL"];within?
|
|
|
J
|
Jane 12/24/2009 |
|
Gordon, |
|
|
G
|
gluckett author 12/24/2009 |
|
Hi Jane, function BeforeMoveNextList(&$data,&$row,$col)
Gordon, Please publish your project on Demo Account and open a ticket at http://support.xlinesoft.com sending a URL to your pages along with instructions on reproducing this error. |
|