wukele / jpolite

Automatically exported from code.google.com/p/jpolite
0 stars 1 forks source link

Support for submenus #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Is it possible to get submenu items on the white area when a tab is 
clicked?

    <ul>
        <li id="mainTab">
            Main page
            <ul>
                <li id="/presence/layout">Presence</li>
                <li id="/settings/layout">Settings</li>
            </ul>
        </li>
        <li id="voicemailTab">Voicemail</li>
        <li id="presenceTab">Presence</li>
    </ul>

"Main page" is a tab with two links under it in the white area: Presence 
and Settings.

Original issue reported on code.google.com by jonas.ga...@gmail.com on 16 Apr 2009 at 2:10

GoogleCodeExporter commented 9 years ago
That is possible, but I'm not sure what happens when you click the link 
Presence or
Settings?

- If it's just like opening a new tab, I deem is good to use drop-down menu 
styled
UI, for now the white-area contains Ajax-activity-indicator and module min-max 
controls.

BTW: lots pure-CSS drop-down menu implementation samples can be found here at
http://www.cssplay.co.uk/menus/

If further requests, pls drop me a note directly :)

Original comment by bwstud...@gmail.com on 6 Jun 2009 at 12:53