flex Accordion

来源:互联网 发布:沉迷于网络的危害 编辑:程序博客网 时间:2024/06/05 15:12
<titlebox:TitledBorderBox width="100%"  height="100%"  styleName="blueBorder"  title="车辆警员列表"><mx:Accordion id="accordion" width="100%" height="100%" paddingBottom="2" paddingLeft="2"  paddingRight="2" paddingTop="2" headerStyleName="headers" borderStyle="none"    creationPolicy="all"><mx:VBox width="100%" height="100%" label="车辆列表" backgroundColor="#ffffff" borderStyle="solid"  paddingBottom="2" paddingLeft="2" paddingRight="2" paddingTop="2"><mx:Grid width="100%" height="100%"><mx:GridRow width="100%"><mx:GridItem width="100%"><mx:TextInput width="100%" id="carquery"/></mx:GridItem><mx:GridItem><mx:Button label="查询" click="carFind()"/></mx:GridItem></mx:GridRow><mx:GridRow width="100%" height="100%"><mx:GridItem width="100%" height="100%"><controls:TreeCheckBox id="tree"   width="100%"   height="100%"   checkField="@isSelect"   itemCheck="onItemCheck(event);"   labelField="@name"   openItems="{xml.node}"   showRoot="false"/></mx:GridItem><mx:GridItem></mx:GridItem></mx:GridRow></mx:Grid></mx:VBox><mx:VBox width="100%" height="100%" label="警员列表" backgroundColor="#ffffff" borderStyle="solid"  paddingBottom="2" paddingLeft="2" paddingRight="2" paddingTop="2"><mx:Grid width="100%" height="100%"><mx:GridRow width="100%"><mx:GridItem width="100%"><mx:TextInput width="100%" id="fuzzquery"/></mx:GridItem><mx:GridItem><mx:Button label="查询" click="fuzzFind()"/></mx:GridItem></mx:GridRow><mx:GridRow width="100%" height="100%"><mx:GridItem width="100%" height="100%"><controls:TreeCheckBox id="tree1"   width="100%"   height="100%"   checkField="@isSelect"   itemCheck="onItemCheck(event);"   labelField="@name"   openItems="{xml1.node}"   showRoot="false"/></mx:GridItem><mx:GridItem></mx:GridItem></mx:GridRow></mx:Grid></mx:VBox></mx:Accordion></titlebox:TitledBorderBox>

0 0
原创粉丝点击