HTML5 Output tag API

2015-06-01 Thread Tobias Soloschenko
Hi everyone, I would like to introduce a new API to make responsive forms available with the HTML5 tag output. Information and examples can be found here: https://github.com/klopfdreh/wicket-components-playground/wiki/14.-HTML5-OutputField-API Benefits of the OutputField * Easy client side

Re: HTML5 Output tag API

2015-06-01 Thread Sven Meier
Hi Tobias, public OutputField(String id, IModelString model) something else than String could be possibly too, couldn't it? public String getFormId() I'd prefer #getForm() instead, similar to AjaxButton. public ListString getForIds() I'd prefer components instead of ids here too

Re: HTML5 Output tag API

2015-06-01 Thread Tobias Soloschenko
Thanks for the great hints! I am going to apply your changes, soon! kind regards Tobias Am 01.06.2015 um 23:55 schrieb Sven Meier s...@meiers.net: Hi Tobias, public OutputField(String id, IModelString model) something else than String could be possibly too, couldn't it? There was a