Forum Discussion
BenjaminLarrabe
6 years agoQrew Cadet
I would like to know if there is a solution as well. My rich text only contains the following:
"<div class='Vibrant Alert' onclick=$('#saveButton').click();>Save</div>"
When not in ifv=1, it works fine. The minute the page is in ifv=1, the button doesn't work...probably due to the button using the native QB function that is hidden by ifv=1?
------------------------------
Ben L
------------------------------
"<div class='Vibrant Alert' onclick=$('#saveButton').click();>Save</div>"
When not in ifv=1, it works fine. The minute the page is in ifv=1, the button doesn't work...probably due to the button using the native QB function that is hidden by ifv=1?
------------------------------
Ben L
------------------------------
MarkShnier__You
Qrew Legend
6 years agory this syntax
"<a id='saveButton' class='Vibrant Success' onclick='DoSave()' href='#'>WhatEverYouWantYourButtonToSay</a>"
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
"<a id='saveButton' class='Vibrant Success' onclick='DoSave()' href='#'>WhatEverYouWantYourButtonToSay</a>"
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
- BenjaminLarrabe6 years agoQrew Cadet
Thanks Mark! I was actually able to get it to work with the following:
"<a class=\"Vibrant Alert\" onclick='DoSave()'.click(); >Save </a>"
------------------------------
Ben L
------------------------------