A unique frame ID for a topic appears on the Topic Editor toolbar as you navigate to each frame. This ID can be used as a reference point as you develop content and distribute it to subject matter experts for review. The expert can reference the frame ID in the Player so you can quickly find the corresponding frame in the Topic Editor. You can enable the display of the frame ID by configuring a variable.

 

To enable the frame ID for all packages you publish, edit the config.xml file at the root of the Player publishing style in the System\Publishing\Styles\<category> folder. To enable the frame ID display in a published Player package, edit the config.js file at the root of the package. In either case, locate the ShowFrameID variable in the file and change the value to one of the following:


On - The frame ID is always visible.
Off - The frame ID is not visible.
Key - The frame ID is enabled by a key combination. Authored keys always take precedence over the frame ID key. Possible key combinations are limited to Shift + function keys, Shift+F1 through Shift+F12. Notation in the file should be ShiftF1, ShiftF2, and so on.


Table of Contents