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 9784657 commit d01b11b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,12 @@ 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 :
1. Add the name (represented by his name in syncType) of the widget in

── $.fn.widgetGen.select
── $.fn.widgetGen.select

The parent widget has a CRUD for child widgets

The parent widget has a CRUD for child widgets :
── $.fn.widgetGen.save
── $.fn.widgetGen.update
── $.fn.widgetGen.remove
Expand All @@ -47,7 +48,7 @@ The parent widget has a CRUD for child widgets :
2. 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 Down

0 comments on commit d01b11b

Please sign in to comment.