This will create media picker. It will allow to select one or more files from gallery.
Object defining html attributes for controls root element.
Callback that will be called when control is clicked.
Object defining css styles for controls root element.
If true control will be enabled if false control will be disabled (inactive).
Tab with FontAwesome icons added to media library when set to true. Ignored when multiselect
value is true. (default: false)
Reference id of the control, it will be used to reference this control in the code throuth FieldsIndex objects.
If true this control definition will be ignored and control will not be initiated.
Callback that will be called when control is initialised.
If true will enable additional options to select external images. (default: true)
Control mode ('all', 'image', 'sound' or 'flash') defines what kind of files can be selected.
If true will allow to select multiple files. (default: false)
Callback that will be called when list of selected files changes.
Style class to add on root element of the control.
Size (in pixels) of the controls preview thumbnail. (default: 60)
When set to true clicking image selector opens picture manager instead of media library. Ignored when multiselect
value is false. (default: false)
Initially selected files.
Set initial visibility of control. (default: true)
This will create media picker. It will allow to select one or more files from gallery.