Files
Brainstorm/Foundation Builder/controls/sash-form.cml

20 lines
774 B
Plaintext
Raw Normal View History

2014-05-30 10:31:51 -07:00
<type name="sash-form" extends="container" inherit-styles="true">
<builder jar="sash-form.jar">
<thin-swt class="com.foundation.tcv.swt.builder.SashFormBuilder"/>
<thick-swt class="com.foundation.view.swt.builder.SashFormBuilder"/>
</builder>
<style name="smooth"/>
<style name="horizontal">
<alter name="vertical"/>
</style>
<style name="vertical">
<alter name="horizontal"/>
</style>
<!-- A comma delimited list of weights (positive integers) for the components. Spacing is ignored. -->
<property name="weights" type="string" required="false"/>
<!-- Currently only two components may be specified. Additional components not supported. TODO: Allow N components where N > 1. -->
<component type="component" required="false" mulitple="true"/>
</type>