Calling velocity scripts from widget's dynamic configuration modal

Calling velocity scripts from widget's dynamic configuration modal

This question is not answered

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?

All Replies
  • Sorry, one clarification: the IPropertyControl buttons would open a separate modal for modifying items exposed through the drop-down list. After saving the new or renamed item, the modal would return the ID and name to the main dynamic configuration modal for us to incorporate into the drop-down list.