Skip to content

Commit

Permalink
Added link to the gitHub project website
Browse files Browse the repository at this point in the history
  • Loading branch information
fnagel committed Nov 22, 2009
1 parent 5945797 commit 6e59cc4
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 12 deletions.
3 changes: 2 additions & 1 deletion Formular/js/ui.formValidator.js
@@ -1,5 +1,6 @@
/*!
* jQuery UI FormValidator (09.11.09)
* jQuery UI FormValidator (22.11.09)
* http://github.com/fnagel/jQuery-Accessible-RIA
*
* Copyright (c) 2009 Felix Nagel for Namics (Deustchland) GmbH
* Licensed under Creative Commens Attribution-Share Alike 3.0 Unported (http://creativecommons.org/licenses/by-sa/3.0/)
Expand Down
8 changes: 5 additions & 3 deletions Lightbox/js/ui.ariaLightbox.js
@@ -1,11 +1,13 @@
/*
* jQuery UI ariaLightbox (02.11.09)
/*!
* jQuery UI ariaLightbox (22.11.09)
* http://github.com/fnagel/jQuery-Accessible-RIA
*
* Copyright (c) 2009 Felix Nagel for Namics (Deustchland) GmbH
* Licensed under Creative Commens Attribution-Share Alike 3.0 Unported (http://creativecommons.org/licenses/by-sa/3.0/)
*
* Depends: ui.core.js
*/
/*
USAGE:::::::::::::
* Take a look in the html file or the (german) pdf file delivered with this example
* The widget gets all the elements in the document which matches choosen selector
Expand Down
12 changes: 7 additions & 5 deletions Table/js/ui.ariaSorTable.js
@@ -1,11 +1,13 @@
/*
* jQuery UI ariaSorTable (09.11.09)
/*!
* jQuery UI ariaSorTable (22.11.09)
* http://github.com/fnagel/jQuery-Accessible-RIA
*
* Copyright (c) 2009 Felix Nagel for Namics (Deustchland) GmbH
* Licensed under Creative Commens Attribution-Share Alike 3.0 Unported (http://creativecommons.org/licenses/by-sa/3.0/)
*
* Depends: ui.core.js
*/
/*
USAGE:::::::::::::
* Take a look in the html file or the (german) pdf file delivered with this example
* To set sorting method add css classes, default is text, alphabetically
Expand All @@ -24,8 +26,8 @@ rowToStart row to start, begins with 1
rowsToShow How many rows to show? If not set, widget will show all rows
colScopeRow Which col has scope? Could be the UID or a names, begins with 1
defaultSortBy first sorting action sould sort ascending or descending?
colsToHide array; set value true if col should be hided, example: colsToHide[3] = true;
rowsToHide array; set value true if row should be hided, example: rowsToHide[3] = true;
colsToHide array; set value true if col should be hidden, example: colsToHide[3] = true;
rowsToHide array; set value true if row should be hidden, example: rowsToHide[3] = true;
keyboard activate default keyboard control
pager add default pager control; (do use with rowsToShow < all rows in the original table)
textPager String pager
Expand Down
8 changes: 5 additions & 3 deletions Tabs/js/ui.ariaTabs.js
@@ -1,13 +1,15 @@
/*
* jQuery UI ariaTabs (19.08.09)
/*!
* jQuery UI ariaTabs (22.11.09)
* http://github.com/fnagel/jQuery-Accessible-RIA
*
* Copyright (c) 2009 Felix Nagel for Namics (Deustchland) GmbH
* Licensed under Creative Commens Attribution-Share Alike 3.0 Unported (http://creativecommons.org/licenses/by-sa/3.0/)
*
* Depends: ui.core.js
* ui.tabs.js
* ui.sortable.js (optional, see tabs docu)
*/
/*
USAGE:::::::::::::
* Take a look in the html file or the (german) pdf file delivered with this example
* Simply add the js file uner the regular ui.tabs.js script tag
Expand Down

0 comments on commit 6e59cc4

Please sign in to comment.