Re: wicket-bootstrap navbar - SEARCH button

2012-11-14 Thread Michael Haitz
hi,

do you want to use wicket-bootstrap or do you want to implement it by yourself?

best,
Michael

Am 23.10.2012 um 13:45 schrieb ronny.v...@consult.nordea.com:

> Hi There
> 
> Any with a quick answer on how to implement a search like in:
> http://wb.agilecoders.de/demo/components?1#navbar
> 
> Ending up in some markup like: mailto:ronny.v...@consult.nordea.com>
> 


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



RE: wicket-bootstrap navbar - SEARCH button

2012-11-14 Thread Ronny.Voss
Hi

I was as mentioned looking at demo, which includes a search.
If wicket-bootstrap support such? I could not find?

Regards
Ronny

-Original Message-
From: Michael Haitz [mailto:michael.ha...@1und1.de] 
Sent: 14 November 2012 21:08
To: users@wicket.apache.org
Subject: Re: wicket-bootstrap navbar - SEARCH button

hi,

do you want to use wicket-bootstrap or do you want to implement it by yourself?

best,
Michael

Am 23.10.2012 um 13:45 schrieb ronny.v...@consult.nordea.com:

> Hi There
> 
> Any with a quick answer on how to implement a search like in:
> http://wb.agilecoders.de/demo/components?1#navbar
> 
> Ending up in some markup like: mailto:ronny.v...@consult.nordea.com>
> 


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: wicket-bootstrap navbar - SEARCH button

2012-11-15 Thread heapifyman
As far as I know, wicket-bootstrap's Navbar currently does not support
adding a search form out of the box because you can only add buttons/links
to the Navbar.
I have been advised to override Navbar and adapt the html markup according
to my needs, which was pretty easy to do and works just fine.



2012/11/15 

> Hi
>
> I was as mentioned looking at demo, which includes a search.
> If wicket-bootstrap support such? I could not find?
>
> Regards
> Ronny
>
> -Original Message-
> From: Michael Haitz [mailto:michael.ha...@1und1.de]
> Sent: 14 November 2012 21:08
> To: users@wicket.apache.org
> Subject: Re: wicket-bootstrap navbar - SEARCH button
>
> hi,
>
> do you want to use wicket-bootstrap or do you want to implement it by
> yourself?
>
> best,
> Michael
>
> Am 23.10.2012 um 13:45 schrieb ronny.v...@consult.nordea.com:
>
> > Hi There
> >
> > Any with a quick answer on how to implement a search like in:
> > http://wb.agilecoders.de/demo/components?1#navbar
> >
> > Ending up in some markup like: mailto:ronny.v...@consult.nordea.com>
> >
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


Re: wicket-bootstrap navbar - SEARCH button

2012-11-21 Thread Michael Haitz
Hi,

i've added support for forms (and all other components) to Navbar component.

Please have a look at 
https://github.com/l0rdn1kk0n/wicket-bootstrap/blob/master/samples/src/main/java/de/agilecoders/wicket/samples/pages/IssuesPage.java

best,
Michael

Am 15.11.2012 um 14:24 schrieb heapifyman :

> As far as I know, wicket-bootstrap's Navbar currently does not support
> adding a search form out of the box because you can only add buttons/links
> to the Navbar.
> I have been advised to override Navbar and adapt the html markup according
> to my needs, which was pretty easy to do and works just fine.
> 
> 
> 
> 2012/11/15 
> 
>> Hi
>> 
>> I was as mentioned looking at demo, which includes a search.
>> If wicket-bootstrap support such? I could not find?
>> 
>> Regards
>> Ronny
>> 
>> -Original Message-
>> From: Michael Haitz [mailto:michael.ha...@1und1.de]
>> Sent: 14 November 2012 21:08
>> To: users@wicket.apache.org
>> Subject: Re: wicket-bootstrap navbar - SEARCH button
>> 
>> hi,
>> 
>> do you want to use wicket-bootstrap or do you want to implement it by
>> yourself?
>> 
>> best,
>> Michael
>> 
>> Am 23.10.2012 um 13:45 schrieb ronny.v...@consult.nordea.com:
>> 
>>> Hi There
>>> 
>>> Any with a quick answer on how to implement a search like in:
>>> http://wb.agilecoders.de/demo/components?1#navbar
>>> 
>>> Ending up in some markup like: mailto:ronny.v...@consult.nordea.com>
>>> 
>> 
>> 
>> -
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>> 
>> 
>> -
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>> 
>> 


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org