aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/dialog/dialog_methods.js
Commit message (Collapse)AuthorAgeFilesLines
* Widget: Throw errors when calling non-existent methods or methods on ↵Scott González2010-08-271-7/+1
| | | | uninistantiated widgets. Fixes #5972 - Widget: Throw error for non-existent method calls.
* Revert "Use pushStack in widget method. Fixes #5732 - make the widget method ↵Scott González2010-07-301-6/+0
| | | | | | maintain the stack" This reverts commit ea58cd5ac0d852a9c7d7ceadbcbb74006cf9052d.
* Use pushStack in widget method. Fixes #5732 - make the widget method ↵jzaefferer2010-07-301-0/+6
| | | | maintain the stack
* Removed use of .data() for getting/setting options in tests; using each ↵Scott González2009-11-091-12/+2
| | | | plugin's option method instead. Fixes #4853 - Remove use of .data() for options in tests.
* dialog unit tests: methods close, moveToTop, openRichard Worth2009-09-191-5/+22
|
* dialog: fixed enable and disable methodsRichard Worth2009-09-191-2/+10
|
* dialog: methods test cleanupJörn Zaefferer2009-09-151-1/+5
|
* Merged in widget-factory branch and added tests. Fixes #4411 - Widget ↵Scott González2009-04-151-1/+40
| | | | factory should auto detect getters.
* dialog unit tests: split tests into individual filesRichard Worth2009-02-041-2/+65
|
* unit tests: created separate file for each module: core, common widget, ↵Richard Worth2009-02-021-0/+12
events, methods, options, tickets