-
Notifications
You must be signed in to change notification settings - Fork 28
Missing events in JS Tab-sheet (like e.g. the 'change' event) #79
Comments
Hi @krikkoo, So I assume you want to have those events in both tabsheets:
I can see a use case when a user executes an action in the the SVG (which results in the update of e.g. a text), that you want to take action. But would be nice to have some example use cases, so other users can learn from your ideas... When thinking about this, I have one doubt: suppose you have N dashboards open simultaneously.
I imagine that this might be confusing, and causing overhead. But I might misinterpreting your use case incorrectly! |
So what I mean: all other events indicate a user action (click, hoover, touch,...) to which we want to respond. However I think e.g. |
@krikkoo , |
Hi @bartbutenaers, Thank you very match for your support, you are the best one.. best regards |
Hi @krikkoo , |
Hi @bartbutenaers I wish you happy new year!!! |
Hey @krikkoo, Last week I wrote down another feature that I should implement in the near future: see here. That might be a solution for your request. But when looking at my screenshot in the mutation observer issue, I see that I have added a "update" event. Happy newyear for you too!!! |
Hi @bartbutenaers,
As required, I'm reporting here a message and relevant info, discussed in the issue #76 but that it was not related to that topic.
I found, surfing on web at this link, that there are some Event Attributes that could be useful to add in the JS tab, for example
onchange
for text could be very useful.I really don't know if it is possible, here below what I have done.
Here below a list of available events for SVG elements, some of these are already in your wonderful node.
What I'm asking, is it possible to add missing events (like e.g. the 'change' event) in the JS Tab-sheet?
If you added the event change in the JS sheet that trigger when a text field change its value, we will be able to run some script that can do other actions.
Node-Red instance is hosted on a Raspberry pi 3.
Thank you for you infinite patient and to allow users like me to enjoy with SVG in Node Red..
Great job
Regards
The text was updated successfully, but these errors were encountered: