ImageBrowser.transport.create
configurationOptions 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.create
Object|StringThe content-type HTTP header sent to the server. Default is "application/x-www-form-urlencoded". Use "application/json" if the content is JSON.
Refer to the jQuery.ajax documentation for further info.
imageBrowser.transport.create.data
Object|String|FunctionData to be send to the server. Refer to the jQuery.ajax documentation for further info.
The type of data that you're expecting back from the server. Commonly used values are "json" and "jsonp".
Refer to the jQuery.ajax documentation for further info.
The type of request to make ("POST", "GET", "PUT" or "DELETE"), default is "POST".
Refer to the jQuery.ajax documentation for further info.
imageBrowser.transport.create.url
String|FunctionThe remote url to call when creating a new record.