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 2014/11/11 09:24:34 UTC

[11/44] isis git commit: ISIS-537: update to ToDoItem's layout to demonstrate labelAt facet.

ISIS-537: update to ToDoItem's layout to demonstrate labelAt facet.


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/ee4fe8b8
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/ee4fe8b8
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/ee4fe8b8

Branch: refs/heads/master
Commit: ee4fe8b8ffb87aa59d365f89c7a5bd7edb498254
Parents: 6f2296c
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Thu Nov 6 16:22:19 2014 +0000
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Thu Nov 6 16:22:19 2014 +0000

----------------------------------------------------------------------
 .../todoapp/dom/src/main/java/dom/todo/ToDoItem.layout.json  | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/ee4fe8b8/example/application/todoapp/dom/src/main/java/dom/todo/ToDoItem.layout.json
----------------------------------------------------------------------
diff --git a/example/application/todoapp/dom/src/main/java/dom/todo/ToDoItem.layout.json b/example/application/todoapp/dom/src/main/java/dom/todo/ToDoItem.layout.json
index 36491de..540b13f 100644
--- a/example/application/todoapp/dom/src/main/java/dom/todo/ToDoItem.layout.json
+++ b/example/application/todoapp/dom/src/main/java/dom/todo/ToDoItem.layout.json
@@ -22,11 +22,15 @@
             "General": {
                 "members": {
                     "description": {
-                        "typicalLength": { "value": 50 }
+                        "typicalLength": { "value": 50 },
+                        "labelAt": { "value": "TOP" }
                     },
                     "category": {
+                        "named": { "value": "Category/subcategory" },
+                        "labelAt": { "value": "TOP" }
                     },
                     "subcategory": {
+                        "labelAt": { "value": "NONE" },
                         "actions": {
                             "updateCategory": {
                                 "named": {
@@ -119,7 +123,7 @@
                         "hidden": {
                             "where": "ALL_TABLES"
                         },
-                        "labelAt": { "value": "LEFT" }
+                        "labelAt": { "value": "TOP" }
                     },
                     "attachment": {
                         "hidden": {