You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2013/09/27 14:18:03 UTC

[jira] [Commented] (ISIS-475) Dynamic layout using JSON, using an Xxx.layout.json file

    [ https://issues.apache.org/jira/browse/ISIS-475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13779869#comment-13779869 ] 

ASF subversion and git services commented on ISIS-475:
------------------------------------------------------

Commit 1526869 from [~danhaywood] in branch 'site/trunk'
[ https://svn.apache.org/r1526869 ]

re ISIS-469, ISIS-475, update to pom.xml for dynamic layouts
                
> Dynamic layout using JSON, using an Xxx.layout.json file
> --------------------------------------------------------
>
>                 Key: ISIS-475
>                 URL: https://issues.apache.org/jira/browse/ISIS-475
>             Project: Isis
>          Issue Type: New Feature
>          Components: Archetypes, Core, Examples, Viewer: Wicket
>    Affects Versions: archetype-wrj-1.0.3, viewer-wicket-1.2.0, core-1.2.0
>            Reporter: Dan Haywood
>            Assignee: Dan Haywood
>             Fix For: archetype-wrj-1.0.4, viewer-wicket-1.3.0, core-1.3.0
>
>
> Load layout metadata from a .layout.json file (this is a successor to ISIS-469)
> Also allow this .layout.json file to be downloaded (using DeveloperUtilitiesService), either for an individual class, or a zip of all the classes in the metamodel
> Dynamically reload metadata; log any errors if does not parse etc.
> ~~~
> The format of the Xxx.layout.json file (eg for ToDoItem example class) is:
> {
>     columns: [
>     {
>         span: 3,
>         memberGroups: {
>             General: {
>                 members: {
>                     description: {},
>                     category: {},
>                     complete: {
>                         actions: {
>                             completed: {},
>                             notYetCompleted: {}
>                         }
>                     }
>                 }
>             },
>             Misc: {
>                 members: {
>                     versionSequence: {}
>                 }
>             }
>         }
>     },
>     {
>         span: 4,
>         memberGroups: {
>             Detail: {
>                 members: {
>                     dueBy: {},
>                     cost: {
>                         actions: {
>                             updateCost:{}
>                         }
>                     },
>                     notes: {},
>                     attachment: {}
>                 }
>             }
>         }
>     },
>     {
>         span: 0
>     },
>     {
>         span: 5,
>         collections: {
>             dependencies: {
>                 actions: {
>                     add:{},
>                     delete: {}
>                 }
>             },
>             similarItems: {}
>         }
>     }
>     ],
>     actions: {
>         delete: {},
>         duplicate: {}
>     }
> }
> ~~~~~~~~~~~~~~~~~~~~

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira