Siebel Tools Reference > Logical User Interface Objects Layer >

Web-Related Objects


This section provides a general description of the Web-related objects in Siebel Tools.

Table 37 describes the new Web-related properties of existing Siebel objects.

Table 37.  Existing Siebel Objects with New Web-Related Properties
Web-related Control Attributes
Description
HTML Display Mode
Values are:
  • DontEncodeData. Leaves the data as is. This is useful if the configurators wish to put their own HTML in the Caption property and expose the caption to the Web page.
  • EncodeData. Let Siebel Web Engine convert data into HTML format.
  • FormatData. Replace the data. By default, <CR> is replaced with <BR>.
HTML Row Sensitive
Used to indicate to the SWE that it must reposition the Applet on the correct row before invoking the method defined in the MethodInvoked property. Within applets there are controls which can invoke methods. Some of these methods require the existence of a current row before the method can be invoked. For example, DeleteRecord, EditRecord require a specific record, and NewRecord, ExecuteQuery do not.
If you set this to TRUE, SWE will try to locate the record first before invoking the method. If the method for your control does not need the current row, you must set it to FALSE. If set incorrectly, SWE may return an error message.
For these methods HTML Row Sensitive should be set to TRUE: CopyRecord, DeleteRecord, Drilldown, EditField, EditRecord, PickRecord, UndoRecord, WriteRecord, and GetImage.
For these methods HTML Row Sensitive should be set to FALSE: CloseApplet, AddRecord, CreateRecord, ExecuteQuery, ExecuteSort, Find, GotoFirstSet, GotoLastSet, GotoNextSet, GotoPreviousSet, NewQuery, NewRecord, NewSort, ResetRecord, SortAscending, SortDescending, and SortOrder.
HTML Type
The type to be used in the Web client. Values are Button, CheckBox, ComboBox, File, Hidden, Label, Link, Mailto, Password, Text, TextArea, and URL. Used by the Web engine only when the corresponding placeholder tag appears within a form tag.
For information on HTML control types, see Table 34.
Method Invoked
Siebel Method invoked by the control (frequently used for buttons). Some methods require a Control or List Column User property to specify an argument. For example, the GotoView method requires that the destination view be specified in a User Property.
Field
Field which will be used to retrieve data from the business component.
Caption
Used with corresponding tags to display the Caption value of the control or list column. If necessary, the Caption property can be used to store unformatted HTML tags. For example a help button might have the following value for its Caption property: <a href="help/Siebel_eBusiness_Help.htm" target=_blank>Help</a>

 Siebel Tools Reference
 Published: 20 October 2003