Skip to main content

Other integration with APEX

Debug mode

AOE supports APEX Debug mode. When it is enabled, the AOE Editor shows extra buttons for action indicators, such as loading a file

image-20221226122259226

and when an error is shown.

image-20221226122311866

Additionally, when APEX Debug Mode is enabled, AOE prints logs to the browser console.

Translation Messages

Some parts of the APEX Office Edit can be translated using Oracle APEX Translation Texts.

Translation Message CodeTranslation Text
UC_AOE_UI_ACTION_AUTOSAVE_PROGRESSAutosaving the document: #PROGRESS#
UC_AOE_UI_ACTION_AUTOSAVE_ERRMSGAutosaving the document failed
UC_AOE_UI_ACTION_RENAME_PROGRESSRenaming the document: #PROGRESS#
UC_AOE_UI_ACTION_RENAME_ERRMSGRenaming the document failed
UC_AOE_UI_ACTION_REFRESHDOC_PROGRESSReloading the document: #PROGRESS#
UC_AOE_UI_ACTION_REFRESHDOC_ERRMSGReloading the document failed
UC_AOE_UI_ACTION_LOADDOC_PROGRESSLoading the document: #PROGRESS#
UC_AOE_UI_ACTION_LOADDOC_ERRMSGLoading the document failed
UC_AOE_UI_ACTION_CREATEDOC_PROGRESSCreating a new document: #PROGRESS#
UC_AOE_UI_ACTION_CREATEDOC_ERRMSGCreating a new document failed
UC_AOE_UI_ACTION_SAVEASDOC_PROGRESSSaving document as a new: #PROGRESS#
UC_AOE_UI_ACTION_SAVEASDOC_ERRMSGSaving document as a new file failed
UC_AOE_UI_ACTION_SAVEDOC_PROGRESSSaving the document: #PROGRESS#
UC_AOE_UI_ACTION_SAVEDOC_ERRMSGSaving the document changes failed
UC_AOE_UI_ACTION_RELOADDOC_PROGRESSReloading the document: #PROGRESS#
UC_AOE_UI_ACTION_RELOADDOC_ERRMSGReloading the document failed
UC_AOE_UI_ACTION_INITEMPTY_PROGRESSInitializing: #PROGRESS#
UC_AOE_UI_ACTION_INITEMPTY_ERRMSGInitializing failed
UC_AOE_UI_ACTION_INITDOC_PROGRESSLoading the document: #PROGRESS#
UC_AOE_UI_ACTION_INITDOC_ERRMSGInitializing document failed
UC_AOE_UI_ACTION_BTN_LABEL_CANCELCancel
UC_AOE_UI_ACTION_BTN_LABEL_CLOSEClose
UC_AOE_UI_NEWFILE_TOOLBAR_BTN_HINTCreate a new document
UC_AOE_UI_NEWFILE_TOOLBAR_BTN_LABELCreate a new document
UC_AOE_UI_NEWFILE_TILE_GOBACKGo back to open the document
UC_AOE_UI_DIALOG_BTN_LABEL_CANCELCancel
UC_AOE_UI_DIALOG_BTN_LABEL_SAVE_ASSave as
UC_AOE_UI_DIALOG_ITEM_LABEL_FILENAMEFilename
UC_AOE_UI_DIALOG_TITLE_SAVE_ASSave as a new document
UC_AOE_UI_DIALOG_ITEM_VAL_FILENAMENOTSETFilename is required',
UC_AOE_UI_CONFIRM_CLOSENOTSAVEDDOCThe currently opened document changes are not saved. \n\nDo you want to close the document without saving changes?
UC_AOE_UI_CONFIRM_CREATENEWNOTSAVEDThe currently opened document changes are not saved. \n\nDo you want to create a new document without saving changes in the currently opened document?
UC_AOE_UI_EXITFULLSCREENExit full screen
UC_AOE_UI_PAGE_WARNONUSAVEDCHANGESThe currently opened document in AOE contains unsaved changes. Do you want to leave the page without saving these changes?
UC_AOE_UI_PROMPT_MSG_READONLYLoad a document to preview it.
UC_AOE_UI_PROMPT_MSG_CREATEDISABLEDLoad a document to edit it.

Creating files on page request

When the page running an AOE Editor is requested with the page request listed below, AOE automatically creates a new file of the requested type once the editor is successfully initialized.

The supported page requests are:

  • AOE_CREATE_DOCX
  • AOE_CREATE_XLSX
  • AOE_CREATE_PPTX
  • AOE_CREATE_ODP
  • AOE_CREATE_ODS
  • AOE_CREATE_ODT