1
0
mirror of https://github.com/s00500/ESPUI.git synced 2025-07-04 06:10:18 +00:00

Updated documentation

This commit is contained in:
pcbbc
2022-05-24 11:21:34 +01:00
parent b47d595194
commit a3b253665d
5 changed files with 35 additions and 1 deletions

3
data/js/controls.js vendored
View File

@ -532,6 +532,9 @@ function start() {
if(data.hasOwnProperty('elementStyle')) {
$("#text" + data.id).attr("style", data.elementStyle);
}
if(data.hasOwnProperty('inputType')) {
$("#text" + data.id).attr("type", data.inputType);
}
break;
case UPDATE_SELECT: