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

The widget that uses a set of radio buttons.. More...

#include <cppcms/form.h>

Inheritance diagram for cppcms::widgets::radio:
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)
bool vertical ()
void vertical (bool)

Detailed Description

The widget that uses a set of radio buttons..


Member Function Documentation

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.

Return the rendering order

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).


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