isTest
{Boolean} true if we are in test mode at the moment.
Example
We want to show a special controller only in test mode. (E.g. a textbox and a button to jump to any page in the script)
$('page').onLoad = function() {
vcc.getController('page', 'special').hidden = !vcc.isTest;
};
Comments
Can’t find what you need? Use the comment section below to connect with others, get answers from our experts, or share your ideas with us.
There are no comments yet.