Re: Do the MyFaces support Mousedrag motion?

2007-02-22 Thread Andrew Robinson
Since this is client side functionality, you will have to implement it as JavaScript. Are you talking about an image map or more like tooltip-hover reaction or something else? Drawing rectangles is not something the browser can do literally, but it can create DIV/SPAN tags and be placed with

Do the MyFaces support Mousedrag motion?

2007-02-21 Thread wang suya
Hello Do anybody know the myfaces support mouse drag motion? Wang suya wang suya

Re: Do the MyFaces support Mousedrag motion?

2007-02-21 Thread wang suya
Hello I mean that I want to make a server side GUI application that draw senveral Rectanges and when mouse drag the bottom of Rectange, the rectange extends. Do anybody know how I can realize this appication. Thank you at advance. Wang suya Hello Do anybody know the myfaces