Methods |
public
|
init()
Initializes module.
|
#
|
public
|
GetSettings()
Obtains list of module settings for authenticated user.
Obtains list of module settings for authenticated user.
Overrides
|
#
|
public
|
isOfficeDocument(string $sFileName = ''): bool
|
#
|
public
|
onBeforeFileViewEntry(type &$aArguments, type &$aResult)
|
#
|
public
|
EntryEditor()
|
#
|
public
|
CreateBlankDocument($Type, $Path, $FileName)
|
#
|
public
|
ConvertDocument($Type, $Path, $FileName)
|
#
|
public
|
ConvertDocumentToFormat($Type, $Path, $FileName, $ToExtension)
|
#
|
public
|
EntryCallback()
|
#
|
public
|
onGetFile(type &$aArguments, type &$aResult)
|
#
|
public
|
onGetItems($aArgs, &$mResult)
Writes to $aData variable list of DropBox files if $aData['Type'] is DropBox account type.
Writes to $aData variable list of DropBox files if $aData['Type'] is DropBox account type.
|
#
|
public
|
onAfterGetFileInfo($aArgs, &$mResult)
|
#
|
public
|
onAddToContentSecurityPolicyDefault($aArgs, &$aAddDefault)
|
#
|
public
|
RestoreFromHistory($Url, $Version)
|
#
|
Properties |
public
|
|
$ExtsSpreadsheet = [".xls", ".xlsx", ".xlsm", ".xlt", ".xltx", ".xltm", ".ods", ".fods", ".ots", ".csv"]
|
#
|
public
|
|
$ExtsPresentation = [
".pps",
".ppsx",
".ppsm",
".ppt",
".pptx",
".pptm",
".pot",
".potx",
".potm",
".odp",
".fodp",
".otp",
]
|
#
|
public
|
|
$ExtsDocument = [
".doc",
".docx",
".docm",
".dot",
".dotx",
".dotm",
".odt",
".fodt",
".ott",
".rtf",
".txt",
".html",
".htm",
".mht",
".pdf",
".djvu",
".fb2",
".epub",
".xps",
]
|
#
|