1
0
mirror of https://github.com/s00500/ESPUI.git synced 2026-03-15 14:20:48 +00:00

feat: Add support for user-defined panel CSS classes.

This commit is contained in:
Mike Burton
2025-11-29 08:10:17 -08:00
parent d9412d9d3c
commit 289fdb2ad7
15 changed files with 106 additions and 130 deletions

View File

@@ -192,6 +192,7 @@ public:
void addGraphPoint(uint16_t id, int nValue, int clientId = -1);
void setPanelStyle(uint16_t id, const String& style, int clientId = -1);
void setPanelClass(uint16_t id, const String& pClass, int clientId = -1);
void setElementStyle(uint16_t id, const String& style, int clientId = -1);
void setInputType(uint16_t id, const String& type, int clientId = -1);