Forum Discussion
VivekVishwanat3
Qrew Cadet
HI,
I'm getting this text in the Childs field of the "Parents" table.
<img qbu='module' src='/i/clear2x2.gif' onload="javascript:if(typeof QBU=='undefined'){QBU={};$.getScript(gReqAppDBID+'?a=dbpage&pagename=module.js&rand='+new Date().getTime())};"><div class=QBU_Childs data-rid=1></div>
What is the thing that I missed. please Help. (I updated the Variables in the .js file )
I'm getting this text in the Childs field of the "Parents" table.
<img qbu='module' src='/i/clear2x2.gif' onload="javascript:if(typeof QBU=='undefined'){QBU={};$.getScript(gReqAppDBID+'?a=dbpage&pagename=module.js&rand='+new Date().getTime())};"><div class=QBU_Childs data-rid=1></div>
What is the thing that I missed. please Help. (I updated the Variables in the .js file )
_anomDiebolt_
7 years agoQrew Elite
The code is generating two <li> bullets.
More than likely you have not set the parameters correctly for your application. These parameters are from my demo application:
//parameters:
var dbid = "bkgzxdr4x";
var dbidParents = "bkgzxdr6t";
var dbidChilds = "bkgzxfptb";
var apptoken = "q2aznmd9h7eymbwavpzjbsc8hcf";
var n = 100;
var relatedParentFid = "7";
var relatedParentLabel = "related_parent";
var clist = "3.7.10";
var qbuClass = "QBU_Childs";
More than likely you have not set the parameters correctly for your application. These parameters are from my demo application:
//parameters:
var dbid = "bkgzxdr4x";
var dbidParents = "bkgzxdr6t";
var dbidChilds = "bkgzxfptb";
var apptoken = "q2aznmd9h7eymbwavpzjbsc8hcf";
var n = 100;
var relatedParentFid = "7";
var relatedParentLabel = "related_parent";
var clist = "3.7.10";
var qbuClass = "QBU_Childs";