Skip to content

Instantly share code, notes, and snippets.

@ivanstojic
Created December 6, 2009 15:27
Show Gist options
  • Save ivanstojic/250268 to your computer and use it in GitHub Desktop.
Save ivanstojic/250268 to your computer and use it in GitHub Desktop.
// Hide the trigger DIV
this.controller.get("myTriggerDiv").hide();
// Show the widget
this.controller.get("myTextEditor").show();
this.controller.get("myTextEditor").mojo.focus();
// Top event propagation or else...
event.stopPropagation();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment