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

c - Calling a function within a loop -

vb.net - Unbound DataGridView add row with checkbox error -

How i fill combobox items in Radgridview manually using in vb.net -