Skip to main content
July 11, 2013
Question

[CS5][JS]Events for tabbed panel UI

  • July 11, 2013
  • 1 reply
  • 533 views

Hi,

Is there any event available for tabbed panel when i activate partiular tab.

Rgards,

Sankar L

This topic has been closed for replies.

1 reply

Inspiring
July 11, 2013

Hi,

try the onChange-event

somePanel.onChange = function ()

{

$.writeln(somePanel.selection.text);    

    }