Module: Editor
Version: 2.2.1 +
User: Developer
Object Type: Output Object
Description
With the use of a WebPanel object you can divide your webpage into a number of different sub-areas. Each WebPanel represents a different sub-area. Within WebPanels, new WebPanels can occur. In this way, for example, a webpage can be divided into an upper part, a middle part and a bottom part, by means of three WebPanels. The middle part can then on itself be divided into a left-hand part, a middle part and a right-hand part. This can be done by creating three WebPanels within the middle WebPanel of the first structure division.
Properties
DebugLogMode (from version 4.1)
Indicates the level of detail of debug information that is logged during runtime of the website 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
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.
Visible
Possible values are 'True' or 'False'. If the value is 'True', the object will be rendered and therefore displayed in your application. If the value is 'False', the object will not be rendered.
XmlName
The name of the object as it is shown in the source of the website. By default the XmlName is equal to the name given in the property (Name) with spaces replaced by underscores, but you are free to change it.
(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.
IsAjaxUpdatePanel
This is an automatic property indicating if the object is referred to as an UpdatePanel. Possible values are 'True' or 'False'.
CssClass
Here the CssClass can be entered. In the stylesheet you can define the style elements that belong to this class.