Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: oldheating gps motorhome heating
Diff: page/page.h
- Revision:
- 84:4ed751de613e
- Parent:
- 77:4689596a2f3f
- Child:
- 86:f3c9beec4ee7
--- a/page/page.h Sat Apr 06 11:21:14 2019 +0000 +++ b/page/page.h Sat Apr 06 11:32:45 2019 +0000 @@ -33,4 +33,5 @@ extern void PageAddAjaxLabelled (char* label, char* id); extern void PageAddAjaxLabelledSuffix (char* label, char* id, char* suffix); extern void PageAddAjaxInputToggle (char* label, char* id, char* name); -extern void PageAddAjaxInput (char* label, float inputwidth, char* id, char* name); \ No newline at end of file +extern void PageAddAjaxInput (char* label, float inputwidth, char* id, char* name); +extern void PageAddAjaxInputSuffix (char* label, float inputwidth, char* id, char* name, char* suffix);