semilimes mcu sdk 0.1
semilimes Software Development Kit for microcontrollers
Loading...
Searching...
No Matches
FcTextBox Class Reference

Public Member Functions

 FcTextBox (char *json)
 
void setObj (char *refname, char *title, char *value, bool reqSel=false)
 

Constructor & Destructor Documentation

◆ FcTextBox()

FcTextBox::FcTextBox ( char * json)
inline
Parameters
json- it is the char array that will contain the whole json script
Returns
void

Member Function Documentation

◆ setObj()

void FcTextBox::setObj ( char * refname,
char * title,
char * value,
bool reqSel = false )
Parameters
refname- it is the reference name of the object
title- is the textbox title
value- is the text pre-populated in the textbox and the text input by the user at form submission
reqSel- sets this component interaction as required before submitting the parent form
Returns
void

The documentation for this class was generated from the following files: