Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有这个我无法解决的问题。部分原因是我无法用正确的术语来解释它。我是新手,很抱歉这个笨拙的问题。
你可以在这里看到我的目标......
我正在使用 NicEdit,因为我得到了很多默认选项但我不希望我只想设置一些特定选项。
有任何想法吗 ?
请阅读 nicEditor 的手册。
var NicEditconfig = { iconsPath : '/img/nicEditorIcons.gif', buttonList : ['bold','italic','underline','ol','ul'] }; var NE = new nicEditor(NicEditconfig); NE.panelInstance("IDofTextarea");