We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for tag in View XML files that would simply output the code from the body of the element into the auto-generated controller.
JIRA Ticket: https://jira.appcelerator.org/browse/ALOY-1700
src
<Code src="/code/myfile.js" />
<Code> // this is a test var a = 123; </Code>
<Code src="/code/myfile.js"> // this is a test var a = 123; </Code>
In the last case, it will put the code from the source file above the code from the body text.
The code will then be added to the auto-generated code that is put into the JavaScript controller.
The text was updated successfully, but these errors were encountered:
Created JIRA Ticket: https://jira.appcelerator.org/browse/ALOY-1700
Sorry, something went wrong.
Created Alloy PR: tidev/alloy#937
Added visibility, model, xml code support! #41 #42
3a90106
Merged PR #43
brentonhouse
No branches or pull requests
JIRA Ticket: https://jira.appcelerator.org/browse/ALOY-1700
Code can be added by
src
attribute:By body text:
Or by both:
In the last case, it will put the code from the source file above the code from the body text.
The code will then be added to the auto-generated code that is put into the JavaScript controller.
The text was updated successfully, but these errors were encountered: