linkPopup¶
-
linkPopup
¶ Type: array Scope: fieldControl RenderTypes: inputLink The link browser control is typically used with
type='input'
withrenderType='inputLink'
adding a button which opens a popup to select an internal link to a page, an external link or a mail address.Options:
- pid (string)
pid of the new record. Can be an hard pid setting, or one of these markers, see select foreign_table_where. Falls back to “current pid” if not set, forces pid=0 if records of this table are only allowed on root level.
###CURRENT_PID###
###THIS_UID###
###SITEROOT###
- allowedExtensions (string, list)
- Comma separated list of allowed file extensions. By default, all extensions are allowed.
- blindLinkFields (string, list)
- Comma separated list of link fields that should not be displayed. Possible values are
class
,params
,target
andtitle
. By default, all link fields are displayed. - blindLinkOptions (string, list)
- Comma separated list of link options that should not be displayed. Possible values are
file
,folder
,mail
,page
,spec
,telephone
andurl
. By default, all link options are displayed. - title (string or LLL reference)
- Allows to set a different ‘title’ attribute to the popup icon, defaults
to
LLL:EXT:lang/Resources/Private/Language/locallang_core.xlf:labels.link
- windowOpenParameters (string)
- Allows to set a different size of the popup, defaults
to
height=800,width=600,status=0,menubar=0,scrollbars=1
.