Siebel Object Interfaces Reference > Interfaces Reference > Applet Methods >

ActiveMode Method


ActiveMode returns a string containing the name of the current Web Template mode.

Syntax

Applet.ActiveMode

Argument
Description

Not applicable

 

Returns

A string containing the name of the current Web Template mode.

Used With

Browser Script

Example

The following example is in Browser Script:

function Applet_Load ()
{
   var currMode = this.ActiveMode();
   theApplication().SWEAlert("The active mode for the selected applet is: " +
     currMode);
}

Siebel Object Interfaces Reference Copyright © 2008, Oracle. All rights reserved.