In Telligent Community 6.1, is it possible to call a velocity script belonging to a widget from that widget's dynamic configuration modal?
In the dynamic configuration modal, we want to expose a composite IPropertyControl with a drop-down list of items and buttons for adding, deleting, or renaming items. Drop-down item details are stored in a custom database table, accessible through a custom API, though the selected item ID will need to be stored as part of the widget's configuration.
Is this possible, or am I barking up the wrong tree?