Skip to content

nelstrom/Sencha-Touch-panels-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

This Git repository includes all of the source code used in creating a tutorial about panels in Sencha Touch.

Each of the links below represents a snapshot of the code at a point in the video (timestamps are in brackets). You'll find instructions below on how to check out each snapshot from this git repository.

##01 Docked Items

##02 Nesting docked items (golden spiral)

##03 Generated golden spiral

##04 Docked toolbar

Dynamically updated dockedItems list

Link to API documentation for methods:

Using this repository to follow the screencast

First, you'll have to clone this repository:

git clone git://github.com/nelstrom/Sencha-Touch-panels-demo.git

Change into the directory:

cd Sencha-Touch-panels-demo

By default, the git clone command will only create the master branch locally. If you want to study the code at each checkpoint, you will have to fetch each of the other branches. You can do so by running the following:

git checkout -b 00_blank_slate origin/00_blank_slate
git checkout -b 01a_docked_items origin/01a_docked_items
git checkout -b 01b_docked_items origin/01b_docked_items
git checkout -b 01c_docked_items origin/01c_docked_items
git checkout -b 01d_docked_items origin/01d_docked_items
git checkout -b 01e_docked_items origin/01e_docked_items
git checkout -b 01f_docked_items origin/01f_docked_items
git checkout -b 02a_nesting_docked_items origin/02a_nesting_docked_items
git checkout -b 02b_nesting_docked_items origin/02b_nesting_docked_items
git checkout -b 02c_nesting_docked_items origin/02c_nesting_docked_items
git checkout -b 02d_nesting_docked_items origin/02d_nesting_docked_items
git checkout -b 02e_nesting_docked_items origin/02e_nesting_docked_items
git checkout -b 03_generated_golden_spiral origin/03_generated_golden_spiral
git checkout -b 04_docked_toolbar origin/04_docked_toolbar

You can review the list of local branches by running:

git branches

And you can switch between branches with the checkout command. For example, to check out the 03_generated_golden_spiral branch, run:

git co 03_generated_golden_spiral

About

A demonstration of how panels work in Sencha Touch.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published