Replies: 1 comment 1 reply
-
I'm one step ahead of you :) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just like to suggest a way to populate the data in the web config.
You can use Javascript by adding this at the end of "index.html" before
<script src="/js"></script>
Then add a uri handler for "/js" and return the script to set the value, for example something like this:
"document.getElementById("btmode").value = " + value
Hope this make sense
Beta Was this translation helpful? Give feedback.
All reactions