Replies: 3 comments 2 replies
-
Hello ! This is an interesting feature, but I'm struggling to see how it would work. These kind of popups usually appear dynamically in user interfaces, but SQLPage is almost entirely statically rendered. In what case would it be useful for such a popup to already be present on page load ? Or do you have something else in mind for how to make the popup appear ? Javascript is not included directly in components' template code (in order not to duplicate it when the component is used more than once). If you want to see how other components that have javascript handle it, you can have a look at |
Beta Was this translation helpful? Give feedback.
-
Found this discussion when searching for a way to handle a record status update using a popup dialog. |
Beta Was this translation helpful? Give feedback.
-
Hi, Is there any way getting this as native component for SQLpage? Or does the static rendering limit methods for working popup off? |
Beta Was this translation helpful? Give feedback.
-
Hi everyone,
I started bulding a new component that I guess it's useful on some situations, just a notification/alert/pop-up on bottom-right:
And here is the code:
-- pop-up.handlebars
By now, I have a problem. Well, two at least:
The JS Code:
And of course, the SQLPage file including it code:
Beta Was this translation helpful? Give feedback.
All reactions