I’m running inline javascript on document ready which gets a model as follows:
$(function(){
var showTabsModel = skuid.$M(‘ShowTabs’),
showTabsRow = showTabsModel.getFirstRow();
// do some other things…
};
I’m getting an error which indicates that showTabsModel returns undefined. Load Model data on page load is checked for ShowTabs, and the only condition on the model is based on userinfo.
Any idea why showTabsModel would be coming back undefined?
Question
model is undefined on document ready
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.