Attribute
|
Description
|
element
|
(Required) Name of the XML or SGML element to be associated with the ActiveX control.
|
controlName
|
(Required) User-defined name for the control. Provides the link to event binding and script associations
|
scriptFileName
|
(Required) The system file name for the script file containing the required functions for handling the control.
The current directory will be searched first for the script. The load path, containing the Arbortext-path\custom\scripts directory, will then be searched.
|
scriptName
|
(Optional) User-defined name for the script context. If not specified, a unique name for the script context is generated. By default, no two ActiveX controls created using the .dcf file will use the same script context.
|
programId
|
(Required) The name for the ActiveX control as registered in the Windows registry. It is the user-friendly form of the COM 128–bit Class ID (or GUID).
|
scriptLanguage
|
(Optional) Name by which users specify a scripting language which is not automatically recognized by file extension. VBScript and JScript are the only supported script languages.
|
condition
|
(Optional) An XPath expression. This attribute value allows the user to define more specific conditions for when an ActiveX control should be initiated for the given element.
For example, to launch a particular ActiveX control based on a particular attribute value on a graphic element, that condition can be defined as an XPath expression. If the expression, in the context specified by the element instance, is TRUE, ActiveX processing will continue. If the expression is FALSE, the element will not cause any ActiveX behavior.
|
inPlaceActivate
|
(Optional) If yes, embeds the XUI dialog box containing the control in the document displayed in Arbortext Editor. If no (the default), displays the control in a standalone dialog box.
|
eventName
|
(Optional) The DOM event name that runs the ActiveX control. If unspecified, the default is DOMActivate.
|