You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Timo Rantalaiho <Ti...@ri.fi> on 2009/02/02 05:19:59 UTC

Re: AjaxFallbackDefaultDataTable and AjaxLink

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: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: AjaxFallbackDefaultDataTable and AjaxLink

Posted by Timo Rantalaiho <Ti...@ri.fi>.
On Mon, 02 Feb 2009, Mathias P.W Nilsson wrote:
> Why should it be strange to edit properties for let's say a user in a modal
> window?

Not strange from Wicket point of view but from user interface
design point of view:

http://en.wikipedia.org/wiki/Modal_window#Criticisms

Best wishes,
Timo

-- 
Timo Rantalaiho           
Reaktor Innovations Oy    <URL: http://www.ri.fi/ >

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: AjaxFallbackDefaultDataTable and AjaxLink

Posted by "Mathias P.W Nilsson" <ma...@snyltarna.se>.
Why should it be strange to edit properties for let's say a user in a modal
window?
-- 
View this message in context: http://www.nabble.com/AjaxFallbackDefaultDataTable-and-AjaxLink-tp21687636p21797485.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org