CppCMS
Public Member Functions
cppcms::widgets::select Class Reference

The widget that uses a drop-down list for selection. More...

#include <cppcms/form.h>

Inheritance diagram for cppcms::widgets::select:
cppcms::widgets::select_base cppcms::widgets::base_widget cppcms::base_form booster::noncopyable cppcms::form_flags

List of all members.

Public Member Functions

virtual void render_input (form_context &context)

Detailed Description

The widget that uses a drop-down list for selection.


Member Function Documentation

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.


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