Skip to content

Commit

Permalink
Readme modified
Browse files Browse the repository at this point in the history
  • Loading branch information
Unitech committed Jun 14, 2011
1 parent deb1410 commit d0e7017
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

I did Skytoop to learn Ajax, Web2Py and Jquery intensively.

You can check a demo version on http://www.skytoop.com
: username = [email protected]
: password = 123456
**You can check a demo version on http://www.skytoop.com**
username = [email protected]
password = 123456

## How to use the sources ?

Expand Down Expand Up @@ -34,7 +34,7 @@ located in static/widgets/widgetsGen/jquery.widgetsGen.js

To add a new widget :

1. Add the name (represented by his name in syncType) of the widget in
Add the name (represented by his name in syncType) of the widget in

── $.fn.widgetGen.select

Expand All @@ -45,7 +45,7 @@ The parent widget has a CRUD for child widgets
── $.fn.widgetGen.remove
── $.fn.widgetGen.send

2. Datas you can syncronize with the server are all fields begining
Datas you can syncronize with the server are all fields begining
with the prefix sync:

$.fn.widgetGen.defaults = {
Expand All @@ -61,7 +61,7 @@ with the prefix sync:
syncId : 0
};

3. For an example refer to static/widgets/notes/jquery.stickynote.js
For an example refer to static/widgets/notes/jquery.stickynote.js
or static/widgets/widgetsGen/sample-widget.js

## Files
Expand Down

0 comments on commit d0e7017

Please sign in to comment.