#include <stdio.h>
#include "htmlayout_dom.hpp"
#include "htmlayout_value.hpp"
#include "htmlayout_aux.h"
Namespaces | |
| namespace | htmlayout |
Typedefs | |
| typedef std::map< std::wstring, value_t > | htmlayout::named_values |
| Collection (map) of Name/Value pairs. | |
Functions | |
| CTL_TYPE | htmlayout::get_ctl_type (const dom::element &el) |
| Get type of input control this DOM element behaves as. | |
| value_t | htmlayout::get_value (dom::element &el) |
| Get value of the DOM element. | |
| void | htmlayout::set_value (dom::element &el, const value_t &v) |
| Set value of the DOM element. | |
| bool | htmlayout::get_values (const dom::element &el, named_values &all) |
| Get values of all "controls" contained inside the DOM element. | |
| bool | htmlayout::set_values (dom::element &el, named_values &all) |
| Set values of all "controls" contained inside the DOM element by items contained in the all colection. | |
1.5.1-p1