#include <ContentViewer.h>
Public Member Functions | |
ContentViewer (std::string the_url, std::string top, std::string left) | |
position of the widget More... | |
void | printHTML (xgi::Output *out) |
void | printSelectHTML (xgi::Output *out, std::string name, std::string onchange) |
~ContentViewer () | |
Public Member Functions inherited from WebElement | |
std::string | get_pix_left () |
std::string | get_pix_top () |
std::string | get_url () |
WebElement (std::string the_url, std::string top, std::string left) | |
virtual | ~WebElement () |
This is the class that should be instantiated in case the user wants to have a select menu, the elements of which, submit a request when clicked on.
Definition at line 14 of file ContentViewer.h.
|
inline |
position of the widget
top | url of the application |
Definition at line 20 of file ContentViewer.h.
|
inline |
Definition at line 25 of file ContentViewer.h.
|
virtual |
Implements WebElement.
Definition at line 4 of file ContentViewer.cc.
References WebElement::get_pix_left(), WebElement::get_pix_top(), position, printSelectHTML(), and asciidump::table.
void ContentViewer::printSelectHTML | ( | xgi::Output * | out, |
std::string | name, | ||
std::string | onchange | ||
) |
Definition at line 23 of file ContentViewer.cc.
References benchmark_cfg::select.
Referenced by printHTML().