Skip to content

Commit

Permalink
updating all README files with more info and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
enygma committed May 12, 2012
1 parent fa97f52 commit db155e8
Show file tree
Hide file tree
Showing 8 changed files with 58 additions and 6 deletions.
2 changes: 0 additions & 2 deletions zfapp/public/js/examples/example1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ This example will show how to:

- set up an ExtJS MVC-based application
- create a basic window with a message and form inside

author: Chris Cornutt <ccornutt@phpdeveloper.org>
2 changes: 0 additions & 2 deletions zfapp/public/js/examples/example2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,3 @@ This example will show how to:
. a hard-coded data set
. pulled from an XML file
. pulled from the Zend Framework backend (context switching)

author: Chris Cornutt <ccornutt@phpdeveloper.org>
10 changes: 10 additions & 0 deletions zfapp/public/js/examples/example3/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
examples of the various widgets (tabs, drag and drop, grids, trees, etc)

Example #3 : Examples of Various Widgets
===========

This example will show you how to:

- Create a grid panel
- Create a tab panel
- Load a tree panel
- Load a multi-column tree panel
2 changes: 2 additions & 0 deletions zfapp/public/js/examples/example4/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
working with kinds of layouts

TODO
11 changes: 11 additions & 0 deletions zfapp/public/js/examples/example5/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
pulling users into a grid and updating them via zf

Example #5 : Working with Grids & Database Backend
===========

This example will show you how to:

- Make a grid of the current list of usernames (from the database)
- Edit a username by double-clicking on the row
- Add a new username
- Remove the selected username
- Use the Zend_Db_Table component to access a database table
10 changes: 9 additions & 1 deletion zfapp/public/js/examples/example6/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
creating a simple user login for with Zend_Auth
Example #6 : User Login with Ext JS + Zend_Auth
===========

This example will show you how to:

- Create a login window/form for a username and password
- Make a simple authentication method on the backend (database driven)

Zend_Auth: http://framework.zend.com/manual/en/zend.auth.html
16 changes: 15 additions & 1 deletion zfapp/public/js/examples/example8/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
unit testing extjs with jasmine
Example #8 : A More Advanced App - Real-time Chat
===========

This example will show you how to:

- create a more robust application with an Ext JS frontend and ZF backend
- Use a combination of layouts, stores, forms and a database backend

The sample application lets you:

- enter in chat messages as username
- change the username you're posting with
- shows a list of "Current Users" that have posted messages
- click on the username to filter the list to ones from just that user
- includes an auto-refresh on the chat message section to get the latest messages
11 changes: 11 additions & 0 deletions zfapp/public/js/examples/example9/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Example #9 : Unit Testing with Jasmine
===========

This example will show you how to:

- download and set up the Jasmine javascript testing tool
- create a sample application to run some tests

Jasmine: http://pivotal.github.com/jasmine/

Jasmine is a behavior-driven development framework for testing your JavaScript code. It does not depend on any other JavaScript frameworks. It does not require a DOM. And it has a clean, obvious syntax so that you can easily write tests.

0 comments on commit db155e8

Please sign in to comment.