Control Pad

ID #1063

How do I rearrange the order of buttons in the Control Pad playbar?

All ofthe Control Pad buttons are organized into an "unordered list".

In the Control Pad HTML file, you will need to rearrange the list of items in the  list: <ul id="controlpad_list">.

Simply arrange the list items - from the opening <li to the closing </li> - for the buttons you wish to rearrange, such as:

<li class="..." ... onclick="toggleButton('rewind_button')" ... </li>

In most HTML editors, you can drag and select and entire <li> item and perform a cut/paste to move the list item.

Tags: button, captivate, control pad, list, order, rearrange

Related entries:

Last update: 2010-02-22 20:43
Author: KCWebPlaza
Revision: 1.0

Digg it! Share on Facebook Print this record Send FAQ to a friend Show this as PDF file
Propose a translation for Propose a translation for
Please rate this FAQ:

Average rating: 0 (0 Votes)

completely useless 1 2 3 4 5 most valuable

You cannot comment on this entry