17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1036 Views |
-
Need help with setFieldFormatting. Creating an anchor/link format has odd behaviours

8 December 2008 at 11:57am
I have added the following formatting to a ComplateTableField:
$storesTablefield->setFieldFormatting(array(
'ProductUrl' => '<a href=\"$ProductUrl\">$ProductUrl</a>'
));I was expecting the page to go to that url, instead it opens up in a lightbox pop up window.
Also, when i click on any of the other cells in the ComplexTableField (excluding vew, edit, etc), instead of it opening a popup window to show the full details of the dataobject, it instead tries to load the url from the formatted field instead.
Is there an attribute that I need to add to this anchor to help control its behaviours?
| 1036 Views | ||
|
Page:
1
|
Go to Top |

