1#ifndef _fc_single_choice_
2#define _fc_single_choice_
11 char* jsonArray =
nullptr;
16 char mode[2][9] = {
"list",
"dropdown"};
53 void set(
const char* refname,
const char* title,
bool reqSel,
const char*
mode,
const char* value);
69 void addOptions(
const char* name,
const char* value);
Definition fc_single_choice.h:7
char mode[2][9]
Definition fc_single_choice.h:16
void appendOptions()
Definition fc_single_choice.cpp:81
void addOptions(const char *name, const char *value)
Definition fc_single_choice.cpp:48
~FcSingleChoice()
Definition fc_single_choice.h:29
char * get()
Definition fc_single_choice.cpp:103
void set(const char *refname, const char *title, bool reqSel, const char *mode, const char *value)
Definition fc_single_choice.cpp:20