Re: Adding Components to fit markup

2013-06-24 Thread bojidar
/Adding-Components-to-fit-markup-tp4654246p4659726.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: Adding Components to fit markup

2013-06-24 Thread Martin Grigorov
to implement adding of single row , deleting it, editing it and all that while keeping table state (sorting, expanded/collapsed rows). Regards, Bojidar -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Adding-Components-to-fit-markup-tp4654246p4659726.html Sent from

Re: Adding Components to fit markup

2013-06-24 Thread bojidar
of challenge. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Adding-Components-to-fit-markup-tp4654246p4659729.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e

Re: Adding Components to fit markup

2013-06-24 Thread Sebastien
. I used only standard, widely used components till now and this is a little bit of challenge. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Adding-Components-to-fit-markup-tp4654246p4659729.html Sent from the Users forum mailing list archive at Nabble.com

Re: Adding Components to fit markup

2012-11-27 Thread Nick Pratt
I created a Quickstart with what Im trying to do - this may not be the best way, and my approach might be way off the mark: https://dl.dropbox.com/u/107816727/quickstart.tar.gz A couple of points: 1. I'd really like to use Datatables JS lib - it works well on all the platforms Ive tested in on

Re: Adding Components to fit markup

2012-11-26 Thread Martin Grigorov
Hi, Since the markup is added dynamically it looks like MarkupContainer#autoAdd() is the best match. You'll need to create the MarkupStream yourself. On Tue, Nov 27, 2012 at 3:53 AM, Nick Pratt nbpr...@gmail.com wrote: If I create an empty element (a div) in HTML (via jQuery), and assign it