How to remove image info tab from CKEditor? -


i'm using ckeditor. want remove image info tab image upload dialog box , keep upload tab.

try remove image info tab ckeditor

if ( dialogname == 'image' )     {         // fckconfig.imagedlghideadvanced = true             dialogdefinition.removecontents( 'info' );     } 

Comments

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

wso2esb - How to concatenate JSON array values in WSO2 ESB? -