|
35 | 35 | </propertyGroup> |
36 | 36 | </propertyGroup> |
37 | 37 | <propertyGroup caption="Dimensions"> |
38 | | - <property key="widthUnit" type="enumeration" defaultValue="percentage"> |
39 | | - <caption>Width unit</caption> |
40 | | - <description /> |
41 | | - <enumerationValues> |
42 | | - <enumerationValue key="percentage">Percentage</enumerationValue> |
43 | | - <enumerationValue key="pixels">Pixels</enumerationValue> |
44 | | - </enumerationValues> |
45 | | - </property> |
46 | | - <property key="width" type="integer" defaultValue="100"> |
47 | | - <caption>Width</caption> |
48 | | - <description /> |
49 | | - </property> |
50 | | - <property key="heightUnit" type="enumeration" defaultValue="percentageOfWidth"> |
51 | | - <caption>Height unit</caption> |
52 | | - <description>'Percentage of width' is the aspect ratio, 'Pixels' is absolute. Warning: When using 'Percentage of parent' the parent container must have an absolute height, else nothing is displayed.</description> |
53 | | - <enumerationValues> |
54 | | - <enumerationValue key="percentageOfWidth">Percentage of width</enumerationValue> |
55 | | - <enumerationValue key="pixels">Pixels</enumerationValue> |
56 | | - <enumerationValue key="percentageOfParent">Percentage of parent</enumerationValue> |
57 | | - </enumerationValues> |
58 | | - </property> |
59 | | - <property key="height" type="integer" defaultValue="50"> |
60 | | - <caption>Height</caption> |
61 | | - <description /> |
62 | | - </property> |
| 38 | + <propertyGroup caption="Dimensions"> |
| 39 | + <property key="widthUnit" type="enumeration" defaultValue="percentage"> |
| 40 | + <caption>Width unit</caption> |
| 41 | + <description /> |
| 42 | + <enumerationValues> |
| 43 | + <enumerationValue key="pixels">Pixels</enumerationValue> |
| 44 | + <enumerationValue key="percentage">Percentage</enumerationValue> |
| 45 | + </enumerationValues> |
| 46 | + </property> |
| 47 | + <property key="width" type="integer" defaultValue="100"> |
| 48 | + <caption>Width</caption> |
| 49 | + <description /> |
| 50 | + </property> |
| 51 | + <property key="heightUnit" type="enumeration" defaultValue="pixels"> |
| 52 | + <caption>Height unit</caption> |
| 53 | + <description /> |
| 54 | + <enumerationValues> |
| 55 | + <enumerationValue key="percentageOfWidth">Auto</enumerationValue> |
| 56 | + <enumerationValue key="pixels">Pixels</enumerationValue> |
| 57 | + <enumerationValue key="percentageOfParent">Percentage</enumerationValue> |
| 58 | + <enumerationValue key="percentageOfView">Viewport</enumerationValue> |
| 59 | + </enumerationValues> |
| 60 | + </property> |
| 61 | + <property key="height" type="integer" defaultValue="250"> |
| 62 | + <caption>Height</caption> |
| 63 | + <description /> |
| 64 | + </property> |
| 65 | + <property key="minHeightUnit" type="enumeration" defaultValue="pixels"> |
| 66 | + <caption>Minimum Height unit</caption> |
| 67 | + <description /> |
| 68 | + <enumerationValues> |
| 69 | + <enumerationValue key="none">None</enumerationValue> |
| 70 | + <enumerationValue key="pixels">Pixels</enumerationValue> |
| 71 | + <enumerationValue key="percentageOfParent">Percentage</enumerationValue> |
| 72 | + <enumerationValue key="percentageOfView">Viewport</enumerationValue> |
| 73 | + </enumerationValues> |
| 74 | + </property> |
| 75 | + <property key="minHeight" type="integer" defaultValue="250"> |
| 76 | + <caption>Minimum height</caption> |
| 77 | + <description /> |
| 78 | + </property> |
| 79 | + <property key="maxHeightUnit" type="enumeration" defaultValue="none"> |
| 80 | + <caption>Maximum Height unit</caption> |
| 81 | + <description /> |
| 82 | + <enumerationValues> |
| 83 | + <enumerationValue key="none">None</enumerationValue> |
| 84 | + <enumerationValue key="pixels">Pixels</enumerationValue> |
| 85 | + <enumerationValue key="percentageOfParent">Percentage</enumerationValue> |
| 86 | + <enumerationValue key="percentageOfView">Viewport</enumerationValue> |
| 87 | + </enumerationValues> |
| 88 | + </property> |
| 89 | + <property key="maxHeight" type="integer" defaultValue="250"> |
| 90 | + <caption>Maximum height</caption> |
| 91 | + <description /> |
| 92 | + </property> |
| 93 | + <property key="OverflowY" type="enumeration" defaultValue="auto"> |
| 94 | + <caption>Vertical Overflow</caption> |
| 95 | + <description /> |
| 96 | + <enumerationValues> |
| 97 | + <enumerationValue key="auto">Auto</enumerationValue> |
| 98 | + <enumerationValue key="scroll">Scroll</enumerationValue> |
| 99 | + <enumerationValue key="hidden">Hidden</enumerationValue> |
| 100 | + </enumerationValues> |
| 101 | + </property> |
| 102 | + </propertyGroup> |
63 | 103 | </propertyGroup> |
64 | 104 | <propertyGroup caption="Advanced"> |
65 | 105 | <property key="showGrid" type="boolean" defaultValue="false"> |
|
0 commit comments