[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
it there a vertical Menu bar?  XML
Forum Index -> Development
Author Message
kklasen

Power User

Joined: 19/11/2020 08:33:30
Messages: 66
Offline

Hello,

I found the Menu bar it’s really awesome!
Is there a vertical version of it?

Like this:
Menu1-> |menuitem1
Menu2 |menuitem2
Menu3

I tried it with normal bar, bat then the Popup is over the Menu.
I tried it with links, but the is now menu when I hover over it and the popup is always where the curser is.

Thank you for your help

Regards
Klas
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5519
Offline

Hi Klas,

no there is not direct vertical MENUBAR - our's is oriented horizontally always.

But: you can simulate by using component BUTTONMENU:
Code:
 <t:rowbodypane id="g_4" >
     <t:row id="g_7" >
         <t:pane id="g_8" background="#{ccstylevalue['@headerBackground@']}" padding="5" >
             <t:row id="g_9" >
                 <t:buttonmenu id="g_10" align="left" contentareafilled="false" menuposition="side" text="File" width="100%" >
                     <t:menuitem id="g_5" command="NEW" text="New..." />
                     <t:menuitem id="g_11" command="OPEN" text="Open..." />
                 </t:buttonmenu>
             </t:row>
             <t:row id="g_13" >
                 <t:buttonmenu id="g_14" align="left" contentareafilled="false" menuposition="side" text="Edit" width="100%" >
                     <t:menuitem id="g_15" command="UNDO" text="Undo" />
                     <t:menuitem id="g_16" command="REDO" text="Redo" />
                 </t:buttonmenu>
             </t:row>
             <t:row id="g_18" >
                 <t:buttonmenu id="g_19" align="left" contentareafilled="false" menuposition="side" text="Configuration" width="100%" >
                     <t:menuitem id="g_20" command="WHAT" text="What" />
                     <t:menuitem id="g_21" command="EVER" text="ever" />
                 </t:buttonmenu>
             </t:row>
         </t:pane>
     </t:row>
 </t:rowbodypane>
 
 Maybe this comes to close to what you want to do?
 
 Regards! Björn
 
[Thumb - 2021-08-02 12_48_53-CaptainCasa Enterprise Client - RISC-HTML_ Development Tools.png]
 Filename 2021-08-02 12_48_53-CaptainCasa Enterprise Client - RISC-HTML_ Development Tools.png [Disk] Download
 Description
 Filesize 3 Kbytes
 Downloaded:  139 time(s)


Björn Müller, CaptainCasa GmbH
kklasen

Power User

Joined: 19/11/2020 08:33:30
Messages: 66
Offline

Hi Björn,

it works as expected.
Thank you!

Regards
Klas
 
Forum Index -> Development
Go to:   
Powered by JForum 2.1.6 © JForum Team