On Tue, 27 Jan 2009, Mathias P.W Nilsson wrote: > I have override the newRowItem for the AjaxFallbackDefaultDataTable to make > the entire row clickable. ( return new ClickableItem ). Can anyone help me > with some pointers in how to make the row open a model window for editing.
ModalWindow is just JavaScript, so it cannot work sensibly if an AjaxFallback* must fall back to no Javascript. But opening a ModalWindow shouldn't have anything special http://svn.apache.org/viewvc/wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/modal/ModalContent1Page.java?revision=672603&view=markup http://www.wicketstuff.org/wicket13/ajax/modal-window.3 It sounds like a strange UI though :) Best wishes, Timo -- Timo Rantalaiho Reaktor Innovations Oy <URL: http://www.ri.fi/ > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
