Author: jleroux
Date: Sun Oct 11 06:22:05 2015
New Revision: 1707949
URL:
http://svn.apache.org/viewvc?rev=1707949&view=revLog:
OFBIZ-6327: I got a way to see a button with a link using widget-area-style="smallSubmit" w/o other stylings (else they remove the button style) but the size and width seems not not apply to a link element
Modified:
ofbiz/trunk/specialpurpose/example/widget/example/FormWidgetExampleForms.xml
Modified: ofbiz/trunk/specialpurpose/example/widget/example/FormWidgetExampleForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/example/widget/example/FormWidgetExampleForms.xml?rev=1707949&r1=1707948&r2=1707949&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/example/widget/example/FormWidgetExampleForms.xml (original)
+++ ofbiz/trunk/specialpurpose/example/widget/example/FormWidgetExampleForms.xml Sun Oct 11 06:22:05 2015
@@ -399,8 +399,8 @@ under the License.
<!-- *** Layered-modal *** -->
<!-- ************************ -->
<field name="emptyField0" title=" "><display/></field>
- <field name="newExample" title=" " widget-style="buttontext">
- <hyperlink also-hidden="false" description="${uiLabelMap.ExampleNewExample} (Layered-modal)" target="EditExampleLayer" link-type="layered-modal"/>
+ <field name="newExample" title=" " widget-area-style="smallSubmit" position="1">
+ <hyperlink also-hidden="false" description="${uiLabelMap.ExampleNewExample} (Layered-modal)" target="EditExampleLayer" link-type="layered-modal" size="100" width="100"/>
</field>
</form>
</forms>