Forum Discussion
_anomDiebolt_
9 years agoQrew Elite
Try this hack:
$("table#introText tr:first td:first").html(markup);
$("table#introText tr:first td:first").html(markup);
- ChrisChris9 years agoQrew Assistant CaptainUsed with the image on load module?
- _anomDiebolt_9 years agoQrew EliteYES, or another injection technique. FWIW, I test almost all of my script from the console first.
- ChrisChris9 years agoQrew Assistant Captain
I'm using this one:
"<img qbu=\"module\" src=\"/i/clear2x2.gif\" " &
"onload=\"javascript:if(typeof QBU=='undefined'){QBU={};$.getScript('" &
URLRoot() &
"db/" &
Dbid() &
"?a=dbpage&pagename=legend.js')}\">"I call this formula text field "Legend".
The user defined page I'm using is called legend.js, and has the following:
$("table#introText tr:first td:first").html("<b style='color:red'>This is red</b>");
But, it no woiking.
- _anomDiebolt_9 years agoQrew EliteTry this: $("#descriptionInFacets").html("markup");
- GauravSharma39 years agoQrew CommanderHi Dan,
I tried this and this solution works for me. But if we want to disply this on a partilcular report when I need to mention the report ID because currently it is showing on the default report on the table.
Thanks,
Gaurav - GauravSharma39 years agoQrew CommanderDan, can you please take a look at my above query?
Thanks in advance.
Gaurav