Details
-
Type:
Task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Development
-
Security Level: Public (Public: Anyone can view)
-
Labels:None
-
Rice Module:KRAD
-
KAI Review Status:Not Required
-
KTI Review Status:Not Required
Description
Currently the actionFieldPrototype in table layout manager bean uses a vertical box layout. A better default would be horizontal box layout.
<property name="actionFieldPrototype">
<bean parent="Uif-VerticalFieldGroup" p:align="center" p:required="false" p:label="Actions" p:shortLabel="Actions"/>
</property>
to use Uif-HorizontalFieldGroup
<property name="actionFieldPrototype">
<bean parent="Uif-HorizontalFieldGroup" p:align="center" p:label="Actions" p:shortLabel="Actions"/>
</property>