ImageBrowser.transport
configurationSpecifies the settings for loading and saving data.
imageBrowser.transport
ObjectimageBrowser.transport.create
Object|StringOptions or URL which will handle the directory creation. If not specified that create new folder button will not be present.
Important: The value of
transport.createis passed to jQuery.ajax.
imageBrowser.transport.destroy
Object|StringOptions or URL which will handle the file and directory deletion. If not specified the delete button will not be present.
Important: The value of
transport.destroyis passed to jQuery.ajax.
imageBrowser.transport.imageUrl
String|FunctionThe URL responsible for serving the original image. A file name placeholder should be specified. By default the placeholder value is URL encoded. If this is not desired, use a function.
imageBrowser.transport.read
Object|String|FunctionOptions or URL for remote image retrieval.
Important: The value of
transport.readis passed to jQuery.ajax.
imageBrowser.transport.thumbnailUrl
String|FunctionThe URL for retrieving the thumbnail version of the image. If not specified a default image icon will be shown. If function is assigned, the current path and image name will be provided.
The URL which will handle the upload of the new images. If not specified the Upload button will not be displayed.
The requirements for this handler are the same as for the save handler in the Upload widget.