When a Player package content is started in the Player for the first time, the Table of Contents is collapsed so only the first level of documents (those directly linked to the root document) appear. You can configure the Player to open with the Table of Contents expanded and control the number of documents that automatically display.

 

The DefaultExpandLevel element controls the number of levels that appear when the Player opens. The standard value is 1, but you may specify any number of levels; however, increasing the number of levels may impact performance exponentially. If you have a large outline, you can use the AutoExpandLimit element to set how many documents should automatically appear and the SearchResultLimit element to set the number of documents returned in a search.

 

To set these elements, copy the TreeConfig section from the config.xml file and make the modifications in a skin. You can also modify a published Player by changing the settings for the same elements in the config.js file in the root of the Player Package.

 

var TreeConfig = {

AutoExpandLimit: 100,

SearchResultLimit: 200,

DefaultExpandLevel: 1

};

 

Warning! Setting this configuration for large outlines could affect performance of the Player.


Table of Contents  Back

Customize_to_Open_Expanded_TOC