WEBTOP Property
PLBCMP GUI Only, 9.9
The WEBTOP property specifies the top property applied to the HTML element rendered at the client browser by the PL\B Web Server. The property uses the following format:
WEBTOP={top}
Note the following:
WEBTOP may be used in CREATE, SETPROP or GETPROP statements.
The {top} value is a case sensitive string.
This property is only available when using the PL/B Web Server.
The WEBTOP value allows the PLB program to specify the top property with values consistent with CSS syntax format as:
CSS Syntax:
auto | length | % | initial | inherit
Where:
See this link for more details on the CSS width description: http://www.w3schools.com/cssref/pr_pos_width.asp
Examples:
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |