MarielaVasquez
4 years agoQrew Member
Pop up
how to create a pop up in quickbase without javascript? ------------------------------ Mariela Vasquez ------------------------------
OpenAsPopup is the class that you'll want to use:
I've adjusted the "Sample Button" you provided:
var text ADD = "add";
"<a style='text-decoration:none; background: #688EB3; border-radius: 5px; color: #ffffff; display: inline-block; padding: 4px 0px 0px 0px; width:145px; height:22px; text-align: center; text-shadow: none; border: 0px solid #030404; font-size: 12px' href='" & $ADD & "' class='OpenAsPopup'>Sample button text</a>"