Changes

Jump to: navigation, search

BigBlueButton Accessibility Instructions

459 bytes added, 15:43, 2 March 2013
no edit summary
===Tab Order===
BigBlueButton already has an established core tab order, with each module given a baseTabIndex property. The convention is to establish your module's baseTabIndex in an Options class. For an example, examine
the ChatOptions class at dev\bigbluebutton\bigbluebutton-client\src\org\bigbluebutton\modules\chat\model\ChatOptions.as.
 
Within the Options class, declare the baseTabIndex instance variable like so:
<pre>[Bindable] public var baseTabIndex:int;</pre>
===Screen Reader Compatibility===
1
edit

Navigation menu