BrianDunk
3 years agoQrew Cadet
Embedding a report via IFrame in Webpage with no Edit or view buttons?
I have a report that I am displaying on a webpage using the below code. All displays as expected however, the pencil icon and the Eye ball icon both show next to each record. How can I remove those icons so that the report data is simply view only?
<iframe src="https://xxxxxxxxx.quickbase.com/db/xxxxxxxxx?a=q&qid=17&ifv=1"; allowtransparency="true" onload="this.style.height=(this.contentDocument.body.scrollHeight+45) +'px !important';" scrolling="no" style="width:100%;min-height:1000px;border:none;overflow-y:hidden;overflow-x:hidden;"></iframe>
------------------------------
Brian Dunk
------------------------------
<iframe src="https://xxxxxxxxx.quickbase.com/db/xxxxxxxxx?a=q&qid=17&ifv=1"; allowtransparency="true" onload="this.style.height=(this.contentDocument.body.scrollHeight+45) +'px !important';" scrolling="no" style="width:100%;min-height:1000px;border:none;overflow-y:hidden;overflow-x:hidden;"></iframe>
------------------------------
Brian Dunk
------------------------------