ESPUI icon indicating copy to clipboard operation
ESPUI copied to clipboard

improving the documentation to explain how updating values works on tabbed website

Open StefanL38 opened this issue 1 year ago • 0 comments

The documentation is yet pretty good.

Though there is (always) room to improve it.

If a website uses tabs updating a value of a number-element does not work with this description Number inputs can be updated from code using ESP.updateNumber().

Additionally this text does not show the parameters of the function.

What I found that works on tabbed websites is using the

ESPUI.updateControlValue(UI_ID_Number,String(myInteger));

StefanL38 avatar Oct 25 '22 15:10 StefanL38