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.
背景色ボタンをクリックして背景色を変更すると、「引数が無効です」というエラーメッセージが表示されます。この問題を解決する方法を知っている人はいますか? ありがとう〜 ところで: すべての IE バージョン
i find ..ie 9 browser NicEdit background this.ne.nicCommand('hiliteColor',c) ==>this.ne.nicCommand('backColor',c)
execCommand メソッドはドキュメントのメソッドであり、Range ではありません。また、hilitecolor は Firefox でのみ機能するため、WebKit と Opera では backcolor を使用するようにフォールバックする必要があります。