mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-04 12:17:41 +08:00
Correct table component attributes #PL-2604 #PL-2537
This commit is contained in:
parent
ded7308380
commit
1b0df733eb
@ -273,13 +273,13 @@
|
||||
|
||||
<xs:attributeGroup name="isTableComponent">
|
||||
<xs:attribute name="multiselect" type="xs:boolean" use="optional"/>
|
||||
<xs:attribute name="margin" type="xs:string" use="optional"/>
|
||||
<xs:attribute name="sortable" type="xs:boolean" use="optional"/>
|
||||
<xs:attribute name="reorderingAllowed" type="xs:boolean" use="optional"/>
|
||||
<xs:attribute name="columnControlVisible" type="xs:boolean" use="optional"/>
|
||||
|
||||
<xs:attribute name="aggregatable" type="xs:boolean" use="optional"/>
|
||||
<xs:attribute name="presentations" type="xs:boolean" use="optional"/>
|
||||
<xs:attribute name="allowPopupMenu" type="xs:boolean" use="optional"/>
|
||||
</xs:attributeGroup>
|
||||
|
||||
<xs:attributeGroup name="isLayoutComponent">
|
||||
@ -674,6 +674,7 @@
|
||||
<xs:attributeGroup ref="hasId"/>
|
||||
<xs:attributeGroup ref="hasSize"/>
|
||||
<xs:attributeGroup ref="hasCaption"/>
|
||||
<xs:attributeGroup ref="hasVisibility"/>
|
||||
</xs:complexType>
|
||||
|
||||
<!-- Tree -->
|
||||
@ -692,7 +693,6 @@
|
||||
<xs:attributeGroup ref="hasId"/>
|
||||
<xs:attributeGroup ref="hasSize"/>
|
||||
<xs:attribute name="multiselect" type="xs:boolean" use="optional"/>
|
||||
<xs:attribute name="allowPopupMenu" type="xs:boolean" use="optional"/>
|
||||
</xs:complexType>
|
||||
|
||||
<!-- Button -->
|
||||
@ -811,11 +811,10 @@
|
||||
|
||||
<xs:attributeGroup ref="hasSize"/>
|
||||
<xs:attributeGroup ref="hasStyle"/>
|
||||
<xs:attributeGroup ref="hasEditable"/>
|
||||
<xs:attributeGroup ref="hasVisibility"/>
|
||||
<xs:attributeGroup ref="hasEditState"/>
|
||||
|
||||
<xs:attributeGroup ref="isTableComponent"/>
|
||||
<xs:attribute name="allowPopupMenu" type="xs:boolean" use="optional"/>
|
||||
</xs:complexType>
|
||||
|
||||
<!-- GroupTable -->
|
||||
@ -834,8 +833,8 @@
|
||||
|
||||
<xs:attributeGroup ref="hasSize"/>
|
||||
<xs:attributeGroup ref="hasStyle"/>
|
||||
<xs:attributeGroup ref="hasEditable"/>
|
||||
<xs:attributeGroup ref="hasVisibility"/>
|
||||
<xs:attributeGroup ref="hasEditState"/>
|
||||
|
||||
<xs:attributeGroup ref="isTableComponent"/>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user