Configuring Siebel Business Applications > Configuring Siebel Web Templates and Siebel Tags > Configuring an HTML Control Type >

Creating a New HTML Type


You can create a new HTML type.

To create a new HTML type

  1. Add the name of the new type to the List of Values used for the HTML Type property in Siebel Tools (REPOSITORY_HTML_CTRL_TYPE).

    MiniButton is an example of a name.

  2. Modify one of the SWF files that Siebel CRM uses:
    1. Add the format information for the new type.

      Siebel CRM uses two SWF files. The file you modify must use the SWF extension. It must reside in the same directory as the template files. One file contains the special types that Siebel CRM defines. The other file contains custom definitions that you define to add more types or to override Siebel types.

      Use the swe:htmltype and swe:this tags to define how to display the custom type using the following format:

    <swe:htmltype name="XXX" mode="AAA" state="BBB">

    ..... HTML .....

    <swe:this property="YYY" />

    .... More HTML ....

    </swe:htmltype>

    1. Set the UserSWFName parameter to the name of the SWF file that the Application Object Manager must use.

      For more information about the Application Object Manager, see Siebel System Administration Guide.

  3. In Siebel Tools, modify the HTML Type property of the control, list column, or page item to the new type.
  4. In the template file, use the FormattedHTML property for the swe:control tag or the swe:pageItem tag.
Configuring Siebel Business Applications Copyright © 2015, Oracle and/or its affiliates. All rights reserved. Legal Notices.