|
8 years ago | |
---|---|---|
.. | ||
approot | 8 years ago | |
docroot | 8 years ago | |
examples | 8 years ago | |
CMakeLists.txt | 11 years ago | |
DeferredWidget.h | 14 years ago | |
EmwebLoadingIndicator.C | 12 years ago | |
EmwebLoadingIndicator.h | 15 years ago | |
EventsDemo.C | 12 years ago | |
EventsDemo.h | 12 years ago | |
FormWidgets.C | 8 years ago | |
FormWidgets.h | 12 years ago | |
GraphicsWidgets.C | 9 years ago | |
GraphicsWidgets.h | 9 years ago | |
Layout.C | 11 years ago | |
Layout.h | 11 years ago | |
Media.C | 12 years ago | |
Media.h | 12 years ago | |
Navigation.C | 12 years ago | |
Navigation.h | 12 years ago | |
README.md | 12 years ago | |
Sample.h | 12 years ago | |
Services.C | 11 years ago | |
Services.h | 12 years ago | |
TopicTemplate.C | 9 years ago | |
TopicTemplate.h | 12 years ago | |
TopicWidget.C | 11 years ago | |
TopicWidget.h | 11 years ago | |
TreesTables.C | 10 years ago | |
TreesTables.h | 12 years ago | |
WidgetGallery.C | 11 years ago | |
WidgetGallery.h | 12 years ago | |
main.C | 8 years ago |
This is the widget gallery, which serves more as a directory of widgets available in Wt.
This application illustrates a recommended deployment setup for a more involved application, separating:
To run the application using the built-in httpd, you thus need to:
cd widgetgallery/docroot
ln -s ../../../resources . # include standard Wt resource files in docroot
cd ..
../../build/examples/widgetgallery/widgetgallery.wt \
--docroot docroot --approot approot \
--http-address 0.0.0.0 --http-port 8080