CppCMS
|
The widget that uses a drop-down list for selection. More...
#include <cppcms/form.h>
Public Member Functions | |
virtual void | render_input (form_context &context) |
The widget that uses a drop-down list for selection.
virtual void cppcms::widgets::select::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.