Searched defs:Overrides (Results 1 – 8 of 8) sorted by relevance
/plugin/wysiwyg/fckeditor/ |
D | fckconfig.js | 216 '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/ |
D | sample14.config.js | 59 Overrides : [ { Element : 'span', Attributes : { 'class' : /^Font(?:Comic|Courier|Times)$/ } } ] property 70 …Overrides : [ { 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/ |
D | fckconfig.js | 295 '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/ |
D | fckstyles.js | 305 Overrides : [] property
|
/plugin/wysiwyg/fckeditor/editor/js/ |
D | fckeditorcode_gecko.js | 52 … A=this.GetStyles()[A];if (A){if (A.GetType()==2) A.ApplyToObject(FCKSelection.GetSelectedElement(…
|
D | fckeditorcode_ie.js | 53 … A=this.GetStyles()[A];if (A){if (A.GetType()==2) A.ApplyToObject(FCKSelection.GetSelectedElement(…
|
/plugin/fckg/fckeditor/editor/js/ |
D | fckeditorcode_ie.js | 67 … A=this.GetStyles()[A];if (A){if (A.GetType()==2) A.ApplyToObject(FCKSelection.GetSelectedElement(…
|
D | fckeditorcode_gecko.js | 63 … A=this.GetStyles()[A];if (A){if (A.GetType()==2) A.ApplyToObject(FCKSelection.GetSelectedElement(…
|