
<?xml version="1.0" encoding="utf-8"?>
<Shell name="AttributePopComboExample" descriptors="xworker.swt.widgets.Shell" text="下拉弹出窗口演示" RESIZE="true" width="600" height="200">
<GridLayout name="shellGridLayout"></GridLayout>
<DataObjectForm name="form">
<dataObjects>
<AbstractDataObject name="exampleDataObject" editCols="1" storeSortDir="ASC" autoInitAction="autoInit">
<attribute name="popCombo" label="下拉弹出窗口" inputtype="popCombo" inputattrs="dynamicWinSize=false&compositePath=xworker.example.app.form.swt.PopComboExampleComposite/@mainComposite&popWinWidth=640&popWinHeight=480&READ_ONLY=true&BORDER=false"></attribute>
<attribute name="desc" label="说明" inputtype="textarea" inputattrs="codeName= codeType= wrap=true fillBoth=true cols= rows=">
<default><![CDATA[可以自定义像下拉框、下拉属性框等这这样的控件。
指定一个Composite的路径作为弹出窗口的内容,弹出窗口默认传入shell(窗口),text(输入窗)等变量。]]></default>
</attribute>
</AbstractDataObject>
</dataObjects>
<GridData name="fromGridData" style="FILL_BOTH"></GridData>
</DataObjectForm>
</Shell>