Re: wicket-menu and AjaxLink

2015-06-16 Thread Martin Grigorov
On Tue, Jun 16, 2015 at 12:48 PM, wrote: > Il 2015-06-14 21:47 Martin Grigorov ha scritto: > >> Hi, >> >> Consult with the sources and the demo application - >> https://github.com/cooldatasoft/wicket-menu ;-) >> > > Thanks, source code is not the most beautiful documentation you can think > of, b

Re: wicket-menu and AjaxLink

2015-06-16 Thread lucio
Il 2015-06-14 21:47 Martin Grigorov ha scritto: Hi, Consult with the sources and the demo application - https://github.com/cooldatasoft/wicket-menu ;-) Thanks, source code is not the most beautiful documentation you can think of, but it is better than nothing. The demo app does not use that

Re: wicket-menu and AjaxLink

2015-06-14 Thread Martin Grigorov
Hi, Consult with the sources and the demo application - https://github.com/cooldatasoft/wicket-menu ;-) Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Sun, Jun 14, 2015 at 5:13 PM, wrote: > Hello > > I'm trying to use the com.cooldatasoft.common.MenuItem const

Re: wicket menu

2009-09-22 Thread Ernesto Reinaldo Barreiro
gt; > > > > /*Fix IE6 sub menu list */ > > > > > > > .jqueryslidemenu ul li ul li ul li{ > > > > > > > _left: -4px; /* IE6 only */ > > > > > > > } > > > > > > > > > > > > > > > > > > > > > On Mon, Sep 21, 2009 at 9:52 AM

Re: wicket menu

2009-09-22 Thread T Ames
; } >> > > > > > >> > > > > > /*Fix IE6 sub menu list */ >> > > > > > .jqueryslidemenu ul li ul li ul li{ >> > > > > > _left: -4px; /* IE6 only */ >> > > > > > } >> > > > > > >> > > > > > >> >

Re: wicket menu

2009-09-22 Thread T Ames
; Hi Joeri, > > > > > > > Good to hear that it worked for you! In the mean time I did > some > > > > > clean-up > > > > > > > to > > > > > > > make the component more configurable... If you get the chance > to > > >

Re: wicket menu

2009-09-22 Thread Ernesto Reinaldo Barreiro
> > > to > > > > > > make the component more configurable... If you get the chance to > > > > improve > > > > > > it, > > > > > > and if you are allowed to do so, it would nice if you also share > > the > > > > > > modifications... So, that others can

Re: wicket menu

2009-09-22 Thread T Ames
> > > > > > I also have had problems with SVN and eclipse (I guess because a > > stupid > > > > > proxy in between) but after some struggle I manage to get it > > > working > > > > > > > > > > Best, > > > &g

Re: wicket menu

2009-09-22 Thread Ernesto Reinaldo Barreiro
> > > > > > Ernesto > > > > > > > > On Mon, Sep 21, 2009 at 3:38 PM, Boydens Joeri (OZ) < > > joeri.boyd...@oz.be > > > > >wrote: > > > > > > > > > Hi Ernesto, > > > > > > > > >

Re: wicket menu

2009-09-21 Thread T Ames
easy > > to > > > > create such a menu if the javascript exists ! > > > > > > > > I'll have a look how we can integrate it in our new project! > > > > > > > > Thanks > > > > Joeri > > > > > > > > &g

Re: wicket menu

2009-09-21 Thread Ernesto Reinaldo Barreiro
ine! It's indeed very easy > to > > > create such a menu if the javascript exists ! > > > > > > I'll have a look how we can integrate it in our new project! > > > > > > Thanks > > > Joeri > > > > > > > > >

Re: wicket menu

2009-09-21 Thread T Ames
ut I downloaded the files manually.. > > > > > > -Oorspronkelijk bericht- > > Van: Ernesto Reinaldo Barreiro [mailto:reier...@gmail.com] > > Verzonden: maandag 21 september 2009 15:08 > > Aan: users@wicket.apache.org > > Onderwerp: Re: wicket men

Re: wicket menu

2009-09-21 Thread Ernesto Reinaldo Barreiro
les manually.. > > > -Oorspronkelijk bericht- > Van: Ernesto Reinaldo Barreiro [mailto:reier...@gmail.com] > Verzonden: maandag 21 september 2009 15:08 > Aan: users@wicket.apache.org > Onderwerp: Re: wicket menu > > Hi Joeri, > I just implemented the menu you mention

RE: wicket menu

2009-09-21 Thread Boydens Joeri (OZ)
lipse settings but I downloaded the files manually.. -Oorspronkelijk bericht- Van: Ernesto Reinaldo Barreiro [mailto:reier...@gmail.com] Verzonden: maandag 21 september 2009 15:08 Aan: users@wicket.apache.org Onderwerp: Re: wicket menu Hi Joeri, I just implemented the menu you mentioned http://

Re: wicket menu

2009-09-21 Thread Ernesto Reinaldo Barreiro
Hi Joeri, I just implemented the menu you mentioned http://www.dynamicdrive.com/style/csslibrary/item/jquery_multi_level_css_menu_2/ in here http://code.google.com/p/antilia/source/browse/trunk/com.antilia.ext/src/com/antilia/web/dynamicdrive If you want to give it a try... get those sources on

Re: wicket menu

