Add property enabled for checkBox and ButtonsPanel in xsd #PL-5018

This commit is contained in:
Aleksander Zlatoverov 2015-03-05 09:42:30 +00:00
parent 9f0bd23889
commit 7f9e772947
2 changed files with 3 additions and 1 deletions

View File

@ -860,6 +860,7 @@
<xs:attributeGroup ref="hasExpand"/>
<xs:attributeGroup ref="hasAlign"/>
<xs:attributeGroup ref="hasVisibility"/>
<xs:attributeGroup ref="hasEnableProp"/>
<xs:attribute name="providerClass" type="xs:string"/>
<xs:attribute name="alwaysVisible" type="xs:boolean"/>

View File

@ -37,7 +37,8 @@ public class ButtonsPanelLoader extends ContainerLoader {
assignXmlDescriptor(component, element);
loadId(component, element);
loadVisible(component, element);
loadEnable(component, element);
loadStyleName(component, element);
loadAlign(component, element);