Skip to content

Instantly share code, notes, and snippets.

@mrchrisadams
Created June 16, 2009 05:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrchrisadams/130556 to your computer and use it in GitHub Desktop.
Save mrchrisadams/130556 to your computer and use it in GitHub Desktop.
// Add the rich text editor if it's needed on the page, and the required objects exist
if ($('#new_content').length && YAHOO.util.Event && YAHOO.util.Dom) {
// if (console) {console.log('adding the rte');}
$('#title').attr('value', 'Title');
NAG.add_RTE('new_content', '517px', '414px');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment