Author: visnov Date: Tue Nov 13 11:31:30 2007 New Revision: 41999 URL: http://svn.opensuse.org/viewcvs/yast?rev=41999&view=rev Log: create web dialogs Modified: branches/tmp/sh/mod-ui/web-wt/src/YWebDialog.h branches/tmp/sh/mod-ui/web-wt/src/YWebUI_core.cc Modified: branches/tmp/sh/mod-ui/web-wt/src/YWebDialog.h URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/sh/mod-ui/web-wt/src/YWebDialog.h?rev=41999&r1=41998&r2=41999&view=diff ============================================================================== --- branches/tmp/sh/mod-ui/web-wt/src/YWebDialog.h (original) +++ branches/tmp/sh/mod-ui/web-wt/src/YWebDialog.h Tue Nov 13 11:31:30 2007 @@ -26,7 +26,8 @@ class YWebDialog : public YDialog { -protected: +public: + /** * Constructor. **/ @@ -38,8 +39,6 @@ **/ virtual ~YWebDialog(); -public: - /** * Returns a descriptive name of this widget class for logging, * debugging etc. Modified: branches/tmp/sh/mod-ui/web-wt/src/YWebUI_core.cc URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/sh/mod-ui/web-wt/src/YWebUI_core.cc?rev=41999&r1=41998&r2=41999&view=diff ============================================================================== --- branches/tmp/sh/mod-ui/web-wt/src/YWebUI_core.cc (original) +++ branches/tmp/sh/mod-ui/web-wt/src/YWebUI_core.cc Tue Nov 13 11:31:30 2007 @@ -32,8 +32,7 @@ #include "YWebApplication.h" #include "YWebWidgetFactory.h" #include "YWebOptionalWidgetFactory.h" -#include "YEvent.h" -#include "YUISymbols.h" +#include "YWebDialog.h" using namespace Wt; @@ -219,8 +218,7 @@ YDialog * YWebUI::createDialog( YWidgetOpt & opt ) { - // FIXME - return 0L; + return new YWebDialog( opt ); } -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org