Lines Matching refs:Element

36 FCKConfig.CoreStyles.Bold			= { Element : 'span', Attributes : { 'class' : 'Bold' } } ;  property in FCKConfig.CoreStyles.Bold
37 FCKConfig.CoreStyles.Italic = { Element : 'span', Attributes : { 'class' : 'Italic' } } ; property in FCKConfig.CoreStyles.Italic
38 FCKConfig.CoreStyles.Underline = { Element : 'span', Attributes : { 'class' : 'Underline' } } ; property in FCKConfig.CoreStyles.Underline
39 FCKConfig.CoreStyles.StrikeThrough = { Element : 'span', Attributes : { 'class' : 'StrikeThrough' }… property in FCKConfig.CoreStyles.StrikeThrough
57 Element : 'span', property in FCKConfig.CoreStyles.FontFace
59 Overrides : [ { Element : 'span', Attributes : { 'class' : /^Font(?:Comic|Courier|Times)$/ } } ]
68 Element : 'span', property in FCKConfig.CoreStyles.Size
70 …Overrides : [ { Element : 'span', Attributes : { 'class' : /^Font(?:Smaller|Larger|Small|Big|Doubl…
80 Element : 'span', property in FCKConfig.CoreStyles.Color
82 Overrides : [ { Element : 'span', Attributes : { 'class' : /^FontColor(?:1|2|3)$/ } } ]
87 Element : 'span', property in FCKConfig.CoreStyles.BackColor
89 Overrides : [ { Element : 'span', Attributes : { 'class' : /^FontColor(?:1|2|3)BG$/ } } ]
108 'Strong Emphasis' : { Element : 'strong' }, property in FCKConfig.CustomStyles.Strong Emphasis
109 'Emphasis' : { Element : 'em' }, property in FCKConfig.CustomStyles.Emphasis
111 'Computer Code' : { Element : 'code' }, property in FCKConfig.CustomStyles.Computer Code
112 'Keyboard Phrase' : { Element : 'kbd' }, property in FCKConfig.CustomStyles.Keyboard Phrase
113 'Sample Text' : { Element : 'samp' }, property in FCKConfig.CustomStyles.Sample Text
114 'Variable' : { Element : 'var' }, property in FCKConfig.CustomStyles.Variable
116 'Deleted Text' : { Element : 'del' }, property in FCKConfig.CustomStyles.Deleted Text
117 'Inserted Text' : { Element : 'ins' }, property in FCKConfig.CustomStyles.Inserted Text
119 'Cited Work' : { Element : 'cite' }, property in FCKConfig.CustomStyles.Cited Work
120 'Inline Quotation' : { Element : 'q' } property in FCKConfig.CustomStyles.Inline Quotation