TBrCtlWmlServiceOption Class Reference

#include <mw/brctlinterface.h>

Link against: browserengine.lib

class TBrCtlWmlServiceOption

Detailed Description

The TBrCtlWmlServiceOption class wraps information about the WML DO elements. For more information about the DO tag, see http://www.w3schools.com/wap/tag_do.asp.
  #include <brctlinterface.h>
 @lib BrowserEngine.lib
 @since 2.8
 @file brctlinterface.h
*

Constructor & Destructor Documentation

TBrCtlWmlServiceOption ( HBufC *, TUint, TUint )

TBrCtlWmlServiceOption(HBufC *aText,
TUintaElemID,
TUintaActualElemID
)
Constructor
Since
2.8
Parameters
aTextThe text to display in the WML service options
aElemIDThe element Id to use when the user selects this command
aActualElemIDInternal to the Browser Control. The host application should not modify this parameter.

~TBrCtlWmlServiceOption ( )

~TBrCtlWmlServiceOption()

Destructor.

Member Function Documentation

ActualElemID ( )

TUint ActualElemID()[inline]
Gets the actual element ID defined in the WML page.
Since
2.8
Attention:

This parameter is internal to the Browser Control. The host application should not modify this parameter.

Return Value
Actual element ID

ElemID ( )

TUint ElemID()[inline]
Gets the command ID to use when the user selects this command
Since
2.8
Return Value
Element ID employed when the user selects this command

Text ( )

const TDesC &Text()[inline]
Displays the text for the WML service options
Since
2.8
Return Value
Text to display for the WML service options