Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfckstylecommand.js31 Execute : function( styleName, styleComboItem ) argument
35 if ( styleComboItem.Selected )
36 FCK.Styles.RemoveStyle( styleComboItem.Style ) ;
38 FCK.Styles.ApplyStyle( styleComboItem.Style ) ;