IntroductionIntroduction
  Publishing web pagesPublishing web pages
  RXMLRXML
  Information tagsInformation tags
  String tagsString tags
  Variable tagsVariable tags
  URL tagsURL tags
  If tagsIf tags
  Graphics tagsGraphics tags
  Database tagsDatabase tags
  LDAPLDAP
  Programming tagsProgramming tags
    <catch>catch<catch>catch
    <throw>throw<throw>throw
    <cgi>cgi<cgi>cgi
    <crypt>crypt<crypt>crypt
    <debug>debug<debug>debug
    <default>default<default>default
    <for>for<for>for
    <gauge>gauge<gauge>gauge
    <nooutput>nooutput<nooutput>nooutput
    <noparse>noparse<noparse>noparse
    <pike>pike<pike>pike
    <random>random<random>random
    <realfile>realfile<realfile>realfile
    <scope>scope<scope>scope
    <sed>sed<sed>sed
    <strlen>strlen<strlen>strlen
    <trace>trace<trace>trace
    <vfs>vfs<vfs>vfs
    <wizard>wizard<wizard>wizard
  SSI tagsSSI tags
  Image mapsImage maps
  IntraSeekIntraSeek
  LogViewLogView
  TemplatesTemplates
  NavigationNavigation
  SiteBuilder tagsSiteBuilder tags
  Supports systemSupports system
  SecuritySecurity
  AppendixAppendix
 
<wizard> </> Wizard generator

 

The <wizard> tag generates wizard-like user interfaces, where the user is guided through several pages of controls. It is very useful for making web applications in RXML.

The <wizard> tag must contain at least one <page> container tag. The <page> tag can in turn contain <var> tags or <cvar> container tags.

cancel=URL
The URL to go to when the cancel button is pressed.

cancel-label=string
The text on the cancel button.

done=URL
The URL to go to when the done button is pressed.

name=string
The title of the wizard.

next-label=string
The text on the next button.

ok-label=string
The text on the ok button.

page-label=text
The text Page in the upper right corner.

previous-label=text
The text on the previous button.

Attributes for <var> and <cvar>

cols=number
Sets the number of columns.

default=value
The default value.

name=name
The name of the variable.

options=option1,option2,...
Available for select or select_multiple variables.

rows=number
Sets the number of rows.

size=number
Sets the size or the input form.

type=string password list text radio checkbox int float color color-small font toggle select select_multiple
WebLayout Templates error: Only block tag names allowed in "tmplinsertblock". Offending tag name "data".

 

Attributes

cancel=URL
The URL to go to when the cancel button is pressed.

cancel-label=string
The text on the cancel button.

done=URL
The URL to go to when the done button is pressed.

name=string
The title of the wizard.

next-label=string
The text on the next button.

ok-label=string
The text on the ok button.

page-label=text
The text Page in the upper right corner.

previous-label=text
The text on the previous button.

Attributes for <var> and <cvar>

cols=number
Sets the number of columns.

default=value
The default value.

name=name
The name of the variable.

options=option1,option2,...
Available for select or select_multiple variables.

rows=number
Sets the number of rows.

size=number
Sets the size or the input form.

type=string password list text radio checkbox int float color color-small font toggle select select_multiple
The variable type.




Message


#message# "=> >


Message

#message#

 

Example





Message


#message# "=> >


Message

#message#