Tahnx for the answer. Sadly, it doesn't use the custom code.
Just to have an example:
subpanelel/default.php
Code:
'list_fields' => array(
'file_name'=>array(
'vname' => 'LBL_FILE_NAME',
//'name' => 'file_name',
//'widget_class' => 'SubPanelDetailViewLink',
//'type' => 'link',
'displayParams' => array(
'link' => 'true',
'customCode' => '<a href="{$fields.file_path.value}{$fields.file_name.value}">{$fields.file_name.value}</a>',
),
'width' => '45%',
),
); tried some variations of the above code e.g. link => true / false setting the type - you name it. Seems to have no effect. Any ideas?
I'm meanwhile trying to figure out how/where subpanel defs are parsed, to get a list of the options.
Bookmarks