Skip to content

Instantly share code, notes, and snippets.

@jsjohnst
Created May 27, 2010 02:01
Show Gist options
  • Save jsjohnst/415345 to your computer and use it in GitHub Desktop.
Save jsjohnst/415345 to your computer and use it in GitHub Desktop.
this.controls.my_button = new KONtx.control.TextButton({
label: "Toggle image visibility",
guid: "toggle_image_visible",
events: {
onClick: function(event) {
my_image.visible = !my_image.visible;
}
}
}).appendTo(this);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment