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");