minor fixes

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/widgets/grsf-manage-widget@152432 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2017-08-02 13:35:51 +00:00
parent 2d68c466f1
commit 9063c22808
2 changed files with 15 additions and 14 deletions

View File

@ -55,7 +55,7 @@ public class ManageProductWidget extends Composite{
AlertBlock infoBlock;
@UiField
TextBox shortNameTextBox;
TextArea shortNameTextBox;
@UiField
TextBox productGrsfType;
@ -64,10 +64,10 @@ public class ManageProductWidget extends Composite{
CheckBox traceabilityFlag;
@UiField
TextBox GRSFNameTexBox;
TextArea GRSFNameTexBox;
@UiField
TextBox semanticIdentifierTextBox;
TextArea semanticIdentifierTextBox;
@UiField
TextBox sources;

View File

@ -28,9 +28,9 @@
<b>GRSF Name:</b>
</b:ControlLabel>
<b:Controls>
<b:TextBox alternateSize="LARGE" placeholder="GRSF Name"
readOnly="true" width="97%" b:id="grsfname" title="GRSF Name"
ui:field="GRSFNameTexBox" />
<b:TextArea alternateSize="LARGE" placeholder="GRSF Name"
visibleLines="2" readOnly="true" width="97%" b:id="grsfname"
title="GRSF Name" ui:field="GRSFNameTexBox" />
</b:Controls>
</b:ControlGroup>
@ -39,9 +39,9 @@
<b>GRSF Short Name:</b>
</b:ControlLabel>
<b:Controls>
<b:TextBox alternateSize="LARGE" placeholder="Short Name"
readOnly="true" width="97%" b:id="shortname" title="Short Name"
ui:field="shortNameTextBox" />
<b:TextArea alternateSize="LARGE" placeholder="GRSF Short Name"
visibleLines="2" readOnly="true" width="97%" b:id="shortname"
title="GRSF Short Name" ui:field="shortNameTextBox" />
</b:Controls>
</b:ControlGroup>
@ -50,9 +50,9 @@
<b>GRSF Semantic Identifier:</b>
</b:ControlLabel>
<b:Controls>
<b:TextBox alternateSize="LARGE" placeholder="GRSF Semantic Identifier"
readOnly="true" width="97%" b:id="semanticidentifier" title="GRSF Semantic Identifier"
ui:field="semanticIdentifierTextBox" />
<b:TextArea alternateSize="LARGE" placeholder="GRSF Semantic Identifier"
visibleLines="2" readOnly="true" width="97%" b:id="semanticidentifier"
title="GRSF Semantic Identifier" ui:field="semanticIdentifierTextBox" />
</b:Controls>
</b:ControlGroup>
@ -72,8 +72,9 @@
<b>Source(s):</b>
</b:ControlLabel>
<b:Controls>
<b:TextBox b:id="sources" alternateSize="LARGE" width="97%" placeholder="Sources of the GRSF record"
title="Sources" readOnly="true" ui:field="sources"></b:TextBox>
<b:TextBox b:id="sources" alternateSize="LARGE" width="97%"
placeholder="Sources of the GRSF record" title="Sources"
readOnly="true" ui:field="sources"></b:TextBox>
</b:Controls>
</b:ControlGroup>