fckeditor怎样隐藏工具栏

2025-04-30 05:34:29
推荐回答(1个)
回答1:

$("#context").ckeditor({width:650,height:200, toolbarStartupExpanded:false,toolbar :[['Print']],readOnly:true});
toolbarStartupExpanded表示收起工具栏;toolbar数组是你自定义的工具;readOnly代表只读