You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Jex <mo...@hotmail.com> on 2008/02/20 13:56:39 UTC

[Tomahawk][Schedule] OnMouseOver Event?

Hi , 

Is it possible to have a onmouseover event on this component? If yes , how
can I make it ?


Thx you
-- 
View this message in context: http://www.nabble.com/-Tomahawk--Schedule--OnMouseOver-Event--tp15588435p15588435.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.


Re: [Tomahawk][Schedule] OnMouseOver Event?

Posted by Robert Patt-Corner <ro...@gmail.com>.
The entries have onMouseOvers, but the schedule itself doesn't as you found.

Running on memory here, you'd probably want to override the renderer for the
schedule mode you're interested in (e.g. ScheduleDetailedDayRenderer for the
detailed day and week modes) and write out an anchor link that is
constructed with the text you want.

The text would have to come from somewhere ... and you'd need to set it on
the scheduler, hopefully not in the renderer.  There's a couple of ways to
do that ... the right way is to override the tag and make your own with a
new attribute, but I haven't written tags yet.  The other is to build your
scheduler component dynamically and set the text that way

R.

On Thu, Feb 21, 2008 at 1:59 AM, Jex <mo...@hotmail.com> wrote:

>
>
> up?
>
> --
> View this message in context:
> http://www.nabble.com/-Tomahawk--Schedule--OnMouseOver-Event--tp15588435p15605855.html
> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>
>

Re: [Tomahawk][Schedule] OnMouseOver Event?

Posted by Jex <mo...@hotmail.com>.

up?

-- 
View this message in context: http://www.nabble.com/-Tomahawk--Schedule--OnMouseOver-Event--tp15588435p15605855.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.