Disable tools

This example shows how to disable tools in the MCImageManager from page level.

[Browse]

HTML source

Below is all you need to setup the example.

<script type="text/javascript" src="<your installation path>/js/mcimagemanager.js"></script>

<p>
	<input id="url" style="width:400px" />
	<a href="javascript:;" onclick="mcImageManager.browse({fields : 'url', disabled_tools : 'createdir'});">[Browse]</a>
</p>