Hi, everyone
I encountered a problem when developing plug-ins.
In the plug-in drop down lists content control, I use GetCurrentContentControlPr to get its properties.
Now how to set its selection
window.Asc.plugin.executeMethod("SelectContentControl", [InternalId], () => {
window.Asc.plugin.executeMethod("GetCurrentContentControlPr", [], function (obj) {
// Now how to set its selection
})
})