Custom Dialog Sample
This sample demonstrates the Custom Dialog API. It shows how you can customize and extend edit-on Pro by overwriting the default "Insert Hyperlink" dialog with a custom dialog, and by integrating a custom "Insert Symbol" dialog based on a custom action.
Integration of the custom dialogs in the user interface: uiconfig.xml
Source code of the custom "Insert Link" dialog: InsertLinkDialog.java
Source code of the custom "Insert Symbol" dialog: InsertSymbolDialog.java
Back to Samples Index