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