Article | 70002104 |
Type | Wish |
Product | WebJS |
Version | 9002 |
Date Added | 11/15/2021 12:00:00 AM |
Fixed | 9.9003.0.3 (11/15/2021 12:00:00 AM) |
Submitted by | Bogumil Styczen |
Summary
Add GlobalAttributesMode on WebControl
Solution
In version 9003.0.3
a new property of vdrawobj.GetDocument().GlobalRenderProperties.AttributesMode is used to control the Attibute visibility
It is saved by the drawing
It can get the following values
vdConst.AttributesMode_Off : all Attributes in the drawing are invisible independent their InisibleMode property
vdConst.AttributesMode_Normal : Attributes are visible depend on their InVisibleMode property
vdConst.AttributesMode_On :all Attributes in the drawing are invisible independent their InisibleMode property
undefined: like vdConst.AttributesMode_Normal (Attributes are visible depend on their InVisibleMode property)