docs.sproutcore.com docs.sproutcore.com

docs.sproutcore.com

SproutCore

A framework for building fast, desktop caliber web applications.

http://docs.sproutcore.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR DOCS.SPROUTCORE.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

January

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Sunday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.5 out of 5 with 14 reviews
5 star
3
4 star
5
3 star
4
2 star
0
1 star
2

Hey there! Start your review of docs.sproutcore.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.2 seconds

FAVICON PREVIEW

  • docs.sproutcore.com

    16x16

  • docs.sproutcore.com

    32x32

  • docs.sproutcore.com

    64x64

  • docs.sproutcore.com

    128x128

CONTACTS AT DOCS.SPROUTCORE.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
SproutCore | docs.sproutcore.com Reviews
<META>
DESCRIPTION
A framework for building fast, desktop caliber web applications.
<META>
KEYWORDS
1 showcase
2 guides
3 docs
4 community
5 blog
6 api documentation index
7 global
8 array
9 boolean
10 coretest
CONTENT
Page content here
KEYWORDS ON
PAGE
showcase,guides,docs,community,blog,api documentation index,global,array,boolean,coretest,coretest plan,coretest suite,date,function,object,scacetheme,scacetheme dark,scactionsupport,scalertpane,scappcache,scapplication,scarray,scarraycontroller,scasync
SERVER
GitHub.com
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

SproutCore | docs.sproutcore.com Reviews

https://docs.sproutcore.com

A framework for building fast, desktop caliber web applications.

INTERNAL PAGES

docs.sproutcore.com docs.sproutcore.com
1

SproutCore

http://docs.sproutcore.com/symbols/CoreTest.html

