WEBLEFT Property
PLBCMP GUI Only, 9.9
The WEBLEFT 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:
WEBLEFT={left}
Note the following:
WEBLEFT may be used in CREATE, SETPROP or GETPROP statements.
The {left} is a case sensitive string.
This property is only available when using the PL/B Web Server.
The WEBLEFT value allows the PLB program to specify the left property with values consistent to CSS syntax format as:
CSS Syntax:
auto | length | % | initial | inherit
Where:
See this link for more details on the CSS width description:
Examples:
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |