CppCMS
|
The widget that uses a set of radio buttons.. More...
#include <cppcms/form.h>
Public Member Functions | |
virtual void | render_input (form_context &context) |
bool | vertical () |
void | vertical (bool) |
The widget that uses a set of radio buttons..
virtual void cppcms::widgets::radio::render_input | ( | form_context & | context | ) | [virtual] |
This is a virtual member function that should be implemented by each widget. It executes the actual rendering of the HTML form.
Implements cppcms::widgets::select_base.
bool cppcms::widgets::radio::vertical | ( | ) |
Return the rendering order
void cppcms::widgets::radio::vertical | ( | bool | ) |
Set rendering order of the list one behind other (default) or in same line.
Baiscally it defines whether the radio buttons should appear in row (false) or in column (true).