c['cut']=[1,'剪切','a','cut',1];
c['copy']=[2,'复制','a','copy',1];
c['paste']=[3,'粘贴','a','paste',1];
c['bold']=[4,'加粗','a','bold'];
c['italic']=[5,'斜体','a','italic'];
c['underline']=[6,'下划线','a','underline'];
c['strikethrough']=[7,'删除线','a','strikethrough'];
c['subscript']=[8,'Subscript','a','subscript'];
c['superscript']=[9,'Superscript','a','superscript'];
c['orderedlist']=[10,'插入有序序列','a','insertorderedlist'];
c['unorderedlist']=[11,'插入无序序列','a','insertunorderedlist'];
c['outdent']=[12,'左缩进','a','outdent'];
c['indent']=[13,'右缩进','a','indent'];
c['leftalign']=[14,'左对齐','a','justifyleft'];
c['centeralign']=[15,'居中','a','justifycenter'];
c['rightalign']=[16,'右对齐','a','justifyright'];
c['blockjustify']=[17,'Block Justify','a','justifyfull'];
c['undo']=[18,'撤销','a','undo'];
c['redo']=[19,'重做','a','redo'];
c['image']=[20,'插入图片','i','insertimage','Enter Image URL:','http://'];
c['hr']=[21,'插入分隔线','a','inserthorizontalrule'];
c['link']=[22,'插入链接','i','createlink','Enter URL:','http://'];
c['unlink']=[23,'移除链接','a','unlink'];
c['unformat']=[24,'removeformat','a','removeformat'];
c['print']=[25,'打印','a','print'];
|