A
|
ann 6/15/2010 |
Hi, |
S
|
Seraph 6/16/2010 |
Hi, you can create a code snippet on the Visual Editor tab which will display records on the add page from another table.
|
A
|
ann 6/16/2010 |
Hi, |
S
|
Seraph 7/1/2010 |
Hi, you can't just copy the HTML code, you need to use custom event to select records from the table (PHP code snippet). Other way of adding List page to the Add page is to use <iframe> tag (HTML mode on the Visual Editor tab). More information: http://www.w3schools.com/tags/tag_iframe.asp
<IFRAME
{BEGIN style_block} {END style_block} {BEGIN body}
|
A
|
ann 7/1/2010 |
Hi, <IFRAME height=700 src="table2_list.php" width="100%"> <p>Your browser does not support iframes.</p> |
S
|
Seraph 7/1/2010 |
Hi, here is the correct sample: <IFRAME height=700 src="table2_list.php" width="100%"> <p>Your browser does not support iframes.</p>
|
A
|
ann 7/1/2010 |
Hi, |