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
For example, I use the DocumentEditor component. In onAppReady, I find that there is no createConnector method. Could you please tell me how to create the connector
only office serve: v8.1
The deployment method of only office is docker
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
output event:
attachMouseEvents
blurFocus
createEmbedWorker
denyEditingRights
destroyEditor
detachMouseEvents
downloadAs
grabFocus
insertImage
openDocument
processMailMerge
processRightsChange
processSaveResult
refreshHistory
requestClose
serviceCommand
setActionLink
setEmailAddresses
setFavorite
setHistoryData
setMailMergeRecipients
setReferenceData
setReferenceSource
setRequestedDocument
setRequestedSpreadsheet
setRevisedFile
setSharingSettings
setUsers
showMessage
showSharingSettings
startFilling
For example, I use the DocumentEditor component. In onAppReady, I find that there is no createConnector method. Could you please tell me how to create the connector
only office serve: v8.1
The deployment method of only office is docker
docker-compose.yml:
version: '3.3'
services:
onlyoffice:
image: onlyoffice/documentserver:8.1
container_name: onlyoffice
volumes:
ports:
environment:
restart: always
Beta Was this translation helpful? Give feedback.
All reactions