This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var elmodulo = require('org.adamantio.mimodulo'); | |
| elmodulo.hacer_algo(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Test_titanium.App.tabGroup = Ti.UI.createTabGroup() | |
| sampleWindow = Test_titanium.Views.Sample.createMainWindow | |
| title: 'Sample' | |
| id: 'sampleWindow' | |
| orientationModes: Test_titanium.Helpers.Application.createOrientiationModes | |
| Test_titanium.App.sampleWindow = Ti.UI.createTab | |
| id: 'sampleTab' | |
| className: 'tabElement' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ gem install rhodes | |
| $ rhodes app test_rhodes http://localhost:3000 | |
| $ rake run:iphone | |
NewerOlder