gary Posted September 9, 2006 Report Share Posted September 9, 2006 Is it possible to hide button(s) in the DataPages? Quote Link to comment Share on other sites More sharing options...
0 napoleonv Posted September 13, 2006 Report Share Posted September 13, 2006 Is it possible to hide button(s) in the DataPages? Hello, It is possible to do this. You will need to copy the script below and paste in the footer of your DataPage. document.forms.caspioform.NAMEOFBUTTON.style.visibility='hidden'; Quote Link to comment Share on other sites More sharing options...
0 casamurphy Posted October 19, 2006 Report Share Posted October 19, 2006 ...why would one want to do this? Quote Link to comment Share on other sites More sharing options...
0 Kurumi Posted September 21, 2018 Report Share Posted September 21, 2018 Hi @gary, Yes, it is possible to hide button/s. This can be done by using Styles. You will need to add Header and Footer to your DataPage Elements. After that, you can copy and paste this into the Header: <style> .cbUpdateButton (class name of your button) { display: none !important; } </style> I hope this helps! Quote Link to comment Share on other sites More sharing options...
Question
gary
Is it possible to hide button(s) in the DataPages?
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.