I trying to set view in callout content:
CalloutManager.createNewIfNecessary({
ID: 'myCalloutId',
launchPoint: sender,
beakOrientation: 'leftRight',
title: 'Reports',
content: 'All Trades',
contentWidth: 400
});
How i should change field content to see view (one of view of default links)?