MCImageManager:JS options/use url path
From Moxiecode Documentation Wiki
[edit]
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.
[edit]
Example of usage in init call on page level
mcImageManager.init({
use_url_path : false
});
[edit]
Example of usage in mcImageManager.open call
<a href="javascript:mcImageManager.open('example1','url','','',{use_url_path : false});">[Browse]</a>
