WEBPOSITION Property
PLBCMP GUI Only, 9.9
The WEBPOSITION property specifies the left property applied to the HTML element rendered at the client browser by the PL\B Web Server. The property uses the following format:
WEBPOSITION={position}
Note the following:
WEBPOSITION may be used in CREATE, SETPROP or GETPROP statements.
The {position} is a decimal number or numeric variable..
This property is only available when using the PL/B Web Server.
The allowed values are defined as follows in accordance to expected CSS positioning methods supported for an HTML element. See the following URL link for more details on CSS position property values:
|
Character |
The CSS position property is .. |
|
0 |
set to 'absolute' which is the default. |
|
1 |
set to 'static' and the CSS margin is set to 'auto'. |
|
2 |
set to 'relative'. |
|
3 |
set to 'fixed'. |
|
4+ |
the same as the default. |
Examples:
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |