Skip to content

Instantly share code, notes, and snippets.

@davglass
Created March 5, 2009 18:06
Show Gist options
  • Save davglass/74465 to your computer and use it in GitHub Desktop.
Save davglass/74465 to your computer and use it in GitHub Desktop.
var myEditor = new YAHOO.widget.Editor('demo', {
//config here
});
myEditor.on('editorContentLoaded', function() {
YAHOO.util.Dom.addClass(myEditor._getDoc().body, 'myClass');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment