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
FrontPage 2 days | |
About Sproutcore Project 26 days | |
Community 2.4 mos | |
Projects Using Sproutcore 2.2 mos | |
Other Frameworks 20 days | |
External Blogs 24 days | |
Abbot Setting Up 7 days | |
What is a Cloud Application 10.8 mos | |
Sproutcore Documentation Guidelines 10.8 mos | |
Hello World Tutorial 1: Getting Started 30 days |
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
// ========================================================================== | |
// Project: FlotPlay | |
// ========================================================================== | |
/*globals FlotPlay */ | |
FlotPlay.main = function main() { | |
FlotPlay.getPath('mainPage.mainPane').append(); | |
var query = SC.Query.local(FlotPlay.price, { orderBy: 'epoch' }); |
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
// ========================================================================== | |
// Project: FlotPlay.graphController | |
// ========================================================================== | |
/*globals FlotPlay */ | |
/** @class | |
@extends SC.Object | |
*/ | |
FlotPlay.graphController = SC.ArrayController.create( |
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
// ========================================================================== | |
// Project: FlotGraphTypes | |
// ========================================================================== | |
/*globals FlotGraphTypes */ | |
FlotGraphTypes.main = function main() { | |
FlotGraphTypes.getPath('mainPage.mainPane').append(); | |
var d1 = []; |
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
// ========================================================================== | |
// Project: FlotSettingOptions | |
// ========================================================================== | |
/*globals FlotSettingOptions */ | |
FlotSettingOptions.main = function main() { | |
FlotSettingOptions.getPath('mainPage.mainPane').append(); | |
var d1 = []; |
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
// ========================================================================== | |
// Project: FlotSettingOptions - mainPage | |
// Copyright: ©2010 My Company, Inc. | |
// ========================================================================== | |
/*globals FlotSettingOptions */ | |
FlotSettingOptions.mainPage = SC.Page.design({ | |
mainPane: SC.MainPane.design({ | |
childViews: 'graph'.w(), |
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
# =========================================================================== | |
# Project: RaphaelPlay | |
# Copyright: ©2010 My Company, Inc. | |
# =========================================================================== | |
config :all, :url_prefix => "/sc/sproutcore/" | |
config :demo, :url_prefix => "/sc/demo/" | |
config :flot_graph_types, :url_prefix => "/sc/flot_graph_types/" | |
config :flot_setting_options, :url_prefix => "/sc/flot_setting_options/" | |
config :flot_dual_axis, :url_prefix => "/sc/flot_dual_axis/" |
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
// ========================================================================== | |
// Project: SproutCore - JavaScript Application Framework | |
// Copyright: ©2006-2010 Sprout Systems, Inc. and contributors. | |
// Portions ©2008-2010 Apple Inc. All rights reserved. | |
// License: Licensed under MIT license (see license.js) | |
// ========================================================================== | |
/*global PhoneControls tile Forms */ | |
require("resources/progress_page"); | |
require("resources/buttons_page"); |
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
// ========================================================================== | |
// Project: SproutCore - JavaScript Application Framework | |
// Copyright: ©2006-2010 Sprout Systems, Inc. and contributors. | |
// Portions ©2008-2010 Apple Inc. All rights reserved. | |
// License: Licensed under MIT license (see license.js) | |
// ========================================================================== | |
/*globals PhoneControls*/ | |
PhoneControls.GroupsList = SC.ScrollView.extend({ | |
topToolbar: SC.NavigationBarView.design({ |
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
node-router server instance at http://127.0.0.1:8080/ | |
/Development/sproutcore/fotofoo/server/deps/node-router/lib/node-router.js:27 | |
+ res.statusCode + " " + res.output[0].length + " \"" | |
^ | |
TypeError: Cannot read property 'length' of undefined | |
at ServerResponse.close (/Development/sproutcore/fotofoo/server/deps/node-router/lib/node-router.js:27:44) | |
at simpleResponse (/Development/sproutcore/fotofoo/server/deps/node-router/lib/node-router.js:160:11) | |
at ServerResponse.simpleJson (/Development/sproutcore/fotofoo/server/deps/node-router/lib/node-router.js:172:33) | |
at gotFolder (/Development/sproutcore/fotofoo/server/fotofoo.js:48:11) | |
at /Development/sproutcore/fotofoo/server/fotofoo.js:77:13 |