/home/techb158/ileadtechnology.com/public/admin/bower_components/ckeditor/samples/old
NameSizeModeActions
assets/-0755rm
autocomplete/-0755rm
autogrow/-0755rm
bbcode/-0755rm
codesnippet/-0755rm
devtools/-0755rm
dialog/-0755rm
divarea/-0755rm
docprops/-0755rm
easyimage/-0755rm
emoji/-0755rm
enterkey/-0755rm
htmlwriter/-0755rm
image2/-0755rm
magicline/-0755rm
mathjax/-0755rm
mentions/-0755rm
placeholder/-0755rm
sharedspace/-0755rm
sourcedialog/-0755rm
stylesheetparser/-0755rm
tableresize/-0755rm
toolbar/-0755rm
uicolor/-0755rm
wysiwygarea/-0755rm
ajax.html27300644editdlrm
api.html73320644editdlrm
appendto.html23160644editdlrm
datafiltering.html476500644editdlrm
divreplace.html46940644editdlrm
index.html83840644editdlrm
index.php530644editdlrm
inlineall.html102230644editdlrm
inlinebycode.html62140644editdlrm
inlinetextarea.html49440644editdlrm
jquery.html75510644editdlrm
readonly.html29430644editdlrm
replacebyclass.html70350644editdlrm
replacebycode.html69380644editdlrm
sample.css51140644editdlrm
sample.js16950644editdlrm
sample_posteddata.php8090644editdlrm
tabindex.html24280644editdlrm
uicolor.html26290644editdlrm
uilanguages.html45520644editdlrm
xhtmlstyle.html70520644editdlrm
Edit: /home/techb158/ileadtechnology.com/public/admin/bower_components/ckeditor/samples/old/uicolor.html (2629B)
UI Color Picker — CKEditor Sample

CKEditor Samples » UI Color

This sample is not maintained anymore. Check out its brand new version in CKEditor SDK.

This sample shows how to automatically replace <textarea> elements with a CKEditor instance with an option to change the color of its user interface.
Note:The UI skin color feature depends on the CKEditor skin compatibility. The Moono and Kama skins are examples of skins that work with it.

This editor instance has a UI color value defined in configuration to change the skin color, To specify the color of the user interface, set the uiColor property:

CKEDITOR.replace( 'textarea_id', {
	uiColor: '#14B8C4'
});

Note that textarea_id in the code above is the id attribute of the <textarea> element to be replaced.