SUBSCRIBE TO MAILING LIST. CoreTest is the unit testing library for SproutCore. It includes a test runner based on QUnit with some useful extensions for testing SproutCore- based applications. You can use CoreTest just like you would use QUnit in your tests directory. Defined in: core.js. Dump( obj, type. Mixin( target, properties. SpyOn( object, method. Stub( name, func. StubMethod( object, method. Tests for equality any JavaScript type and structure without unexpected results. Defined in: plan.js.

2

SproutCore

http://docs.sproutcore.com/symbols/_global_.html

SUBSCRIBE TO MAILING LIST. Add( key, value. AnimateCallback( animationResult, animationResult.isCancelled, animationResult.evt. Callback( , isAbort. CreateRecord( store, storeKey, params. CreateRecordDidComplete( response, params. CurCSS( elem, name, computed. DestroyRecord( store, storeKey, params. DestroyRecordDidComplete( response, params. FcamelCase( all, letter. Fetch( store, query. FetchTargets( store, query. FetchTargetsDidComplete( request, opts. FetchViewConfigs( store, query. Func( arg1, arg2.

3

SproutCore

http://docs.sproutcore.com/symbols/SC.Array.html

SUBSCRIBE TO MAILING LIST. This module implements Observer-friendly Array-like behavior. This mixin is picked up by the Array class as well as other controllers, etc. that want to appear to be arrays. Although these methods are efficient, they do add a layer of indirection to your application so it is a good idea to use them only when you need the flexibility of using both true JavaScript arrays and "virtual" arrays such as controllers and collections. Mixin also incorporates the. Defined in: array.js.

4

SproutCore

http://docs.sproutcore.com/symbols/SC.ActionSupport.html

SUBSCRIBE TO MAILING LIST. Implements basic target action support for views. To use, simply set the. Property on the view to the name of a method handled by an object in the current responder chain and call. Property is also set, the. Will only be attempted on that target object. If not set, then the responder chain will be searched for an object that implements the named action. Note* Because searching the responder chain is slower, it is recommended to specify an actual target whenever possible. Is cal...

5

SproutCore

http://docs.sproutcore.com/symbols/SC.appCache.html

SUBSCRIBE TO MAILING LIST. This is a very simple object that makes it easier to use the window.applicationCache in a SproutCore application. The reason this object exists is that SproutCore applications are excellent candidates for offline access but, it takes more than a little effort to understand the application cache's various possible states and events in order to use it effectively. You will likely find a use for. At some point in your app's initialization cycle. If. Is true, you can then check.

UPGRADE TO PREMIUM TO VIEW 15 MORE

TOTAL PAGES IN THIS WEBSITE

20

LINKS TO THIS WEBSITE

wiki.sproutcore.com wiki.sproutcore.com

DEPRECATED: SproutCore Documentation / Community

http://wiki.sproutcore.com/Community

To edit this page,. Already have an account? Last edited by tymofi. 6 years, 3 months ago. SproutCore has a vibrant community full of friendly folks willing to help. If you have questions, comments, suggestions or want to contribute, here are the best places to start:. The SproutCore mailing list is the best place to reach everyone. It's generally low volume with high signal to noise ratio. On IRC freenode.net. The wiki has a lot of the documentation, including some great programming guides. Already have...

blog.sproutcore.com blog.sproutcore.com

Release – SproutCore

http://blog.sproutcore.com/tag/release

SproutCore 1.11.0 Release Candidate 2. The next release candidate for version 1.11.0 is now available. This release candidate addresses a few bugs, makes some important under-the-hood improvements (e.g. SC.View layout update performance, reducing SC.Event memory churn, avoiding leaking. And updates the API of SC.ActionSupport. The detailed change log can be viewed here: https:/ github.com/sproutcore/sproutcore/blob/master/CHANGELOG.md. Gem update sproutcore - prerelease. This new version also introduces ...

blog.sproutcore.com blog.sproutcore.com

Dispatch – SproutCore

http://blog.sproutcore.com/tag/dispatch

Dispatches From the Edge: Polymorphic Records. Written by Tyler Keating. We have good news for anyone using the experimental. Framework from within SproutCore. You’ll be glad to know that it has now made its way into the official. Framework as part of. So how do we use it in SproutCore? It’s simply a matter of adding the. This is the root polymorphic class. All subclasses of MyApp.Person. Will be able to stand-in as a MyApp.Person. As a polymorphic subclass, MyApp.Female is equal to a MyApp.Person. Now w...

blog.sproutcore.com blog.sproutcore.com

SproutCore 1.11.0 Release – SproutCore

http://blog.sproutcore.com/sproutcore-1-11-0-release

SproutCore 1.11.0 Release. The SproutCore team is very pleased to announce the final release of SproutCore version 1.11.0. This version continues in the tradition of SproutCore releases to become the fastest, most feature-rich and most stable version of SproutCore to-date and includes several new additions and improvements to make development with SproutCore even easier and to make SproutCore apps even more impressive. Highlights of Version 1.11.0. The experimental polymorphic record support has been rew...

blog.sproutcore.com blog.sproutcore.com

Developer Journal: Memory Optimization – SproutCore

http://blog.sproutcore.com/developer-journal-memory-optimization

Developer Journal: Memory Optimization. Written by Tyler Keating. The next release candidate for 1.11.0 will be out very shortly, but I thought it best to post a brief update on the past week’s work as this week saw a concentrated effort on core optimization. First we took another look at the use of. Lists throughout the framework and found several more occurrences of it being accessed in an inefficient manner. Depending on the browser, accessing. Dispatch From The Edge: New Controls Built on Templates.

blog.sproutcore.com blog.sproutcore.com

SproutCore 1.11.0 Release Candidate 1 – SproutCore

http://blog.sproutcore.com/sproutcore-1-11-0-release-candidate-1

SproutCore 1.11.0 Release Candidate 1. We are pleased to announce the pre-release of SproutCore 1.11.0. Where version 1.10 drastically reduced the memory use of SproutCore, 1.11 goes even further to ferret out bottlenecks and improve the overall performance for SproutCore apps. To install SproutCore 1.11.0.rc1 for testing, please upgrade your previous version of SproutCore by running the following:. Gem update sproutcore –prerelease. Sproutcore on IRC or email to sproutcore@googlegroups.com.

sproutcore.com sproutcore.com

SproutCore - About

http://sproutcore.com/about

SproutCore: A Native Experience on the Web. SproutCore is the original JavaScript MVC library, kicking off the JS-MVC movement in 2007. Developed by Apple and maintained by a robust and growing community, it continues to power the web application revolution. More than a plugin, it builds on top of JavaScript to provide an application-style runtime and MVC object model inspired by the best ideas from Cocoa. A Full Stack. For Free. Huge, smooth-scrolling lists: 50,000 items. These features, and many more, ...

blog.sproutcore.com blog.sproutcore.com

Authors – SproutCore

http://blog.sproutcore.com/authors

Los Altos, CA, USA. Culpepper, VA, USA. Regina, SK, Canada. St John’s, Newfoundland, Canada. San Francisco, CA, USA. San Francisco, CA, USA. San Francisco, CA, USA. Orange County, CA, USA. New York, NY. San Francisco, CA, USA. Tom Dale and Yehuda Katz. San Francisco, CA, USA. San Francisco, CA, USA. Dispatch From The Edge: New Controls Built on Templates. How do you really build large impressive web applications? SproutCore 1.6 Beta Released. SproutCore framework is under MIT License.

UPGRADE TO PREMIUM TO VIEW 44 MORE

TOTAL LINKS TO THIS WEBSITE

52

OTHER SITES

docs.springdale.org.au docs.springdale.org.au

SpringDale Neighbourhood Centre - The Messenger PDF Redirect

docs.sprinktestproject.eu docs.sprinktestproject.eu

SprinkTest - SprinkTest

This project has received funding from the European Unions Seventh Framework Programme for research, technological development and demonstration under grant agreement no 605050.

docs.sproutapps.co docs.sproutapps.co

Dan Cameron – Just another WordPress site

Just another WordPress site. Welcome to WordPress. This is your first post. Edit or delete it, then start writing! February 25, 2016. 1 Comment on Hello world! Proudly powered by WordPress.

docs.sproutbuilder.com docs.sproutbuilder.com

Studio

Creating a new project. The Text Input Component. The Dropdown List Component. Project and Page Properties. Working with content pages. Copying an existing page. Omitting the master foreground or background. Applying color to a page. Changing the page order. Automatically paging forward or backward. Changing the page size. Selecting and deselecting elements. Cutting, copying, and pasting elements. Moving an element forward or backward. Locking and unlocking elements. Setting element property values.

docs.sproutcore.com docs.sproutcore.com

SproutCore

SUBSCRIBE TO MAILING LIST. CoreTest is the unit testing library for SproutCore. A test plan contains a set of functions that will be executed in order. A test Suite defines a group of reusable unit tests that can be added to a test plan at any time by calling the generate() method. All SproutCore methods and functions are defined inside of this namespace. Implements basic target action support for views. Displays a preformatted modal alert pane. The root object for a SproutCore application. Renders and u...

docs.sputnik.com docs.sputnik.com

Sputnik Documentation

View in admin portal. Can't find what you're looking for? Try our site search. Sputnik Agent Firmware and Sputnik-Powered Devices. Sputnik Control Center (Legacy). Sputnik Agent Firmware and Sputnik-Powered Devices. Sputnik Control Center (Legacy). 2017 Sputnik, Inc. About.

docs.spxcooling.com docs.spxcooling.com

Index of

You must login to view and download files.

docs.sqlalchemy.org docs.sqlalchemy.org

SQLAlchemy Documentation — SQLAlchemy 1.0 Documentation

Release: 1.0.19. Release Date: August 3, 2017. SQLAlchemy 1.0 Documentation. A high level view and getting set up. Migration from 0.9. Here, the Object Relational Mapper is introduced and fully described. If you want to work with higher-level SQL which is constructed automatically for you, as well as automated persistence of Python objects, proceed first to the tutorial. Session Usage and Guidelines. ORM Events and Internals. SQL Expression Language Tutorial. All the Built In SQL:. Index of all Dialects.

docs.sqliteman.com docs.sqliteman.com

Sqliteman Documentation

If your are interested in the common informations about Sqliteman, please. API and libraries documentation for people interested in Sqliteman intrernals. Sqlite Databases Made Easy.