Altova XMLSpy 2024 Professional Edition

AuthenticView.OnToolbarButtonClicked

Home Prev Top Next

Event: OnToolbarButtonClicked (Button identifier)

 

Description: OnToolbarButtonClicked is fired when a toolbar button was clicked by user. The parameter button identifier helps to determine which button was clicked. The list of predefined button identifiers is below:

 

AuthenticPrint

AuthenticPrintPreview

AuthenticUndo

AuthenticRedo

AuthenticCut

AuthenticCopy

AuthenticPaste

AuthenticClear

AuthenticMarkupHide

AuthenticMarkupLarge

AuthenticMarkupMixed

AuthenticMarkupSmall

AuthenticValidate

AuthenticChangeWorkingDBXMLCell

AuthenticSave

AuthenticSaveAs

AuthenticReload

AuthenticTableInsertRow

AuthenticTableAppendRow

AuthenticTableDeleteRow

AuthenticTableInsertCol

AuthenticTableAppendCol

AuthenticTableDeleteCol

AuthenticTableJoinCellRight

AuthenticTableJoinCellLeft

AuthenticTableJoinCellAbove

AuthenticTableJoinCellBelow

AuthenticTableSplitCellHorizontally

AuthenticTableSplitCellVertically

AuthenticTableAlignCellContentTop

AuthenticTableCenterCellVertically

AuthenticTableAlignCellContentBottom

AuthenticTableAlignCellContentLeft

AuthenticTableCenterCellContent

AuthenticTableAlignCellContentRight

AuthenticTableJustifyCellContent

AuthenticTableInsertTable

AuthenticTableDeleteTable

AuthenticTableProperties

AuthenticAppendRow

AuthenticInsertRow

AuthenticDuplicateRow

AuthenticMoveRowUp

AuthenticMoveRowDown

AuthenticDeleteRow

AuthenticDefineEntities

AuthenticXMLSignature

 

For custom buttons the user might add his own identifiers. Please, note that the user must take care, as the identifiers are not checked for uniqueness. The same identifiers can be used to identify buttons in the Set/GetToolbarState() COM API calls. By adding code for different buttons, the user is in the position to completely redefine the AuthenticView toolbar behavior, adding own methods for table manipulation, etc.

© 2017-2023 Altova GmbH