Question
Custom Widget - How to create Custom Dialog for custom widget?
I couldn't find any documentation regarding how to use custom dialog when developing custom widgets from any of these documentations. Are there any documentation for custom dialogs?
- https://community.ptc.com/t5/ThingWorx-Developers/Mashup-Widget-Custom-Dialog-API/m-p/532001
- https://www.ptc.com/en/support/article/CS276506
- https://support.ptc.com/help/thingworx_hc/web_component_sdk/overview/index.html
taken from thingworx_extension_development_user_guide.pdf
- customEditor – the name of the custom editor dialog to use for entering and editing the widget configuration. The system assumes there is a dialog named you created TW.IDE.Dialogs..
- customEditorMenuText - The text that appears on the flyout menu of the widget and the hover over text for the Configure Widget Properties button. For example, “Configure Grid Columns.”

