mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-19 12:42:30 +02:00
added exception handling in Requesthandler, added WebWidgetsException
This commit is contained in:
@@ -142,13 +142,13 @@ void Utility::initialize(ResourceManager::Ptr ptr, const Poco::Path& extJSDir)
|
||||
ptr->appendJSInclude(Poco::Path(aDir, "ext-base.js"));
|
||||
ptr->appendJSInclude(Poco::Path(aDir, "ext-all.js"));
|
||||
ptr->appendJSInclude(Poco::Path(aDir, "DDView.js"));
|
||||
ptr->appendJSInclude(Poco::Path(aDir, "MultiSelect.js"));
|
||||
ptr->appendJSInclude(Poco::Path(aDir, "Multiselect.js"));
|
||||
|
||||
Poco::Path cssAll("resources/css/ext-all.css");
|
||||
cssAll.makeFile();
|
||||
|
||||
ptr->appendCSSInclude(Poco::Path(aDir, cssAll));
|
||||
ptr->appendCSSInclude(Poco::Path(aDir, "MultiSelect.css"));
|
||||
ptr->appendCSSInclude(Poco::Path(aDir, "Multiselect.css"));
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user