Re: How to do this in wicket

2017-02-13 Thread Ronny Pscheidl
You can also have a look at wicket-bootstrap. https://github.com/l0rdn1kk0n/wicket-bootstrap/wiki/Html https://github.com/l0rdn1kk0n/wicket-bootstrap/blob/wicket-7.x/bootstrap-core/src/main/java/de/agilecoders/wicket/core/markup/html/bootstrap/html/HtmlTag.java Viele Grüße Ronny > Am 13.02.20

Re: Wicket Bootstrap 0.9.21 Release

2016-12-31 Thread Ronny Pscheidl
>> >>>> currently there is a vote for Wicket 6.26.0 to be released. I guess it >>>> would make sense to build WB with that new version and test it. >>>> >>>> @Martin - WDYT? >>>> >>>> kind regards >>>>

Re: Wicket Bootstrap 0.9.21 Release

2016-12-30 Thread Ronny Pscheidl
Hi, but this isn't fixing the issues with bootstrap components which are using wicket:fragment tag. > Am 30.12.2016 um 16:47 schrieb Martin Grigorov : > > Hi, > > You can use older WB with latest Wicket. > They are binary compatible. > >> On Dec 30, 2016 5:43 PM, "john.j.cool" wrote: >> >> H

Re: behavior passing components during construction

2015-12-05 Thread Ronny Pscheidl
adding yet another behavior to > write the attribute. > On Dec 5, 2015 2:11 PM, "Ronny Pscheidl" > wrote: > > > this is not the use case. collapsebehavior is set to component icon which > > toggles the target component. the initial state of target has to be > > coll

Re: behavior passing components during construction

2015-12-05 Thread Ronny Pscheidl
this is not the use case. collapsebehavior is set to component icon which toggles the target component. the initial state of target has to be collapsed. my approach is that the collapsebehavior could also set the needed css class to the target component and not to add this manually to the target co

behavior passing components during construction

2015-12-04 Thread Ronny Pscheidl
hello, i want to write an collapsebehavior based on bootstrap collapse ( http://getbootstrap.com/javascript/#collapse). so you have an icon or button or waht else which will toggle a container. both components are independent added to the page or panel. example: public class CollapseBehavior exte