I am trying to add a popover with some static content. But it seems that you can only add dynamic content. Is there not a way to add static content to a popover?
If so, how? Hopefully I am just overlooking something.
I am trying to add a popover with some static content. But it seems that you can only add dynamic content. Is there not a way to add static content to a popover?
If so, how? Hopefully I am just overlooking something.
Hello Brad,
As in any other component you just need to wrap the static content in single quotes: 'content'
Well, how about that? lol
Thanks once again. Is there a way to style the popover? I’d like to change it’s title background colour to match my card tittles.
I don’t think you can edit the styles from within Wappler, but you can see which styles to change, using Firefox developer tools for example:
Thanks, I found the css for the body of the popover but for some reason I couldn’t bring up the CSS for the header. Your screenshot helps! Thank you!