Home
last modified time | relevance | path

Searched refs:fg_color (Results 1 – 4 of 4) sorted by relevance

/plugin/fckg/fckeditor/editor/plugins/fonts/
H A Dfckplugin.js38 FCKFonts.Insert = function(font_weight, font_family, font_size, fg_color, bg_color) { argument
43 style += " color: " + fg_color + "; ";
/plugin/fckg/fckeditor/editor/plugins/range/
H A Dfckplugin.js206 FCK.rangeObject.setNodeColors = function (node, fg_color, bg_color) { argument
208 var style = "color: " + fg_color + "; background-color: " + bg_color + ";";
/plugin/ckgdoku/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc264 fg_color = style_spec.get('fg'),
296 fg_color = 'black';
300 …return "<" + tag + " style='color:" + fg_color + "; font: " + (alt_font_style ? alt_font_style :…
/plugin/ckgedit/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc264 fg_color = style_spec.get('fg'),
296 fg_color = 'black';
300 …return "<" + tag + " style='color:" + fg_color + "; font: " + (alt_font_style ? alt_font_style :…