@titanium/turbo
Version:
🚀 Axway Amplify tool to use Turbo for turbo charging your Appcelerator Titanium SDK Framework!
8 lines (7 loc) • 312 B
JavaScript
var <%= style %> = <%= styleCode %>;
if(<%= actionView %>) {
<%= style %>.actionView = <%= actionView %>;
}
<%= item %> = <%= parent %>.add(_.pick(<%= style %>,Alloy.Android.menuItemCreateArgs));
<%= item %>.applyProperties(_.omit(<%= style %>,Alloy.Android.menuItemCreateArgs));
$.<%= argsId %> = <%= item %>;