Skip to content

Commit

Permalink
Updated the documentation in jquery.qanbanScripts.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gardeman committed Jan 14, 2010
1 parent 83f9765 commit b77f15b
Showing 1 changed file with 20 additions and 9 deletions.
29 changes: 20 additions & 9 deletions web-app/js/jquery/jquery.qanbanScripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
*
* Usage:
*
* $.qInit();
* $.qInit(options);
*
*
*
Expand All @@ -51,7 +51,7 @@
*
* Usage:
*
* $('#phase_1337').qInit();
* $('#phase_1337').qInit(options);
*
*
* $.qInitAssigneeSelector
Expand Down Expand Up @@ -1124,9 +1124,15 @@

})(jQuery);

/*************/
/* Injection */
/*************/
/*
* Injection
*
* $.fn.qInject(options);
*
* This function is used to inject new elements to the dom at the right place.
* Elements that are compatible is .card and .phaseWrapper. PhaseWrappers also needs the index option to be set.
*
*/

(function($){

Expand Down Expand Up @@ -1304,7 +1310,7 @@
*
* var ajaxCaller = function(tries){
*
* $.qXxx({ tries: tries, caller: ajaxCaller });
* $.qXxx({ tries: tries, caller: ajaxCaller, ... });
*
* };
*
Expand Down Expand Up @@ -1503,9 +1509,14 @@

})(jQuery);

/**********/
/* Dialog */
/**********/
/*
* Dialog
*
* $.fn.qDialog(options);
*
* A simple wrapper for the jQuery UI dialog plugin that sets our common settings by default.
*
*/

(function($){

Expand Down

0 comments on commit b77f15b

Please sign in to comment.