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

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

     [ https://issues.apache.org/jira/browse/ISIS-2400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andi Huber resolved ISIS-2400.
------------------------------
    Resolution: Fixed

implemented.

{color:#1d1c1d}Temporary for menubar.xsd ...
Unless released we are using URL
https://raw.githubusercontent.com/apache/isis/master/antora/supplemental-ui/applib/layout/menubars/bootstrap3/menubars.xsd
as a replacement for
http://isis.apache.org/applib/layout/menubars/bootstrap3/menubars.xsd
with demo's menubars.layout.xml.{color}

 

> 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
>            Assignee: Andi Huber
>            Priority: Minor
>             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)