-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add multiple OptionBox #18
Comments
Hi @Blueforcer With the new features you can add as many "option boxes" as you want. Check the updated example customHTML.ino for more details. In any case, if you want to radically change the look of the page, the advice is to directly modify the HTML/CSS/Js sources that you find in this folder and then overwrite the setup_htm.h file with the one obtained by following the instructions in the readme. inside the build folder. |
i will try to explane: only with this few lines of code mws.addOptionBox("MQTT"); so my question is, if it is possible to create a second optionpage in the same way (via code) or do i need to create custom html pages? |
No, it's really simple indeed. Keep the addJavascrit() or addCSS() at the end just for a clearer config.json file. |
nice, i will try. thank you very much for your help and of course for your good work. |
Just a small hint: |
Thanks for your hint, I will take in account for the next developments. |
hi @cotestatnt thanks for making this library, its great!! i have question,
|
Hello,
i created a with addOptionBox like in the optionsExample.
is it possible to add multiple option sites with different settings?
The text was updated successfully, but these errors were encountered: