You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2016/01/25 16:07:39 UTC

[18/50] [abbrv] isis git commit: ISIS-993: simplifying the metadata. the wicket components still broken at this point

http://git-wip-us.apache.org/repos/asf/isis/blob/199c70d9/example/application/simpleapp/dom/src/main/java/domainapp/dom/simple/SimpleObject.layout.xml
----------------------------------------------------------------------
diff --git a/example/application/simpleapp/dom/src/main/java/domainapp/dom/simple/SimpleObject.layout.xml b/example/application/simpleapp/dom/src/main/java/domainapp/dom/simple/SimpleObject.layout.xml
index bb468a5..2abd6be 100644
--- a/example/application/simpleapp/dom/src/main/java/domainapp/dom/simple/SimpleObject.layout.xml
+++ b/example/application/simpleapp/dom/src/main/java/domainapp/dom/simple/SimpleObject.layout.xml
@@ -8,11 +8,10 @@
             <left span="4">
                 <propertyGroup name="General">
                     <actions/>
-                    <property id="name">
+                    <property id="name" labelPosition="TOP">
                         <actions>
                             <action id="updateName"/>
                         </actions>
-                        <layout/>
                     </property>
                 </propertyGroup>
             </left>
@@ -23,10 +22,7 @@
                     <actions>
                         <action id="downloadJdoMetadata"/>
                     </actions>
-                    <property id="versionSequence">
-                        <actions/>
-                        <layout labelPosition="TOP" multiLine="5" cssClass="abcde"/>
-                    </property>
+                    <property id="versionSequence"/>
                 </propertyGroup>
             </left>
         </tab>
@@ -34,10 +30,7 @@
     <tabGroup>
         <tab name="Similar To">
             <left span="12">
-                <collection id="similarTo">
-                    <actions/>
-                    <layout/>
-                </collection>
+                <collection id="similarTo"/>
             </left>
         </tab>
     </tabGroup>