updated MultiSelect

This commit is contained in:
Peter Schojer
2008-09-29 06:36:46 +00:00
parent 6ea765969d
commit 9bc329f95d
8 changed files with 45 additions and 44 deletions

View File

@@ -1117,7 +1117,7 @@ void ExtJSTest::testListBox()
ptrList->insert(std::string("FirstSelected"), true);
ptrList->insert(std::string("Second"), false);
ptrList->insert(std::string("SecondSelected"), true);
ptrList->rowSelected.setServerCallback(Poco::WebWidgets::SC_YES);
ptrList->selectionChanged.setServerCallback(Poco::WebWidgets::SC_YES);
std::ostringstream ostr;
std::ofstream fstr("testListBox.html");