/home/desid573/public_html/family/pdd/app/webroot/admin/plugins/ckeditor/samples
NameSizeModeActions
assets/-0755rm
plugins/-0755rm
ajax.html24260644editdlrm
api.html67790644editdlrm
appendto.html20260644editdlrm
datafiltering.html343240644editdlrm
divreplace.html43520644editdlrm
index.html55310644editdlrm
inlineall.html96880644editdlrm
inlinebycode.html58730644editdlrm
inlinetextarea.html46140644editdlrm
jquery.html72280644editdlrm
readonly.html26150644editdlrm
replacebyclass.html67770644editdlrm
replacebycode.html66610644editdlrm
sample.css50300644editdlrm
sample.js16250644editdlrm
sample_posteddata.php8150644editdlrm
tabindex.html21310644editdlrm
uicolor.html23380644editdlrm
uilanguages.html41750644editdlrm
xhtmlstyle.html66060644editdlrm
Edit: /home/desid573/public_html/family/pdd/app/webroot/admin/plugins/ckeditor/samples/uicolor.html (2338B)
UI Color Picker — CKEditor Sample

CKEditor Samples » UI Color

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.