Skip to content

Instantly share code, notes, and snippets.

@rjattrill
Last active November 14, 2019 11:25
Show Gist options
  • Save rjattrill/7592709 to your computer and use it in GitHub Desktop.
Save rjattrill/7592709 to your computer and use it in GitHub Desktop.
Bind a Flex component to two conditions using && in MXML
<s:Button id="sendBtn" label="Send" click="sendBtn_clickHandler(event)"
enabled="{!model.documentSending &amp;&amp; model.documentCreated}"/>
@rjattrill
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment