You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I wrote a plugin which can find text in the document editor, code like this:
...
Asc.scope.text="sometext";
window.Asc.plugin.callCommand(function() {
Api.asc_findText(Asc.scope.text, true, true);
}, true);
...
when I open a docx file, it only works in the edit mode, does not works in the view mode
when I open a pdf file in the document editor, the plugin code does not work in both modes
The text was updated successfully, but these errors were encountered:
Hello, I wrote a plugin which can find text in the document editor, code like this:
...
Asc.scope.text="sometext";
window.Asc.plugin.callCommand(function() {
Api.asc_findText(Asc.scope.text, true, true);
}, true);
...
when I open a docx file, it only works in the edit mode, does not works in the view mode
when I open a pdf file in the document editor, the plugin code does not work in both modes
The text was updated successfully, but these errors were encountered: