Thanks, I managed to find the library, the drag and drop feature is working

--- On Wed, 22/7/09, Mathias Nilsson <wicket.program...@gmail.com> wrote:


From: Mathias Nilsson <wicket.program...@gmail.com>
Subject: Re: Can not find library for SortableListView
To: users@wicket.apache.org
Date: Wednesday, 22 July, 2009, 2:10 PM



Maybe some can help with this. I have tried all sort of libraries for 1.4 but
with no luck. Anyway, for a simple HighLight function this works. Don't
think this is the latest.

<dependency>    
  <groupId>org.wicketstuff</groupId>
  <artifactId>wicketstuff-scriptaculous</artifactId>
  <version>1.3-20080419.040255-14</version>
</dependency>

In your wicket page

// Register 
add(ScriptaculousAjaxBehavior.newJavascriptBindingBehavior()); 

add( new AjaxLink("clicker") {
  public void onClick(AjaxRequestTarget target) {
    target.appendJavascript(new Effect.Highlight(this).toJavascript());
  }
});
-- 
View this message in context: 
http://www.nabble.com/Re%3A-Can-not-find-library-for-SortableListView-tp24602760p24604354.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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




      

Reply via email to