Settings and activity
4 results found
-
18 votes
Tony G supported this idea ·
An error occurred while saving the comment -
2 votes
Tony G shared this idea ·
-
13 votes
Tony G supported this idea ·
An error occurred while saving the comment Tony G commented
Adding a vote to this. With all of the JavaScript enhancements, this seems like the next obvious step. As a developer I feel severely limited with only having page level events rather than being able to respond to field changes. Common usage:
- Hide other fields based on the value of a changed field. Example: Disable or hide a prompt for something like "favorite programming language" if the user unchecked "are you a programmer".
- Change a list to not include meat products if the user checks "Vegetarian". (Link a list to a
- Google search for terms related to whatever is entered into a field.
- Check to see if an entered date conflicts with another date.It should go without saying that we can do this with all GUI tools. It would be great to see Memento graduate to this next level.
-
4 votes
Tony G supported this idea ·
Rhino was deprecated years ago. It's replacement, Nashorn, has even come and gone. Nashorn is available as an addin. But I believe the Graal JS engine would be the best switchable alternative to V8.
Ref : https://en.wikipedia.org/wiki/Nashorn_(JavaScript_engine)