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
# Class | |
class NavGroup | |
constructor: (@win)-> | |
@NavGroup = Ti.UI.iPhone.createNavigationGroup | |
window: @win | |
return @NavGroup | |
class TableView | |
constructor: (@win)-> | |
@TableView = Ti.UI.createTableView |
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
// require | |
var MyApp = { | |
name: require('') | |
}; | |
var $ = MyApp; | |
var platform = Ti.Platform.name; |
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
MyApp = | |
method: require '/js/method' | |
$ = MyApp | |
uiStyle = | |
# 店舗情報レイヤー | |
mapSubView: | |
top: 0 | |
height: '88dp' | |
backgroundGradient: |
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
(function () { | |
Ti.UI.setBackgroundColor('#fff'); | |
Ti.Facebook.forceDialogAuth = false; | |
Ti.Facebook.appid = '【App ID】'; | |
Ti.Facebook.permissions = ['publish_stream']; | |
var win = Ti.UI.createWindow({ title: 'TiFbOauth', tabBarHidden: true }); | |
var fbLoginBtn = Ti.Facebook.createLoginButton(); |
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
@namespace url(http://www.w3.org/1999/xhtml); | |
ul:before,ul:after, | |
ol:before,ol:after, | |
dl:before,dl:after, | |
dt:before,dt:after, | |
dd:before,dd:after, | |
li:before,li:after, | |
h1:before,h1:after, | |
h2:before,h2:after, |
NewerOlder