CKEditor Browse Server Button -


looking simple way disable/remove ckeditor "browse server" button when using link toolbar button without disabling "browser server" button when using image toolbar button.

why don't go other way round , enable in dialog windows it's needed? there dedicated configuration options that, read more in adding file manager scripts selected dialog windows section of documentation.

so, example, enable image dialog window, use config.filebrowserimagebrowseurl , config.filebrowserimageuploadurl properties, in example below:

ckeditor.replace( 'editor1', {     filebrowserimagebrowseurl: '/browser/browse.php?type=images',     filebrowserimageuploadurl: '/uploader/upload.php?type=images' }); 

Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -