GetWebId Method
PLB Web Only, 9.7C
The GetWebId method retrieves a specific CSS style for a PWS object which is implemented as a visible HTML object. The method uses the following format:
|
|
|
|
Where:
Where:
Flags Affected: EOS, OVER, ZERO
Note the following:
The EOS flag is set if the returned HTML id value string must be truncated before being stored into the {return} Character variable.
The ZERO flag is always cleared.
The OVER flag is always cleared.
Detailed information regarding the HTML id attribute is available from
http://www.w3schools.com/tags/att_global_id.asp
The optional {flags} bit mask values changes the execution behavior of the GetWebStyle method as follows:
|
Value |
Meaning |
|
0x01 |
This bit value causes the CSS style to be obtained from the HTML <div> enclosing the {object} HTML object. |
Example:
See Also: Objects
![]() |