CppCMS
|
This widget represents a hidden input form element. It is used to provide information invisible to the user. More...
#include <cppcms/form.h>
Public Member Functions | |
virtual void | render (form_context &context) |
This widget represents a hidden input form element. It is used to provide information invisible to the user.
I has the same properties as a text widget has but it does not render any HTML for message(), help() and other informational types.
When you render the form in templates, it is a good idea to render it separately to make sure that no invalid HTML is created.
virtual void cppcms::widgets::hidden::render | ( | form_context & | context | ) | [virtual] |
Render the HTML of the widget. It overrides the default HTML rendering as hidden widget is never displayed.
Reimplemented from cppcms::widgets::base_widget.