Gyroscope / Fullscreen View
Starting 5.9.8, look up content can be loaded in a full screen container instead of the side view:
loadfs('Staff Directory','lookupstaff');
The above function takes an optional callback function upon
closing of the full screen view:
loadfs('Staff Directory','lookupstaff',
function(){alert('Closed');}
);
Although a lookup list loads just fine in a fullscreen container, it is not recommended for
entity resolution styled lookups.
This is because the user cannot interact with the input field and the lookup area at the same time.
The fullscreen view is suitable when it is used both as an extensive lookup AND it is shared by multiple tab views.
The fullscreen lookup should sports its own lookup box.