View Single Post
10-08-09, 03:53 PM   #1
Jooze
A Wyrmkin Dreamwalker
 
Jooze's Avatar
AddOn Compiler - Click to view compilations
Join Date: Jul 2007
Posts: 52
Toggle Currency Tab

I'm currently programming an Addon and want to implement an OnClick event that will open the Currency Tab.

I've managed to do this for the calendar using following code:
Code:
OnClick = function(_,b) (b == "RightButton" and ToggleTimeManager or ToggleCalendar)()
What do I have to replace Toggle Calendar with to open the currency tab?
  Reply With Quote