Skip to content

Instantly share code, notes, and snippets.

@haigopi
Created August 2, 2018 22:27
Show Gist options
  • Save haigopi/41d48330f9797fa72375aa2b2664a2b5 to your computer and use it in GitHub Desktop.
Save haigopi/41d48330f9797fa72375aa2b2664a2b5 to your computer and use it in GitHub Desktop.
MXML Image Button
<mx:Image source="{isRightClosed == false?(openNav):closeNav}"
useHandCursor="true"
buttonMode="true"
mouseChildren="false"
id="closeRightNavBtn"
click="handleRightNav(event)"
left="5"
top="5"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment