EmbAJAX
Simplistic framework for creating and handling displays and controls on a web page served by an embeddable device (Arduino or other microcontroller with Arduino support).
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
 CEmbAJAXBaseAbstract base class for anything shown on an EmbAJAXPage
 CEmbAJAXConnectionIndicatorConnection status indicator
 CEmbAJAXContainer< NUM >Base class for groups of objects
 CEmbAJAXPage< NUM >The main interface class
 CEmbAJAXRadioGroup< NUM >A set of radio buttons (mutally exclusive buttons), e.g. for on/off, or low/mid/high, etc
 CEmbAJAXElementAbstract base class for modifiable elements
 CEmbAJAXCheckButtonA checkable (option) button
 CEmbAJAXColorPickerA color picker element (<input type="color">)
 CEmbAJAXHideableContainer< NUM >A list of objects that can be hidden, completely
 CEmbAJAXJoystick
 CEmbAJAXMutableSpanAn HTML span element with content that can be updated from the server (not the client)
 CEmbAJAXOptionSelectBaseAbstract base class for EmbAJAXOptionSelect
 CEmbAJAXOptionSelect< NUM >Drop-down list of selectable options
 CEmbAJAXPushButtonA push-button
 CEmbAJAXMomentaryButtonA momentary "press-and-hold" button
 CEmbAJAXScriptedSpanA span element containing a custom javascript script, meant to creating custom dispays
 CEmbAJAXSliderAn HTML span element with content that can be updated from the server (not the client)
 CEmbAJAXTextInput< SIZE >A text input field
 CEmbAJAXValidatingTextInput< SIZE >
 CEmbAJAXStaticA static chunk of HTML
 CEmbAJAXOutputDriverBaseAbstract base class for output drivers/server implementations
 CEmbAJAXOutputDriverESPAsyncOutput driver implementation. This implementation works with ESPAsyncWebServer (https://github.com/me-no-dev/ESPAsyncWebServer)
 CEmbAJAXOutputDriverGenericOutput driver implementation. This implementation should work for most arduino web servers with minimal adjustmnets
 CEmbAJAXPageBaseAbsrract internal helper class
 CEmbAJAXPage< NUM >The main interface class
 CEmbAJAXRadioGroupBaseAbstract base for EmbAJAXRadioGroup, needed for internal reasons
 CEmbAJAXRadioGroup< NUM >A set of radio buttons (mutally exclusive buttons), e.g. for on/off, or low/mid/high, etc