mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Explain meaning of elements in secondary_toolbar
This commit is contained in:
parent
f2d13a2e2c
commit
838802c2d3
1 changed files with 3 additions and 0 deletions
|
@ -41,7 +41,10 @@ var SecondaryToolbar = {
|
|||
|
||||
// Attach the event listeners.
|
||||
var elements = [
|
||||
// Button to toggle the visibility of the secondary toolbar:
|
||||
{ element: this.toggleButton, handler: this.toggle },
|
||||
// All items within the secondary toolbar
|
||||
// (except for toggleHandTool, hand_tool.js is responsible for it):
|
||||
{ element: this.presentationModeButton,
|
||||
handler: this.presentationModeClick },
|
||||
{ element: this.openFile, handler: this.openFileClick },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue