登録出来たので単に登録出来てなかっただけの模様。。 改めて登録します。
CKEditorに後からcssを適用してみる
CKEditorとは別にinput type=”color”で背景色を指定出来るようにしてみた
$('#color').change(function(){ $('iframe').contents().find('body').css('background-color', $(this).val()); }); CKEDITOR.on('instanceReady',function(e){ $('iframe').contents().find('body').css('background-color', $('#color').val()); ]);
検索
コメントを残す