It'd be great if the page builder allowed you to easily add Tooltips and Modals to your page. Please let me know if this is already a feature. I've been playing around with the text "link" box but I don't think it creates either modals or tooltips that activate by hover.
Posts made by Konrad Hylton
-
Tooltips and Modals
-
RE: How do I set url parameters when a user clicks a menu option
Thank you Wassim,
9 out of 10 times I just store the data in local storage, but one of my pages uses an embedded form script that allows information(user's name and email) to be passed to it by reading URL parameters but doesn't allow me to pass data to it by altering the form's HTML properties.
Would I be able to pass dynamic data this way through a setup similar to the image attached?
-
How do I set url parameters when a user clicks a menu option
Hello team,
Appdrag has a pretty convenient tool that allows me to set URL parameters when a user clicks a link (edit>link>urlparameters). Is there a similar option for menu links? For example, every time a user clicks "dashboard" from the menu I pass their email into the URL parameters.
Alternatively, is there a way to run a specific piece of javascript when a user clicks a particular menu link?
Thanks
-
RE: Full page for source code snippets in the page builder
@Joseph-Benguira Yup. The only issue with the code editor is that navigating there slows down the process a bit, making everything a bit less agile.
-
Full page for source code snippets in the page builder
When I'm adding some code in the page builder the tiny square just doesn't cut it. It would be nice to be able to expand it to a full page view. An inability to do so really hinders the workflow
-
Red icon for status in domain page
I see a red orb instead of a green orb in my domain status section. I do not know what caused this or how to troubleshoot what if anything has gone wrong.
-
RE: Dynamically inserting The price for paypal and Stripe payments
I found a solution.
This can easily be done by copying the source code into an HTML block and then inserting the elements from there. I'm leaving this up in case someone else has a similar issue.
-
Dynamically inserting The price for paypal and Stripe payments
Hey AppDrag Team,
Is there a way to dynamically insert the amount for a product into a Stripe or Paypal payment from the front end? The amount for each payment is different, I have rhis amount saved in the database and I want to insert that amount into both the stripe and paypal buttons.
Thanks
-
RE: Can I leverage socket.io via the API Builder or Page builder?
@Joseph-Benguira Thanks, Joseph! I'll look into those links and play around with them in the meanwhile.
-
Can I leverage socket.io via the API Builder or Page builder?
Hey AppDrag Team,
I'm interested in implementing a simple chat app where users on my webapp can talk to each other. Normally I would be using express.js and then I would just pass app into server and server into io.
However, with appdrag it's not like I'm using express to handle my serve configurations so I don't really know how routes, paths and other server configurations are being handled behind the scenes.
Is there any way to make a use socket.io to facilitate an online chat feature in my appdrag app? If not any advice on how I could implement some other solution for my online chat use case?
-
UI Issue when(Feedback/Bug report)
Not a major deal, but when you have DNS records with long values instead of ending up with that Value cell having a long row it has a wide column so you end up with a bunched up screen like this. It doesn't impact functionality but I figured you might want to add it as something to fix.
-
RE: store() function
@wassim Hey Wassim, would you say that this is a better solution to using localStorage.getItem('name’) and localStorage.setItem('name’), in most instances? And would it work in as the source, when the source type is formula when enabling a cloud backend trigger?