Home
last modified time | relevance | path

Searched defs:Overrides (Results 1 – 8 of 8) sorted by relevance

/plugin/wysiwyg/fckeditor/
Dfckconfig.js216 'Bold' : { Element : 'b', Overrides : 'strong' }, property
217 'Italic' : { Element : 'i', Overrides : 'em' }, property
240 Overrides : [ { Element : 'font', Attributes : { 'face' : null } } ] property
247 Overrides : [ { Element : 'font', Attributes : { 'size' : null } } ] property
254 Overrides : [ { Element : 'font', Attributes : { 'color' : null } } ] property
/plugin/wysiwyg/fckeditor/_samples/html/
Dsample14.config.js59 Overrides : [ { Element : 'span', Attributes : { 'class' : /^Font(?:Comic|Courier|Times)$/ } } ] property
70Overrides : [ { Element : 'span', Attributes : { 'class' : /^Font(?:Smaller|Larger|Small|Big|Doubl… property
82 Overrides : [ { Element : 'span', Attributes : { 'class' : /^FontColor(?:1|2|3)$/ } } ] property
89 Overrides : [ { Element : 'span', Attributes : { 'class' : /^FontColor(?:1|2|3)BG$/ } } ] property
/plugin/fckg/fckeditor/
Dfckconfig.js295 'Bold' : { Element : 'b', Overrides : 'strong' }, property
296 'Italic' : { Element : 'i', Overrides : 'em' }, property
321 Overrides : [ { Element : 'font', Attributes : { 'face' : null } } ] property
328 Overrides : [ { Element : 'font', Attributes : { 'size' : null } } ] property
335 Overrides : [ { Element : 'font', Attributes : { 'color' : null } } ] property
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfckstyles.js305 Overrides : [] property
/plugin/wysiwyg/fckeditor/editor/js/
Dfckeditorcode_gecko.js52 … A=this.GetStyles()[A];if (A){if (A.GetType()==2) A.ApplyToObject(FCKSelection.GetSelectedElement(…
Dfckeditorcode_ie.js53 … A=this.GetStyles()[A];if (A){if (A.GetType()==2) A.ApplyToObject(FCKSelection.GetSelectedElement(…
/plugin/fckg/fckeditor/editor/js/
Dfckeditorcode_ie.js67 … A=this.GetStyles()[A];if (A){if (A.GetType()==2) A.ApplyToObject(FCKSelection.GetSelectedElement(…
Dfckeditorcode_gecko.js63 … A=this.GetStyles()[A];if (A){if (A.GetType()==2) A.ApplyToObject(FCKSelection.GetSelectedElement(…