Initial commit from SVN.
This commit is contained in:
12
Foundation Builder/controls/hyperlink.cml
Normal file
12
Foundation Builder/controls/hyperlink.cml
Normal file
@@ -0,0 +1,12 @@
|
||||
<!-- Note: SWT Links require an <a>link text</a> tags around the link part of the text. -->
|
||||
<type name="hyperlink" extends="component" inherit-styles="true">
|
||||
<builder jar="hyperlink.jar">
|
||||
<thin-swt class="com.foundation.tcv.swt.builder.LinkBuilder"/>
|
||||
<thick-swt class="com.foundation.view.swt.builder.LinkBuilder"/>
|
||||
</builder>
|
||||
|
||||
<property name="text" type="string" required="false"/>
|
||||
|
||||
<association function="text" association-type="single" unique-row-type="true" getter="required" setter="none" data-type="java.lang.String"/>
|
||||
<method function="selection" required="false" multiple="false" requires-value-holder="true"/>
|
||||
</type>
|
||||
Reference in New Issue
Block a user