Object. Supports ActiveX.
Type
- uiplugin
Property Summary
- align
- 객체가 텍스트와 연관된 정렬.
- classid
- Class ID of the object.
- codebase
- Address of the object (URL).
- codetype
- Internet media type of the object.
- data
- URL to refer to the object data (URL).
- groupid
- groupid of the object
- hspace
- Horizontal margin of the object (Unit: px)
- id
- Component ID
- name
- Name of the object.
- standby
- Character string to create the standby feature in the object
- tooltip
- Displays the tooltip of the object.
- tooltipLocaleRef
- Text key of the tooltip in case the tooltip text is provided in multiple languages.
- type
- Type of the object
- usemap
- Address used for the image map
- viewastext
- viewastext of the object.
- vspace
- Horizontal margin of the object (Unit: px)
Event Summary
Method Summary
Property Detail
- align
-
Text alignment.
Used as the align property of the object tag. - classid
-
Class ID of the object.
Used as the classid property of the <object> tag. - codebase
-
Address of the object (URL).
Used as the codebase property of the <object> tag. - codetype
-
Internet media type of the object.
Used as the codetype property of the <object> tag. - data
-
URL to refer to the object data (URL).
Used as the data property of the <object> tag. - groupid
-
groupid of the object
Used as the groupid property of the <object> tag. - hspace
-
Horizontal margin of the object (Unit: px)
Used as the data property of the <object> tag. - id
-
Component ID
The component ID is allocated as a global object. The script can access each object through the component ID. - name
-
Name of the object.
Used as the name property of the <object> tag. - standby
-
Character string to create the standby feature in the object
Used as the standby property of the <object> tag. - tooltip
-
Displays the tooltip of the object.
Used as the tooltip property of the <object> tag. - tooltipLocaleRef
-
Text key of the tooltip in case the tooltip text is provided in multiple languages.
When there is no text for the key, "global_undefined" will be displayed on the screen. - type
-
Type of the object
Used as the name property of the <object> tag. - usemap
-
Address used for the image map
Used as the usemap property of the <object> tag. - viewastext
-
viewastext of the object.
Used as the viewastext property of the <object> tag. - vspace
-
Horizontal margin of the object (Unit: px)
Used as the vspace property of the <object> tag.