Opened 13 years ago
Closed 13 years ago
#5739 closed enhancement (fixed)
Can't use dojo/method to define passFunction in dojox.widget.WizardPane
Reported by: | guest | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Dojox | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
It would be nice to be able to use <script type="dojo/method" event="passFunction"> to define the validation function in a WizardPane?. The same applies to the other functions: cancelFunction, doneFunction etc.
Change History (3)
comment:1 Changed 13 years ago by
Component: | General → Dojox |
---|---|
Owner: | changed from anonymous to dante |
comment:2 Changed 13 years ago by
Milestone: | → 1.2 |
---|
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [13419]) fixes #5739 - you can now pass a string (to be passed through getObject) or define a dojo/method named "cancelFunction" (container), or "doneFunction" "passFunction" on Pane. Also removing test for #1438, as this fixes that all together and you now get very vocal warnings if you pass an invalid function.