Hey Tobias, 2010/11/1 Tobias Wahl <[email protected]>: > Hi! > > Is there any way to modify the wt-generated header of the html source-code? > > To integrate a wt-based site into a content-management-system I have to > modify the generated source code.
Would the widget-set mode be a solution for you? In this usage, Wt does not actually host its own HTML page, but rather generates the JavaScript to integrate itself in another page, a bit like a Google Maps widget. See the widgetset feature example. The main limitation of the widget set mode is that it doesn't work without JavaScript support. If the CMS is a page-based system you will lose the state of the Wt-widget across different page accesses in the CMS -- I cannot see a way around this limitation. Regards, koen ------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
