Ticket #672 (closed enhancement: fixed)

Opened 2 years ago

Last modified 5 months ago

Enhancement Menu Gadget

Reported by: afz Assigned to: afz
Priority: normal Milestone: 0.8.0
Component: Gadgets / Menu Version: SVN
Severity: normal Keywords:
Cc:

Description

some idea for this gadget:
1. integrated two table of this gadget to one table
2. support serveral submenu
3. visible/invisible
4. icon for each menu
5. icon align
6. title direction(rtl/ltr)
7. title align(left/right)
8. background/mouse over/select ,... status for menu
9. modern user interface
i am present working on it and provided some above idea for 0.7.0

Attachments

Change History

11/19/06 02:02:21 changed by afz

  • owner changed from jawsbugs@jaws.com.mx to afz.
  • severity changed from major to blocker.

11/19/06 19:02:23 changed by pablo

  • severity changed from blocker to normal.
  • milestone changed from 0.7.0 to 0.8.0.

The ideas are good, but as this is an enhancement this should never be a blocker.

I like many of your ideas about this gadget so please work on it once we start coding 0.8.x not yet.

11/21/06 14:19:30 changed by afz

10. vertical and horizontal support
11. using xtree for managing menus in admin area

01/31/07 16:18:59 changed by jfgarcia

Some of your ideas can be accomplished using CSS. I think is not a good idea put presentation stuff in control panel. Instead, I suggest to restructure the output of the Menu gadget to something like this:

<ul>
   <li>
      <h3><a href="#">Main (Item 1)</a></h3>
         <ul>
               <li><a href="index.php">Sub item 1</a></li>
               <li><a href="?gadget=FileBrowser">Sub item 2</a></li>
         </ul>
   </li>
</ul>

<ul>
   <li>
      <h3><a href="#">Item 2</a></h3>
         <ul>
               <li><a href="?gadget?DirPers">Sub item 1</a></li>
               <li><a href="?gadget=Capacitacion">Sub item 2</a></li>
         </ul>
   </li>
</ul>

So it can be easily addressed with CSS and turn the menu in to a more stylished one.

01/31/07 16:21:31 changed by afz

yes, and i agree with you.

02/12/07 18:20:25 changed by afz

12. Adding menu grouping, and add layout action for each group.

02/18/07 13:20:48 changed by afz

13. can set url for menu items as "no link".

03/16/07 06:56:24 changed by afz

14. change Gadget icon

03/18/07 17:19:31 changed by dufuz

the grouping idea, maybe it should rather be a child-parent approach, that way you can have nested Menus, kind of virtual grouping

And what's wrong with the current gadget icon ?

03/22/07 18:31:39 changed by afz

15. internal link, that collected form other gadet via internal function in each gadget if exist.(same as search gadget).

03/22/07 18:33:15 changed by dufuz

Ali look at SimpleSite?, it has those internal links and stuff like that, maybe you can use the same code/structure for that

03/23/07 05:17:02 changed by afz

we now have this function (GetPublicURList), but only we provide it in Blog,Phoo and StaticPage? gadget
so i open another ticket for providing this function on other gadget.

03/24/07 17:47:16 changed by afz

16. supoort fast url(short url).

03/24/07 17:48:04 changed by afz

support

04/03/07 17:22:12 changed by afz

  • status changed from new to closed.
  • resolution set to fixed.

4,5,14,16 cancelled. and so i close this ticket. other features now in trunk


Add/Change #672 (Enhancement Menu Gadget)




Change Properties
Action