You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
448 B
14 lines
448 B
## Handing AutoConnectElements in the sketches
|
|
|
|
## Loading AutoConnectElements
|
|
|
|
## Saving AutoConnectElements
|
|
|
|
## Page transition
|
|
|
|
## Parameter handling
|
|
|
|
WebServer.args, PageArgument
|
|
Handling in 'on' handler
|
|
|
|
A sketch can access variables of AutoConnectElements in the custom Web page. The value entered into the AutoConnectElements on the page is stored in the member variable of the element by AutoConnect whenever GET/POST transmission occurs. |