Commit 9c885547 authored by Alexey.Golubev's avatar Alexey.Golubev Committed by Alexander.Trofimov

Version: 1.1 (build:1151) from svn rev: 50136

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50140 954022d7-b5bf-4e40-9824-e11837661b57
parent 4f69e25e
...@@ -109,6 +109,7 @@ prop:goToNextSearchResult ...@@ -109,6 +109,7 @@ prop:goToNextSearchResult
prop:gotoSearchResultText prop:gotoSearchResultText
prop:stopSearchText prop:stopSearchText
prop:findText prop:findText
prop:asc_findText
prop:sync_SearchFoundCallback prop:sync_SearchFoundCallback
prop:sync_SearchStartCallback prop:sync_SearchStartCallback
prop:sync_SearchStopCallback prop:sync_SearchStopCallback
...@@ -1152,6 +1153,7 @@ asc_docs_api.prototype['goToNextSearchResult'] = asc_docs_api.prototype.goToNext ...@@ -1152,6 +1153,7 @@ asc_docs_api.prototype['goToNextSearchResult'] = asc_docs_api.prototype.goToNext
asc_docs_api.prototype['gotoSearchResultText'] = asc_docs_api.prototype.gotoSearchResultText; asc_docs_api.prototype['gotoSearchResultText'] = asc_docs_api.prototype.gotoSearchResultText;
asc_docs_api.prototype['stopSearchText'] = asc_docs_api.prototype.stopSearchText; asc_docs_api.prototype['stopSearchText'] = asc_docs_api.prototype.stopSearchText;
asc_docs_api.prototype['findText'] = asc_docs_api.prototype.findText; asc_docs_api.prototype['findText'] = asc_docs_api.prototype.findText;
asc_docs_api.prototype['asc_findText'] = asc_docs_api.prototype.asc_findText;
asc_docs_api.prototype['sync_SearchFoundCallback'] = asc_docs_api.prototype.sync_SearchFoundCallback; asc_docs_api.prototype['sync_SearchFoundCallback'] = asc_docs_api.prototype.sync_SearchFoundCallback;
asc_docs_api.prototype['sync_SearchStartCallback'] = asc_docs_api.prototype.sync_SearchStartCallback; asc_docs_api.prototype['sync_SearchStartCallback'] = asc_docs_api.prototype.sync_SearchStartCallback;
asc_docs_api.prototype['sync_SearchStopCallback'] = asc_docs_api.prototype.sync_SearchStopCallback; asc_docs_api.prototype['sync_SearchStopCallback'] = asc_docs_api.prototype.sync_SearchStopCallback;
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment