Property

Method

Event

Enterprise

 

InstallSourceURL

Specifies the URL used for the specific features of Web Editor Control such as importing external files.

Syntax

    [get]HRESULT InstallSourceURL(
    BSTR pVal
    );
    [put]HRESULT InstallSourceURL(
    BSTR newVal
    );

Parameters

[get]pVal

[out, retval] Returns the URL from which external files are imported.

[put]newVal

[in] Specifies the URL from which external files are imported.

If this URL is not specified, the following default URLs are applied depending on the language versions.

Englsh

http://www.namo.com/support/activesquare/update/

Korean

http://www.namo.co.kr/support/activesquare/update/

Japanese

http://www.namo.com/jp/support/activesquare/update/

Return Values

0 (Always)

Remark

The features using imported external files are as follows.

  • Chart
  • Hangul/Word file importing

Sample Codes

VBScript

dim object
set object = document.editForm
' Specifies the URL from which external files are imported.
object.wec.InstallSourceURL = "http://myhome.co.kr/component"