"Standard" UI-elements, which can be used in web spreadsheet document editor
In This Topic
The UI-control
WebSpreadsheetDocumentEditorControlJS can use
base standard UI-elements and the following standard UI-elements:
-
Panels
- WebUiSpreadsheetEditorPanelJS - web UI-panel that allows to display a spreadsheet editor control. Stored in Vintasoft.Imaging.Office.js file.
- WebUiRenameWorksheetPanelJS - web UI-panel that allows to rename worksheet in the spreadsheet editor. Stored in Vintasoft.Imaging.Office.js file.
- WebUiMoveWorksheetPanelJS - web UI-panel that allows to reposition the worksheet in the spreadsheet editor. Stored in Vintasoft.Imaging.Office.js file.
- WebUiFindTextPanelJS - web UI-panel that allows to search text in worksheet document. Stored in Vintasoft.Imaging.Office.js file.
- WebUiSelectFunctionPanelJS - web UI-panel that allows to select cell function. Stored in Vintasoft.Imaging.Office.js file.
- WebUiInsertChartPanelJS - web UI-panel that allows to insert chart in the spreadsheet editor. Dialog occurs when "Insert chart" button is clicked. Stored in Vintasoft.Imaging.Office.Dialogs.XXX.js file.
- WebUiCommentPanelJS - web UI-panel that allows to insert/edit comment. Dialog occurs when new comment is inserting. Stored in Vintasoft.Imaging.Office.Dialogs.XXX.js file.
- WebUiEditChartPropertiesPanelJS - web UI-panel that allows to edit the chart properties in the spreadsheet editor. Dialog occurs when "Edit comment" button is clicked. Stored in Vintasoft.Imaging.Office.Dialogs.XXX.js file.
- WebUiCellNumberFormatPanelJS - web UI-panel that allows to edit the number format for cell value. Dialog occurs when "Number format" button is clicked. Stored in Vintasoft.Imaging.Office.Dialogs.XXX.js file.
- WebUiSelectDefinedNamePanelJS - web UI-panel that allows to select a defined name in the spreadsheet editor. Dialog occurs when "Add defined name" button is clicked. Stored in Vintasoft.Imaging.Office.Dialogs.XXX.js file.
- WebUiDefinedNameManagerPanelJS - web UI-panel that allows to to manage (add, edit, delete) the defined names in the spreadsheet editor. Dialog occurs when "Defined name manager" button is clicked. Stored in Vintasoft.Imaging.Office.Dialogs.XXX.js file.
- WebUiSelectDefinedNamePanelJS - web UI-panel that allows to select a defined name from available defined names in the spreadsheet editor. Dialog occurs when "Insert defined name" button is clicked. Stored in Vintasoft.Imaging.Office.Dialogs.XXX.js file.
- WebUiEditHyperlinkPanelJS - web UI-panel that allows to add or edit hyperlink in cell. Dialog occurs when "Insert link" button is clicked.
-
Dialogs
- WebUiRenameWorksheetDialogJS - web UI-dialog that allows to rename worksheet in the spreadsheet editor. Dialog occurs when "Rename worksheet" button is clicked. Stored in Vintasoft.Imaging.Office.Dialogs.XXX.js file.
- WebUiMoveWorksheetDialogJS - web UI-dialog that allows to to reposition the worksheet in the spreadsheet editor. Dialog occurs when "Move worksheet" button is clicked. Stored in Vintasoft.Imaging.Office.Dialogs.XXX.js file.
- WebUiFindTextDialogJS - web UI-dialog that allows to find text in worksheet document. Dialog occurs when "Search text" button is clicked. Stored in Vintasoft.Imaging.Office.Dialogs.XXX.js file.
- WebUiSelectFunctionDialogJS - web UI-dialog that allows to select the cell function. Dialog occurs when "Insert function" button is clicked. Stored in Vintasoft.Imaging.Office.Dialogs.XXX.js file.
- WebUiInsertChartDialogJS - web UI-dialog that allows to insert chart in the spreadsheet editor. Dialog occurs when "Insert chart" button is clicked. Stored in Vintasoft.Imaging.Office.Dialogs.XXX.js file.
- WebUiInsertCommentDialogJS - web UI-dialog that allows to insert new comment. Dialog occurs when new comment is inserting. Stored in Vintasoft.Imaging.Office.Dialogs.XXX.js file.
- WebUiEditCommentDialogJS - web UI-dialog that allows to edit an existing comment. Dialog occurs when "Insert comment" button is clicked. Stored in Vintasoft.Imaging.Office.Dialogs.XXX.js file.
- WebUiEditChartPropertiesDialogJS - web UI-dialog that allows to edit the chart properties in the spreadsheet editor. Dialog occurs when "Edit comment" button is clicked. Stored in Vintasoft.Imaging.Office.Dialogs.XXX.js file.
- WebUiCellNumberFormatDialogJS - web UI-dialog that allows to edit the number format for cell value. Dialog occurs when "Number format" button is clicked. Stored in Vintasoft.Imaging.Office.Dialogs.XXX.js file.
- WebUiAddDefinedNameDialogJS - web UI-dialog that allows to add a defined name in the spreadsheet editor. Dialog occurs when "Add defined name" button is clicked. Stored in Vintasoft.Imaging.Office.Dialogs.XXX.js file.
- WebUiDefinedNameManagerDialogJS - web UI-dialog that allows to to manage (add, edit, delete) the defined names in the spreadsheet editor. Dialog occurs when "Defined name manager" button is clicked. Stored in Vintasoft.Imaging.Office.Dialogs.XXX.js file.
- WebUiSelectDefinedNameDialogJS - web UI-dialog that allows to select a defined name from available defined names in the spreadsheet editor. Dialog occurs when "Insert defined name" button is clicked. Stored in Vintasoft.Imaging.Office.Dialogs.XXX.js file.
- WebUiEditHyperlinkDialogJS - web UI-dialog that allows to add or edit hyperlink in cell. Dialog occurs when "Insert link" button is clicked.