You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Mark Babcock <ma...@CorMine.com> on 2006/10/05 15:31:13 UTC

Tomahawk Tabbed Pane Question

I've got a Tomahawk tabbed pane that I set to client side.  How would I
add additional javascript events (onclick , onmouseover, onmouseout) to
the tabs?


RE: Tomahawk Tabbed Pane Question

Posted by Mark Babcock <ma...@CorMine.com>.
Nothing happens when I try the test outlined below.  No Javascript
errors.. NOTHING.  Just selects the tab.

-----Original Message-----
From: janw [mailto:jam.tiga@gmx.de] 
Sent: Thursday, October 05, 2006 9:58 AM
To: users@myfaces.apache.org
Subject: Re: Tomahawk Tabbed Pane Question


have you tried the onclick attribute?

      <t:panelTab label="Tab1"
      onclick="alert('Hi!')" ...

-- 
View this message in context:
http://www.nabble.com/Tomahawk-Tabbed-Pane-Question-tf2388439.html#a6659
030
Sent from the MyFaces - Users mailing list archive at Nabble.com.


Re: Tomahawk Tabbed Pane Question

Posted by janw <ja...@gmx.de>.
have you tried the onclick attribute?

      <t:panelTab label="Tab1"
      onclick="alert('Hi!')" ...

-- 
View this message in context: http://www.nabble.com/Tomahawk-Tabbed-Pane-Question-tf2388439.html#a6659030
Sent from the MyFaces - Users mailing list archive at Nabble.com.