This file contains 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 buttonbar = [[CPView alloc] initWithFrame:CGRectMake(0, 0, CPRectGetWidth(bounds), 26)]; | |
[buttonbar setTheme:nil]; | |
[buttonbar setBackgroundColor:[CPColor colorWithPatternImage:[[CPImage alloc] initWithContentsOfFile:[[CPBundle mainBundle] pathForResource:@"screens-buttonbar-background.png"] size:CGSizeMake(1.0, 26.0)]]]; |
This file contains 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
define([ | |
"backbone", | |
"jquery", | |
"underscore", | |
"js/lib/util", | |
"js/lib/jquery.bbq" | |
], | |
function(Backbone, $, _, util, bbq) { | |
var WIDGET_INFIX = '-state-'; |