You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Michael Haitz <mi...@1und1.de> on 2012/11/14 21:08:00 UTC

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.Voss@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: <form class="navbar-search>
> 
> Thx in advance.
> 
> Best regards/Med venlig hilsen
> Ronny Voss
> 
> Nordea Bank Danmark A/S
> Online & Securities Processing Solutions
> Strandgade 3
> DK-1401 København K
> Mobile: +45 26711952
> E-mail: ronny.voss@consult.nordea.com<ma...@consult.nordea.com>
> 


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


Re: wicket-bootstrap navbar - SEARCH button

Posted by Michael Haitz <mi...@1und1.de>.
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 <he...@gmail.com>:

> 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 <Ro...@consult.nordea.com>
> 
>> 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.haitz@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.Voss@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: <form class="navbar-search>
>>> 
>>> Thx in advance.
>>> 
>>> Best regards/Med venlig hilsen
>>> Ronny Voss
>>> 
>>> Nordea Bank Danmark A/S
>>> Online & Securities Processing Solutions Strandgade 3
>>> DK-1401 København K
>>> Mobile: +45 26711952
>>> E-mail:
>>> ronny.voss@consult.nordea.com<ma...@consult.nordea.com>
>>> 
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>> 
>> 


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


Re: wicket-bootstrap navbar - SEARCH button

Posted by heapifyman <he...@gmail.com>.
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 <Ro...@consult.nordea.com>

> 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.haitz@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.Voss@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: <form class="navbar-search>
> >
> > Thx in advance.
> >
> > Best regards/Med venlig hilsen
> > Ronny Voss
> >
> > Nordea Bank Danmark A/S
> > Online & Securities Processing Solutions Strandgade 3
> > DK-1401 København K
> > Mobile: +45 26711952
> > E-mail:
> > ronny.voss@consult.nordea.com<ma...@consult.nordea.com>
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

RE: wicket-bootstrap navbar - SEARCH button

Posted by Ro...@consult.nordea.com.
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.haitz@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.Voss@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: <form class="navbar-search>
> 
> Thx in advance.
> 
> Best regards/Med venlig hilsen
> Ronny Voss
> 
> Nordea Bank Danmark A/S
> Online & Securities Processing Solutions Strandgade 3
> DK-1401 København K
> Mobile: +45 26711952
> E-mail: 
> ronny.voss@consult.nordea.com<ma...@consult.nordea.com>
> 


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


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