Generic function
Enables or disables the Next button for the specified multi-page dialog.
dialog-next-enabled?-setter enabled? dialog => enabled?
<boolean>.
<dialog-frame>.
<boolean>.
duim-frames
duim-frames
Enables or disables the Next button for dialog. This button is most useful in multi-page dialogs such as property frames and wizard frames, which typically have Back and Next buttons that let the user navigate forward and backward through the sequence of pages that comprise the dialog.
It is useful to be able to enable and disable the Next button at any point in order to ensure that the user supplies all necessary information before proceeding to the next page of the dialog. You can do this by testing to see if the information on the page has been specified with dialog-page-complete?, and then enabling or disabling the Next button as appropriate.
dialog-next-button-setter, page 769