$QSIFUNSET(id,Create,Edit) Master Feed
Help
Included Output Feeds
retval = [
ajaxAction(
'Remove',
'web/output/masterfeed/removeOutputConfiguration',
{'masterFeedId': CMUI_QUERYSTRING.get('id'), 'outputConfigId': data},
'Remove from this master feed'
)
];
retval = [
ajaxAction(
'Add',
'web/output/masterfeed/addOutputConfiguration',
{'masterFeedId': CMUI_QUERYSTRING.get('id'), 'outputConfigId': data},
'Add to this master feed'
)
];