mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-25 06:36:37 +01:00
impl checked event
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user