Re: [Wicket-user] What's the best way of doing menus in Wicket?

2007-03-12 Thread Alex Objelean


I think, that it would be a great idea to have a project contribution based
on jQuery js framework with a possibility to extend easily widgets (jQuery
plugins).. similar to wicket-contrib-yui.

Alex


ZedroS Schwart wrote:
 
 Would it be possible to have such a menu directly among wicket's
 components ?
 
 ...
 

-- 
View this message in context: 
http://www.nabble.com/What%27s-the-best-way-of-doing-menus-in-Wicket--tf3366440.html#a9429390
Sent from the Wicket - User mailing list archive at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] What's the best way of doing menus in Wicket?

2007-03-11 Thread ZedroS Schwart
Would it be possible to have such a menu directly among wicket's components ?

It would be great !

ZedroS

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] What's the best way of doing menus in Wicket?

2007-03-10 Thread Alex Objelean

The nice part about wicket is that it does not limit your presentation
skills. Regarding menu, the best menu for me by now is a jQuery plugin wrote
by Jonathan Sharp: http://jdsharp.us/code/jQuery/plugins/jdMenu . 
It uses a simple ul-li markup, supports unlimited levels and is completely
unobtrusive. It can be used to create both: static  dynamic menus with
wicket. 

Generally speaking, wicket  jQuery fits perfectly together for completing
any task..


Thomas R. Corbin-2 wrote:
 
 
 We need a menu bar across the top of our pages, with pull down menus.
 
 We used to use this stuff:
 http://struts-menu.sf.net
 
 but I'm not sure how to integrate it, since it seems to rely on jsp tags.
 
 Thanks.
 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share
 your
 opinions on IT  business topics through brief surveys-and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user
 
 

-- 
View this message in context: 
http://www.nabble.com/What%27s-the-best-way-of-doing-menus-in-Wicket--tf3366440.html#a9413904
Sent from the Wicket - User mailing list archive at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] What's the best way of doing menus in Wicket?

2007-03-09 Thread Thomas R. Corbin
On Friday, 09 March 2007 04:18 am, Ryan Holmes escreveu:
 MyGosuMenu is worth a look. It's a stagnant project, but it's simple,
 fast and still has good cross-browser support (although I probably
 wouldn't use it for a public site). Here's an example of the standard
 drop down menu: http://code.gosu.pl/dl/mygosuMenu/demo/1.1/example1.html

 You can download it here: http://sourceforge.net/project/
 showfiles.php?group_id=69763 (under the mygosumenu v1.x section)
 The distribution comes with examples and documentation.

 Wicket integrates seamlessly with this or any other layout-based JS
 menu. Just use Link (or PageLink etc.) components instead of static
 anchor tags.

It looks pretty cool.   We've been working with the YUI menu stuff and 
it 
looks real easy, though I think I could do a better job with it.


 -Ryan

 On Mar 7, 2007, at 4:24 PM, Thomas R. Corbin wrote:
  We need a menu bar across the top of our pages, with pull down menus.
 
  We used to use this stuff:
  http://struts-menu.sf.net
 
  but I'm not sure how to integrate it, since it seems to rely on jsp
  tags.
 
  Thanks.
 
  --
  ---
  Take Surveys. Earn Cash. Influence the Future of IT
  Join SourceForge.net's Techsay panel and you'll get the chance to
  share your
  opinions on IT  business topics through brief surveys-and earn cash
  http://www.techsay.com/default.php?
  page=join.phpp=sourceforgeCID=DEVDEV
  ___
  Wicket-user mailing list
  Wicket-user@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wicket-user

 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share
 your opinions on IT  business topics through brief surveys-and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] What's the best way of doing menus in Wicket?

2007-03-08 Thread Robert Novotny

I have tried to use dropdown menu in one of my projects. NavMenu has been
broken in that time (and I didn't figure out how to patch it) and my effort
in integrating TigraMenu wasn't succesfull either. Finally I have used the
approach which uses a pure CSS menu which is based on the :hover class. The
menu is composed of multiple nested span tags (which are mapped to Wicket
Label-s or Link-s). However, this approach requires you to know the
structure of the menu beforehand and may pose a limitation when you require
menu items which changes at runtime dynamically.

(There was another slight glitch: in IE this approach requires css-hover.htc
script, which may be disabled on some browsers due tu security reasons).

However, this approach has suited me well.


Eelco Hillenius wrote:
 
 The big question there is whether you know all items beforehand or
 not. If yes, integrating with any javascript library is easy. If not,
 you need a tree, and probably can best look at that component or
 navmenu
 (https://svn.sourceforge.net/svnroot/wicket-stuff/branches/wicket-1.3/wicket-contrib-navmenu)
 which is deprecated (won't be supported) but nevertheless may give you
 an idea.
 
 The second big question is: what are you going to do with these items:
 component replacements or do links point to bookmarkable pages?
 
 I'd really love to see someone contribute a nice component for this
 based on bookmarkable pages and a tree. navmenu was a step in that
 direction, but the API is't great.
 
 Eelco
 
 
 On 3/7/07, Thomas R. Corbin [EMAIL PROTECTED] wrote:

 We need a menu bar across the top of our pages, with pull down menus.

 We used to use this stuff:
 http://struts-menu.sf.net

 but I'm not sure how to integrate it, since it seems to rely on jsp tags.

 Thanks.

 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share
 your
 opinions on IT  business topics through brief surveys-and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user

 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share
 your
 opinions on IT  business topics through brief surveys-and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user
 
 

-- 
View this message in context: 
http://www.nabble.com/What%27s-the-best-way-of-doing-menus-in-Wicket--tf3366440.html#a9371685
Sent from the Wicket - User mailing list archive at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] What's the best way of doing menus in Wicket?

2007-03-08 Thread Jonathan Locke


I know this is very low-tech, but I just arrange my links into a nav-looking
structure.  Since they will auto-disable if they link to self (same page),
they form a kind of menu where you can see where you are.  This has been
good enough for most of what I do, without hardly any coding (as a result of
auto-links).

Jon


Robert Novotny wrote:
 
 I have tried to use dropdown menu in one of my projects. NavMenu has been
 broken in that time (and I didn't figure out how to patch it) and my
 effort in integrating TigraMenu wasn't succesfull either. Finally I have
 used the approach which uses a pure CSS menu which is based on the :hover
 class. The menu is composed of multiple nested span tags (which are
 mapped to Wicket Label-s or Link-s). However, this approach requires you
 to know the structure of the menu beforehand and may pose a limitation
 when you require menu items which changes at runtime dynamically.
 
 (There was another slight glitch: in IE this approach requires
 css-hover.htc script, which may be disabled on some browsers due tu
 security reasons).
 
 However, this approach has suited me well.
 
 
 Eelco Hillenius wrote:
 
 The big question there is whether you know all items beforehand or
 not. If yes, integrating with any javascript library is easy. If not,
 you need a tree, and probably can best look at that component or
 navmenu
 (https://svn.sourceforge.net/svnroot/wicket-stuff/branches/wicket-1.3/wicket-contrib-navmenu)
 which is deprecated (won't be supported) but nevertheless may give you
 an idea.
 
 The second big question is: what are you going to do with these items:
 component replacements or do links point to bookmarkable pages?
 
 I'd really love to see someone contribute a nice component for this
 based on bookmarkable pages and a tree. navmenu was a step in that
 direction, but the API is't great.
 
 Eelco
 
 
 On 3/7/07, Thomas R. Corbin [EMAIL PROTECTED] wrote:

 We need a menu bar across the top of our pages, with pull down menus.

 We used to use this stuff:
 http://struts-menu.sf.net

 but I'm not sure how to integrate it, since it seems to rely on jsp
 tags.

 Thanks.

 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share
 your
 opinions on IT  business topics through brief surveys-and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user

 
 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share
 your
 opinions on IT  business topics through brief surveys-and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user
 
 
 
 

-- 
View this message in context: 
http://www.nabble.com/What%27s-the-best-way-of-doing-menus-in-Wicket--tf3366440.html#a9371865
Sent from the Wicket - User mailing list archive at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] What's the best way of doing menus in Wicket?

2007-03-08 Thread Thomas R. Corbin
On Thursday, 08 March 2007 01:23 am, Eelco Hillenius escreveu:
 The big question there is whether you know all items beforehand or
 not. If yes, integrating with any javascript library is easy. If not,
 you need a tree, and probably can best look at that component or
 navmenu
 (https://svn.sourceforge.net/svnroot/wicket-stuff/branches/wicket-1.3/wicke
t-contrib-navmenu) which is deprecated (won't be supported) but nevertheless
 may give you an idea.

 The second big question is: what are you going to do with these items:
 component replacements or do links point to bookmarkable pages?

 I'd really love to see someone contribute a nice component for this
 based on bookmarkable pages and a tree. navmenu was a step in that
 direction, but the API is't great.

For what we're doing, we'll know all the items beforehand and we'll be 
pointing to bookmarkable pages.

I'm mostly a swing developer and new to wicket and javascript so I'll 
see 
what I can do.   I'll look at navmenu to see a starting point.


 Eelco

 On 3/7/07, Thomas R. Corbin [EMAIL PROTECTED] wrote:
  We need a menu bar across the top of our pages, with pull down menus.
 
  We used to use this stuff:
  http://struts-menu.sf.net
 
  but I'm not sure how to integrate it, since it seems to rely on jsp tags.
 
  Thanks.
 
  -
  Take Surveys. Earn Cash. Influence the Future of IT
  Join SourceForge.net's Techsay panel and you'll get the chance to share
  your opinions on IT  business topics through brief surveys-and earn cash
  http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
  ___
  Wicket-user mailing list
  Wicket-user@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wicket-user

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] What's the best way of doing menus in Wicket?

2007-03-07 Thread Thomas R. Corbin

We need a menu bar across the top of our pages, with pull down menus.

We used to use this stuff:
http://struts-menu.sf.net

but I'm not sure how to integrate it, since it seems to rely on jsp tags.

Thanks.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] What's the best way of doing menus in Wicket?

2007-03-07 Thread Eelco Hillenius
The big question there is whether you know all items beforehand or
not. If yes, integrating with any javascript library is easy. If not,
you need a tree, and probably can best look at that component or
navmenu 
(https://svn.sourceforge.net/svnroot/wicket-stuff/branches/wicket-1.3/wicket-contrib-navmenu)
which is deprecated (won't be supported) but nevertheless may give you
an idea.

The second big question is: what are you going to do with these items:
component replacements or do links point to bookmarkable pages?

I'd really love to see someone contribute a nice component for this
based on bookmarkable pages and a tree. navmenu was a step in that
direction, but the API is't great.

Eelco


On 3/7/07, Thomas R. Corbin [EMAIL PROTECTED] wrote:

 We need a menu bar across the top of our pages, with pull down menus.

 We used to use this stuff:
 http://struts-menu.sf.net

 but I'm not sure how to integrate it, since it seems to rely on jsp tags.

 Thanks.

 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys-and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user