Operation Manual

Table Of Contents
Working with object data | 275
Value: WebCGM_cursorenter, or any of the WebCGM actions
Constraint: none
cursorexit
Type: event
Description: Triggers when the pointer moves off all members of the group.
Value: WebCGM_cursorexit, or any of the WebCGM actions.
Constraint: none
hover
Type: event
Description: Triggers when the pointer moves over any member of the group.
Value: any of the WebCGM actions
Constraint: none
linkuri
Type: action
Description: Loads a file in the target window as specified by the URI.
Value: either one or three strings entered by user input
If it is one string, it will represent the URI.
Example: “http://www.corel.com”
If it is three strings, the first string is the URI, the second is the empty string, and the third is the target frame.
Example:“http://www.corel.com” “” “_blank”
The target frames are as follows:
_blank — viewer loads the content in a new window
_self — viewer loads the content in the same window
_parent — viewer loads the content in the immediate frameset parent of the active window
_top — viewer loads the content in the full original window
Constraint: none
name
Type: text
Description: Names the group.
Value: entered by user input
Example: “Corel Designer Group”
Constraint: none
region
Type: text
Description: Provides an optional spatial region, associated with a graphic object, allowing the user to pick operations for the object.
Simple regions of type rectangle, ellipse, polygon, and continuous polybezier can be defined.
For a rectangle, two corner points of the viewport are provided, as in (x1,y1) (x2,y2).
Example: -820084 215104 342822 867138
For an ellipse, three points are provided. The first point specifies the center of the ellipse, while the remaining two points specify the
CDP points, as in (x1,y1) (x2,y2) (x3,y3).
Example: -275602 514233 -786474 514233 -275602 282324
For a polygon, points are provided where n is the number of vertices in the polygon using the formula n*(x.y).
For a polybezier, points are provided where n is the number of contiguous cubic segments using the formula 3n+1(x,y).
Example (polybezier with three vertices):235270 712532 -235270 712532 342822 87386 342822 87386 342822
87386 -235270 87386 -235270 87386 -235270 87386 -235270 712532 -235270 712532
Value: none
Constraint: none