How to handle wizard? to switch in wizard mode: set $::isWizard to true; if $::Wizard_no_previous is set to true, the wizard won't display the previous button. Usefull for first step if $::Wizard_finished is set to true, the wizard will display Finish instead of Next. Usefull for last step how to code: Code as if there were no wizard. OK button is displayed as Next Cancel is displayed as Previous a additional button Cancel is added, xhich die with the exception 'wizard_cancelled' You have to handle the previous button. For example: step 1: ask_from list( blablablabl) or return; step2: ask_from list( blablablabl) or goto step1; step3: ask_from list( blablablabl) or goto step2; etc... You don't have to handle the wizard Cancel button as it send an exception. Understood? If yes, you'll see that there is a pb with ask_yesorno. In this case, yes+next returns true, no+next returns false, Cancel send the exception 'wizard_canceled' and previous send the exception 'wizard previous'. So you have to handle the previous button manually. plop. dam's, pour vous servir class='sub'>The forums.mageia.org WebsiteMaat [maat]
aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/module/exception/module_not_found_exception.php
diff options
context:
space:
mode:
authorMateBartus <mate.bartus@gmail.com>2015-05-31 13:20:56 +0200
committerMateBartus <mate.bartus@gmail.com>2015-05-31 13:22:45 +0200
commite877a752be55dfda5a72c7995708e4e132a1079d (patch)
treea4700affa6b2bfaf347c25e8e90484342a39b919 /phpBB/phpbb/module/exception/module_not_found_exception.php
parent71d03647f0433fca5a071e485d3f0cc3145c44d1 (diff)
downloadforums-e877a752be55dfda5a72c7995708e4e132a1079d.tar
forums-e877a752be55dfda5a72c7995708e4e132a1079d.tar.gz
forums-e877a752be55dfda5a72c7995708e4e132a1079d.tar.bz2
forums-e877a752be55dfda5a72c7995708e4e132a1079d.tar.xz
forums-e877a752be55dfda5a72c7995708e4e132a1079d.zip
[ticket/13777] Deduplicate migration service definitions
PHPBB3-13777
Diffstat (limited to 'phpBB/phpbb/module/exception/module_not_found_exception.php')
0 files changed, 0 insertions, 0 deletions