Index: openacs-4/packages/acs-templating/www/doc/guide/wizard-procs-doc.html
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/guide/wizard-procs-doc.html,v
diff -u -r1.1 -r1.1.24.1
--- openacs-4/packages/acs-templating/www/doc/guide/wizard-procs-doc.html 30 Sep 2003 12:04:22 -0000 1.1
+++ openacs-4/packages/acs-templating/www/doc/guide/wizard-procs-doc.html 22 Apr 2017 18:30:26 -0000 1.1.24.1
@@ -23,7 +23,7 @@
same as your current wizard file. Has no effect for subwizards.
name - use to distinguish between the different wizards, since you can
have 1 or more subwizard. name must be no spaces, alpanumeric similar
- to normal tcl variable naming convention
+ to normal Tcl variable naming convention
params - are used to keep values that you would like to pass on to
the other steps
steps - are use to define what includes to use for each step of the
@@ -48,7 +48,7 @@
- Create the individual steps, these are just normal tcl and/or adp files.
+ Create the individual steps, these are just normal Tcl and/or adp files.
So make a step1.tcl, step1.adp, step2.tcl, step2.adp, step3.tcl and step3.adp.
Normally this files are self submitting forms
@@ -134,8 +134,8 @@
get the current value of the param which was set by "template::wizard set_param",
while ad_page_contract will not pick that up since it will get what is the request
http var value. This is because "template::wizard get_param" gets the value
- from the tcl var while ad_page_contract gets the value from the http var.
- So while processing in tcl that value may change.
+ from the Tcl var while ad_page_contract gets the value from the http var.
+ So while processing in Tcl that value may change.
How can you get the url of a wizard that is not your current step?