/ Published in: TYPO3
add this to the config of a column in the TCA to enable a popup for adding a link
Expand |
Embed | Plain Text
'wizards' => array( "_PADDING" => 2, "link" => array( "type" => "popup", "title" => "Link", "icon" => "link_popup.gif", "script" => "browse_links.php?mode=wizard", "JSopenParams" => "height=300,width=500,status=0,menubar=0,scrollbars=1" ) )
You need to login to post a comment.
