Skip to content

Commit

Permalink
README added
Browse files Browse the repository at this point in the history
  • Loading branch information
Unitech committed May 25, 2011
1 parent 69cdc7d commit 446c70d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ The parent widget has a CRUD for child widgets :
# Datas you can syncronize with the server are all fields begining
with the prefix sync:

$.fn.widgetGen.defaults = {

`$.fn.widgetGen.defaults = {
syncType : '',
syncX : 0,
syncY : 0,
Expand All @@ -58,7 +59,7 @@ $.fn.widgetGen.defaults = {
syncData3 : '',
syncTitle : '',
syncId : 0
};
};`

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

0 comments on commit 446c70d

Please sign in to comment.