Added find match counter

This commit is contained in:
Andy Parisi 2014-07-16 10:39:34 -04:00 committed by Yury Delendik
parent c27d3125bf
commit 17fe0b1470
5 changed files with 45 additions and 1 deletions

View file

@ -167,6 +167,7 @@ var PDFViewerApplication = {
highlightAllCheckbox: document.getElementById('findHighlightAll'),
caseSensitiveCheckbox: document.getElementById('findMatchCase'),
findMsg: document.getElementById('findMsg'),
findResultsCount: document.getElementById('findResultsCount'),
findStatusIcon: document.getElementById('findStatusIcon'),
findPreviousButton: document.getElementById('findPrevious'),
findNextButton: document.getElementById('findNext'),