2009-09-21 Thread Ernesto Reinaldo Barreiro
to-date release for wicket 1.3 ? > > Joeri > > Joeri Boydens > OZ Onafhankelijk Ziekenfonds > Informatica > 050 40 53 09 > > > -Oorspronkelijk bericht- > Van: Ernesto Reinaldo Barreiro [mailto:reier...@gmail.com] > Verzonden: maandag 21 september 2009

Re: wicket menu

2009-09-21 Thread Martin Makundi
> Is there also a up-to-date release for wicket 1.3 ? Forget already about 1.3... use 1.4+ ** Martin - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: wicket menu

2009-09-21 Thread Ernesto Reinaldo Barreiro
zonden: maandag 21 september 2009 11:06 > Aan: users@wicket.apache.org > Onderwerp: Re: wicket menu > > Hover menu or just static? If static then it is easy to just change > the html/css of tabbed panel into vertical or horizontal menu. > Probably you can roll a hover too. > > *

RE: wicket menu

2009-09-21 Thread Boydens Joeri (OZ)
@wicket.apache.org Onderwerp: Re: wicket menu > > > > > I've seen some code based on YUI, but I can't find that anymore in the > svn. > > > I think YUI menu is in here. https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/tags/wicke t

Re: wicket menu

2009-09-21 Thread Ernesto Reinaldo Barreiro
gt; > > > We also need a different Menu structure depending on the user role. > > > > Joeri > > > > > > -Oorspronkelijk bericht- > > Van: Martin Makundi [mailto:martin.maku...@koodaripalvelut.com] > > Verzonden: maandag 21 september 2009 11:

Re: wicket menu

2009-09-21 Thread Ernesto Reinaldo Barreiro
> > > > > I've seen some code based on YUI, but I can't find that anymore in the > svn. > > > I think YUI menu is in here. https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/tags/wicketstuff-core-1.4.1/yui-parent/ Ernesto

Re: wicket menu

2009-09-21 Thread Martin Makundi
the user role. > > Joeri > > > -Oorspronkelijk bericht- > Van: Martin Makundi [mailto:martin.maku...@koodaripalvelut.com] > Verzonden: maandag 21 september 2009 11:06 > Aan: users@wicket.apache.org > Onderwerp: Re: wicket menu > > Hover menu or just static? If static the

RE: wicket menu

2009-09-21 Thread Martin Grigorov
> Van: Martin Makundi [mailto:martin.maku...@koodaripalvelut.com] > Verzonden: maandag 21 september 2009 11:06 > Aan: users@wicket.apache.org > Onderwerp: Re: wicket menu > > Hover menu or just static? If static then it is easy to just change > the html/css of tabbed panel in

RE: wicket menu

2009-09-21 Thread Boydens Joeri (OZ)
artin Makundi [mailto:martin.maku...@koodaripalvelut.com] Verzonden: maandag 21 september 2009 11:06 Aan: users@wicket.apache.org Onderwerp: Re: wicket menu Hover menu or just static? If static then it is easy to just change the html/css of tabbed panel into vertical or horizontal menu. Probably yo

Re: wicket menu

2009-09-21 Thread Martin Makundi
Hover menu or just static? If static then it is easy to just change the html/css of tabbed panel into vertical or horizontal menu. Probably you can roll a hover too. ** Martin 2009/9/21 Boydens Joeri (OZ) : > Hi, > > > > We are changing from Struts to Wicket, in our Struts application we used > S

Re: Wicket menu with submenu "dialog window"

2007-10-02 Thread Artur W.
lizz wrote: > > Has anyone made a menu (with menu items and submenus) in wicket? I would > like a menu that looks more or less like the Swing JMenu. > I use AdxMenu: http://www.aplus.co.yu/adxmenudev/adxmenu-v4-flyout-drop-down-menu/ It fits very well with Wicket. Artur -- View this messa

Re: Wicket menu with submenu "dialog window"

2007-10-01 Thread Doug Leeper
I forgot to mention which menus are currently supported in menu2: - MenuBar - Menu - Group Menu (with and without labels) Looking for help with ContextMenu as it is a beast in itself. Anyone created/integrated YUI ContextMenu with Wicket? -- View this message in context: http://www.nabble.com

Re: Wicket menu with submenu "dialog window"

2007-10-01 Thread Doug Leeper
There is a YUI menu implementation in wicket stuff already. (wicket-contrib-yui) The package that you need to use is org.wicketstuff.yui.markup.html.menu2. Why menu2? Well...working with Jim McMcLaughlin (creator of menu), we decided to create a separate package b/c menu2 relied on YUI 2.3 and

Re: Wicket menu with submenu "dialog window"

2007-10-01 Thread Nino Saturnino Martinez Vazquez Wael
You should really create wicket stuff project for this. Or perhaps it's something for the minis? Kent Tong wrote: lizz wrote: Has anyone made a menu (with menu items and submenus) in wicket? I would like a menu that looks more or less like the Swing JMenu. I saw a reference to http://wicke

Re: Wicket menu with submenu "dialog window"

2007-10-01 Thread Kent Tong
lizz wrote: > > Has anyone made a menu (with menu items and submenus) in wicket? I would > like a menu that looks more or less like the Swing JMenu. > > I saw a reference to > http://wicket-stuff.svn.sourceforge.net/viewvc/wicket-stuff/trunk/wicket-extensions-menubar/ > but didn’t find that pro