impl checked event

This commit is contained in:
Peter Schojer
2008-09-18 11:58:49 +00:00
parent 16d9cb557a
commit b1c5c8b484
4 changed files with 53 additions and 3 deletions

View File

@@ -43,6 +43,10 @@ namespace Poco {
namespace WebWidgets {
const std::string ToggleButtonCell::FIELD_VAL("val");
const std::string ToggleButtonCell::EV_CHECKED("checked");
ToggleButtonCell::ToggleButtonCell(View* pOwner, const std::string& label, bool checked):
Cell(pOwner, typeid(ToggleButtonCell)),
_label(label)