Bookshelf Home | Contents | Index | PDF | ![]() ![]() |
Configuring Siebel Business Applications > About Siebel Web Templates and Siebel Tags > About Applet Web Templates > About Nongrid Form Applet TemplatesPredefined applet web templates that do not use a grid use placeholder tags to define the layout of the applet. You can use the Web Layout Editor in Siebel Tools to map controls to any available placeholder. You cannot use the Web Layout Editor to modify the layout of the placeholders themselves. To modify the layout of the placeholders that Siebel CRM displays in these templates, you must modify the applet web template file. Siebel CRM can display a form applet in any of the following modes: Example Code of a Nongrid Form Applet TemplateThe following example code of a nongrid form applet template can run in Edit, New, and Query mode. An applet that runs in Base mode is similar except it does not contain the <div od-type="form"> tag. For more information, see Options to Control How the User Creates, Edits, Queries, and Deletes CRM Data. <div od-type="control" id="1100"> <div od-property="FormattedHtml" hintText="Outside Applet Help Text"/> <!--od section control close-> <table class="AppletStyle1" width="100%" align="center"> <div od-property="FormattedHtml"/> <div od-prefix od-id="[1301:10]" od-iterator="currentId"> <div od-type="control" od-id="od-attr-currentId" hintMapType="FormItem"> <td class="scLabelRight"> <div od-property="RequiredIndicator" <div od-property="DisplayName" hintText="Label"/> <div od-property="FormattedHtml" hintText="Field"/> <!--od section control close-> <!--od section iterator close-> Tags Included in a Nongrid Form Applet TemplateThis topic describes the some of the tags that a nongrid form applet template includes. OD Tag That Accepts User InputThe <div od-type="form"> tag encloses a section of a page that accepts user input. It is similar to an HTML form tag. This tag includes the following attributes:
OD Tag That Specifies Placeholders for ControlsThe <div od-type="control"> tag specifies placeholders for controls. This tag includes the following attributes:
OD Tag That Handles ErrorsFor more information, see Configuring How Siebel CRM Displays an Error That Occurs on the Siebel Server. |
![]() ![]() |
Configuring Siebel Business Applications | Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices. | |