Constructor
(abstract) new ItemSelectorRepositoryEntryBrowser()
Extends
- PortletBase
Members
(static, non-null) STATE :Object
State definition.
Type:
- Object
- Source:
closeCaption :String
Text to show near the close icon in the Item Viewer
Type:
- String
- Source:
editImageURL :String
Endpoint to send the image edited in the Image Editor
Type:
- String
- Source:
ffItemSelectorSingleFileUploaderEnabled :boolean
The SingleFileUploader is enabled outside of ItemSelectorRepository entry browser
Type:
- boolean
- Default Value:
- false
- Source:
maxFileSize :Number|String
Maximum allowed file size to drop in the item selector.
Type:
- Number | String
- Source:
uploadItemReturnType :String
The return type for the uploaded item.
Type:
- String
- Source:
uploadItemURL :String
URL to upload an item.
Type:
- String
- Source:
validExtensions :String
Valid extensions for files uploaded to the Item Selector.
Type:
- String
- Source:
Methods
_getUploadFileMetadata(file) → {JSON}
Generates the JSON that the item viewer
need to show in the info panel.
Parameters:
Name | Type | Description |
---|---|---|
file |
File |
- Source:
Returns:
- Type
- JSON
_showFile(file, Preview)
Shows the selected item in the Item Viewer and
uploads to the server.
Parameters:
Name | Type | Description |
---|---|---|
file |
File | |
Preview |
String | of the item in Base64 code |
- Source:
attached()
- Source:
created()
- Source: