Roster:Addon:AddonSDK

From WoWRosterWiKi
(Difference between revisions)
Jump to: navigation, search
Line 1,012: Line 1,012:
 
When building an addon, you can build your own button listing that only displays on your addon pages<br>
 
When building an addon, you can build your own button listing that only displays on your addon pages<br>
 
Pass a string for only one set of buttons, or pass an array for multiple sets of buttons
 
Pass a string for only one set of buttons, or pass an array for multiple sets of buttons
<php>$roster->output['roster_show_menu'] = 'main';  // Display the main button listing
+
<php>$roster->output['show_menu'] = 'main';  // Display the main button listing
$roster->output['roster_show_menu'] = array('main','char');  // Display the main and char button listing</php>
+
$roster->output['show_menu'] = array('main','char');  // Display the main and char button listing</php>
  
 
<php>$roster->output['html_head'] = 'string';</php>
 
<php>$roster->output['html_head'] = 'string';</php>

Revision as of 03:56, 22 May 2007

WR.net

Important note: When you edit this page, you agree to release your contribution into the public domain.
If you do not want this or can not do this because of license restrictions, please do not edit.

Contents


WoWRoster v1.8.0 AddOn Development

Readme Updated: 15:26, 6 May 2007 (PDT)

You can view the open source project at http://www.wowroster.net

For corrections and/or suggestions - http://www.wowroster.net


Thanks to: http://www.wowroster.com
And Everyone involved in the project.


Download the Roster AddOnSDK



Certified WoWRoster AddOn

Certified WoWRoster AddOn

AddOns that conform to our Coding Standards and the basic outline described within this document, will be given a "AddOn Framework Standards Compliant" stamp of approval.


Requirements for Approval

Personal tools
Namespaces
Variants
Actions
WoWRoster
Navigation
Toolbox