aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/widget/widget_core.js
Commit message (Collapse)AuthorAgeFilesLines
* Widget: Added ability to define how to find options on init. Fixes #6158 - ↵Scott González2010-10-061-0/+26
| | | | Widget: Ability to define new methods for gathering options on init.
* Widget: Added create event. Fixes #6126 - Widget: Add create event.Scott González2010-09-291-10/+14
|
* Widget: Added _setOptions method for handling normalized options setting. ↵Scott González2010-09-271-1/+24
| | | | Fixes #6114 - Widget: Add _setOptions() method.
* Widget: Hook into jQuery.cleanData to auto-destroy widgets. Fixes #6008 - ↵Scott González2010-09-031-0/+67
| | | | Widget: auto-destroy is broken in jQuery 1.4.
* Widget: Added more unit tests.Scott González2010-08-261-0/+128
|
* Widget Tests: Coding standards.Scott González2010-08-261-79/+83
|
* Widget: Added more unit tests.Scott González2010-08-261-6/+89
|
* Widget: Added tests for re-initialization.Scott González2010-08-231-0/+29
|
* Revert "Use pushStack in widget method. Fixes #5732 - make the widget method ↵Scott González2010-07-301-6/+3
| | | | | | maintain the stack" This reverts commit ea58cd5ac0d852a9c7d7ceadbcbb74006cf9052d.
* Use pushStack in widget method. Fixes #5732 - make the widget method ↵jzaefferer2010-07-301-3/+6
| | | | maintain the stack
* Widget: Deep extend options when creating a new plugin. Fixes #5830 - ↵Scott González2010-07-151-0/+168
Widget: Using inheritance overwrites the base classes options.