MCImageManager:JS options/use url path

From Moxiecode Documentation Wiki

Jump to: navigation, search

Option: use_url_path

(Requires: 3.0.1)

This option enables you to disable the feature that tries to parse out a directory path out of the URL in the field or the specified URL.

Example of usage in init call on page level

mcImageManager.init({
	use_url_path : false
});

Example of usage in mcImageManager.open call

<a href="javascript:mcImageManager.open('example1','url','','',{use_url_path : false});">[Browse]</a>
Personal tools