
Outlook style.... Need help defining styles and menus
Outlook style.... Need help defining styles and menus
I want to create an outlook style menu. When I click on one of the "main" menu items it should open a treemenu like in the image. Can someone help me out on how to achive this with milonic and the treemenu addon?


I dont need a finished "style", but rather a exampel on how I coul achive this.
Been testing some, and the buttons in the bottom is set relative into a td. But I need to setup the "tree" menu above to relative also, as I dont know the exact position. If I dont set the tree menu to relative it works great. But when I set the parent tree menu to relative it doesnt work..
Been testing some, and the buttons in the bottom is set relative into a td. But I need to setup the "tree" menu above to relative also, as I dont know the exact position. If I dont set the tree menu to relative it works great. But when I set the parent tree menu to relative it doesnt work..
Hi
global setting in treemenu_data.js
order of js-references:
<script type="text/javascript" language="JavaScript" src="treemenu.js"></script>
<script type="text/javascript" src="openmenusbyurl.js"></script>
<script type="text/javascript" language="JavaScript" src="treemenu_data.js"></script>
Please see:
http://milonic.com/treemenu/
Michael
global setting in treemenu_data.js
Code: Select all
singleMasterMenu=true; //have one menu open at a time
<script type="text/javascript" language="JavaScript" src="treemenu.js"></script>
<script type="text/javascript" src="openmenusbyurl.js"></script>
<script type="text/javascript" language="JavaScript" src="treemenu_data.js"></script>
Please see:
http://milonic.com/treemenu/
Michael
Any way to keep all opened nodes in a treemenu open? the openmenusbyurl will keep the clicked node open.
Like this:
Parent Node1
____sub node 1
Parent node2
____sub node2
If I click sub node2, Parent node1 closes, and parent node2 opens like it should. But what if I would like to keep the parent node1 open also?
Like this:
Parent Node1
____sub node 1
Parent node2
____sub node2
If I click sub node2, Parent node1 closes, and parent node2 opens like it should. But what if I would like to keep the parent node1 open also?
Hi
please study the samples
http://milonic.com/treemenu/
particularly
http://milonic.com/treemenu/tree/
and click there open all - close all
If you look into the html source you find the relevant functions and you can download the relevant treemenu_data.js. (by manually entering the url into your browsers addres field, you will know that.)
Michael
please study the samples
http://milonic.com/treemenu/
particularly
http://milonic.com/treemenu/tree/
and click there open all - close all
If you look into the html source you find the relevant functions and you can download the relevant treemenu_data.js. (by manually entering the url into your browsers addres field, you will know that.)
Michael