You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Daniel Keir Haywood (Jira)" <ji...@apache.org> on 2020/07/10 07:02:00 UTC

[jira] [Created] (ISIS-2400) Allow sections within menubars.layout.xml to have a name ... then appear in the menu

Daniel Keir Haywood created ISIS-2400:
-----------------------------------------

             Summary: Allow sections within menubars.layout.xml to have a name ... then appear in the menu
                 Key: ISIS-2400
                 URL: https://issues.apache.org/jira/browse/ISIS-2400
             Project: Isis
          Issue Type: Improvement
    Affects Versions: 2.0.0-M3
            Reporter: Daniel Keir Haywood
             Fix For: 2.0.0-M4


If you run the demo app you can see that some of the menus (eg for types) are quite large, split into multiple sections.

It would be nice to provide a name/title for each of the sections; eg:
{code:java}
<mb3:primary>
    <mb3:menu>
        <mb3:named>Data Types</mb3:named>
        <mb3:section>
            <mb3:named>Primitives</mb3:named>  <--- THIS IS NEW
            <mb3:serviceAction objectType="demo.PrimitiveTypesMenu" id="bytes"/>
            <mb3:serviceAction objectType="demo.PrimitiveTypesMenu" id="shorts"/>
 {code}
 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)