Component index
Section index | Component websteps |
Search |
Type | Function |
Summary | Controls a sequence of web pages |
Description | websteps allows you to express a multi-step web scenario using a single application (a single web application). |
![]() ![]() | void setstep (int &step) | |
![]() ![]() | void step1 () | |
![]() ![]() | void step10 () | |
![]() ![]() | void step11 () | |
![]() ![]() | void step12 () | |
![]() ![]() | void step13 () | |
![]() ![]() | void step14 () | |
![]() ![]() | void step15 () | |
![]() ![]() | void step2 () | |
![]() ![]() | void step3 () | |
![]() ![]() | void step4 () | |
![]() ![]() | void step5 () | |
![]() ![]() | void step6 () | |
![]() ![]() | void step7 () | |
![]() ![]() | void step8 () | |
![]() ![]() | void step9 () |
The different steps in the application are encoded as different url. A user is allowed to "jump" to any step he wants. The setstep functag is allowed to override the target step based on the context. For example, if another variable is not set properly, it may override the target step so it points to the step where the user must select the value of the offending variable.