Re: HTML5 and Bootstrap Input placeholder tag

2016-05-08 Thread David Beer
Hi Martin

Thanks for this worked great.

Thanks

On 6 May 2016 at 20:19, Martin Grigorov  wrote:

> On May 6, 2016 9:05 PM, "David Beer"  wrote:
> >
> > Hi Guys
> >
> > I am trying to utilise the placeholder tag in input components. So say I
> > have a TextField that mapps to the html  type="text"
> > placeholder="Enter Name">. How can I get wicket to add the placeholder
> tag
> > so that I can populate via properties.
>
> 
>
> >
> > Thanks
> >
> > David
>


Re: [ANNOUNCE] Apache Wicket 7.3.0 Released

2016-05-08 Thread Maxim Solodovnik
Thanks for the release!

On Sat, May 7, 2016 at 9:06 PM, Martijn Dashorst  wrote:

> On 7 May 2016 at 15:59:04, Thorsten Schöning (tschoen...@am-soft.de)
> wrote:
> > Guten Tag Martijn Dashorst,
> > am Samstag, 7. Mai 2016 um 15:00 schrieben Sie:
> >
> > > The Apache Wicket PMC is proud to announce Apache Wicket 7.3.0!
> >
> > Great work. Any idea on how long it takes until the tag will be
> > available on GitHub?
>
> It’s already there:
>
> https://github.com/apache/wicket/releases/tag/rel%2Fwicket-7.3.0
>
>
> Martijn
>
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


-- 
WBR
Maxim aka solomax


Re: Wicket jQuery UI - 4th anniversary!

2016-05-08 Thread Maxim Solodovnik
Thanks a lot Sebastien for the great work!
wicket-jquery-ui helps to make our application to work and look better :)
I really appreciate your quick answers :)

On Wed, May 4, 2016 at 1:32 AM, Sebastien  wrote:

> Thank you Andrea & Tobias, glad to read you like the new site! :)
>
> @Tobias, I will test srcset :)
>
> Best regards,
> Sebastien.
>
>
> On Tue, May 3, 2016 at 7:48 AM, Tobias Soloschenko <
> tobiassolosche...@googlemail.com> wrote:
>
> > Congratulations also from me! Good to see that project is moving forward!
> > Also a very cool design with some fancy animations on hover. :-)
> >
> > One hint: For the background image you can use srcset provided via
> > wicket-core to only load an img with the required size, or to change it
> > when resizing the window. (picture tag - not supported with IE11) - Sweet
> > cat demo:
> >
> > http://googlechrome.github.io/samples/picture-element/
> >
> > If you use the picture tag, you can configure a fallback to be used for
> IE
> > or other browser which do not support it:
> >
> > * http://caniuse.com/#search=picture
> > * http://caniuse.com/#search=srcset
> > * http://caniuse.com/#search=source
> >
> >
> >
> https://ci.apache.org/projects/wicket/guide/7.x/guide/resources.html#resources_3
> >
> > //code
> >
> > 
> > 
> > 
> > 
> > 
> >
> > This will lead to a better performance for mobile devices with a bad
> > connection.
> >
> > kind regards
> >
> > Tobias
> >
> > 2016-05-02 23:03 GMT+02:00 Andrea Del Bene :
> >
> > > Congratulations Sebastien!!! And the new site is REALLY nice!
> > >
> > > Andrea
> > >
> > > On 02/05/2016 22:52, Sebastien wrote:
> > >
> > >> Dear Wicket jQuery UI users,
> > >>
> > >> I'm happy to announce the 4th anniversary of the project since its
> first
> > >> release! :)
> > >>
> > >> *Stats*
> > >>
> > >> A few words about project's stats:
> > >> - visits on the demo site almost reach 550k pageviews since its launch
> > >> - artifact downloads are still increasing
> > >> - Kendo UI is confirming its progression over jQuery UI
> > >>
> > >> There is a (very) big peak on march, which might be due to a recent
> > InfoQ
> > >> interview about Wicket 7.2.0 (on which Wicket jQuery UI was quoted)
> [1].
> > >>
> > >> *Surprise!*
> > >>
> > >> This year, the project gets a very nice birthday gift from my
> > >> best-geek-girl-friend! Thanks to her, the demo site has a brand new
> > >> responsive skin :)
> > >> It is not yet officially active, but you can still have a preview [2],
> > >> your feedback is more than welcome!
> > >>
> > >>
> > >> Thanks again for your confidence and, to whom is concerned, your very
> > >> precious help! :)
> > >>
> > >> -Sebastien.
> > >>
> > >> [1] http://www.infoq.com/news/2016/03/apache-wicket-7.2
> > >> [2] http://163.172.29.241/wicket-jquery-ui/
> > >>
> > >>
> > >>
> > >> -
> > >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > >> For additional commands, e-mail: users-h...@wicket.apache.org
> > >>
> > >
> > >
> >
>



-- 
WBR
Maxim aka solomax