WEBWIDTH Property
wPLBCMP GUI Only, 9.9
The WEBWIDTH property specifies the width property applied to the HTML element rendered at the client browser by the PL\B Web Server. The property uses the following format:
WEBWIDTH={width}
Note the following:
WEBWIDTH may be used in CREATE, SETPROP or GETPROP statements.
The {width} value is a case sensitive string.
This property is only available when using the PL/B Web Server.
The WEBWIDTH value allows the PLB program to specify the width 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:
Examples:
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |