Module: Editor
Version: 2.2.1 +
User: Developer
Object Type: Action Object
Description
Using a Navigator it is possible to automatically navigate to another WebPage in a website. A navigator can for example be placed under a button that in the website lets the user go to the next page.
Properties
Condition
This property indicates under which condition the Navigator is to be executed. If nothing is entered the Navigator will always be executed. If a condition has been filled in the Navigator will only be executed if the Condition is 'True'. In the property a Formula of type Boolean can be entered as well as a Fixed or a Reference to another object of type Boolean.
DebugLogMode (from version 4.1)
Indicates the level of detail of debug information that is logged when running a Futurama application (website, webservice, console application) to the trace, a logfile, a database etc. The possible values are:
- None: no debug information is logged
- Simple: only basic information is given
- Extended: in addition to the information in the Simple mode the values of all the properties of the object are shown
TargetControl
At the property TargetControl references to one or more WebPages can be defined.
TargetIndex
At the property TargetIndex the index of the desired WebPage, as defined in the property TargetControl, has to be given. TargetIndex can be a Fixed, a Formula or a Reference. A Fixed is used if only one WebPage has been defined in the property TargetControl. If more than one WebPage is defined in the property TargetControl a Formula can be used to determine to which WebPage the user ought to go.
IsPublic
Possible values are True or False. If the value is False, then the object can only be used within the document where it is created. If the value is True, then also from other Futurama documents can be referred to this object. This means that changes in the object also affect the document in which is referred to this object. If the value is True and you attempt to move or delete the object, a warning will be given. To limit these warnings to a minimum it is recommended to set IsPublic to True only when necessary.
(Name)
The name of the object.
Comment
Here a comment can be entered. For example a short description of the object.
ID
The unique identification number of the object. This number is automatically generated by Futurama on the moment of creation. This number can be used when searching for a certain object in the Find Window.
Relevant Tutorials
- Multiple Pages and Navigation: Select part 4 of this tutorial to see how the Navigator is used to create navigation through a website.