Home
last modified time | relevance | path

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

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