تجد اسطر تحدد ما يظهر في المحرر ضع الرموز // في بداية السطر الذي لا تريد ظهور ايقونته مثلا لازالة التوسيط
CODE
do*cument.writeln('<img src="' + path +'editor/text_align_center.gif" class="editorbutton" onClick="comm._command(\'justifycenter\')" onmouseover="overIcon(this)" onmouseout="outIcon(this)" title="'+ l_jc + '" />');
يصبح
CODE
// do*cument.writeln('<img src="' + path +'editor/text_align_center.gif" class="editorbutton" onClick="comm._command(\'justifycenter\')" onmouseover="overIcon(this)" onmouseout="outIcon(this)" title="'+ l_jc + '" />');
بدون *
وهكذا