Salesforce

BrowserSetContent (Magic xpa 3.x)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

BrowserSetContent (Magic xpa 3.x)

Sets the content displayed in a Browser Control with a new html text.

The function is only active for controls in the same task's form.

Syntax:

BrowserSetContent(control name, value)

Parameters:

control name: The name of the Browser control.

value: The value to which the variable will be set to. The attribute is Alpha, Unicode, or BLOB (with ANSI/Unicode content).

Returns:

TRUE – If the control was set.

FALSE – If the action failed, that is, if there is an internal error, such as a non-existing control or the error returns from the control.

Note:

This is a client-side only function.

Platform specific:

This function is not supported for mobile devices.

See also:

BrowserGetContent, BrowserScriptExecute

The Rich Client Samples project (program RRC07 )

Reference
Attachment 
Attachment