Hello,

> 1. I have ?_=  before my internal paths. What is it? How can I remove it?
If your Wt version is >= 3.1.9, you can use
--docroot="/path/to/docroot/;/resources,/img,/favicon.ico,/etc"
Here /path/to/docroot/ is path in filesystem (e.g. /usr/share/Wt/),
and /resources and others are paths (parts of URL, maybe subdirs of
docroot) that correspond to files, not to internal paths.

> 2. I set up auth module but that verification mail (Ex:
> no-re...@mydomain.com as auth-mail-sender-address, using default
> configuration of Sendmail in my ubuntu VPS) goes into spam in gmail.
> What should I do. I have an extra Open Xchange mail account for my
> domain. Can I use it with authentication module? Can I use my
> PositiveSSL?
You can set up local mail daemon.
Instructions:
Postfix: http://bit.ly/OcGopv (asynchronous)
Exim4: http://wiki.debian.org/GmailAndExim4 (synchronous)

> 3. Is there an easy way to find CSS information of a widget. Where are
> they located? How can I change the view of it?
To change style of widget:
see WCssDecorationStyle
see WCssStyleSheet::addRule

I do not know how to change self style of widget.
To change HTML properties of widget, use WWidget::setAttributeValue.

To get CSS class information:

a) Most useful tool is Chrome debugger.

b) For newer Wt versions, CSS classes are in description of WCssTheme:
http://www.webtoolkit.eu/wt/doc/reference/html/classWt_1_1WCssTheme.html

c) For older Wt versions CSS classes of some Wt classes are provided
in documentation, for example WTableView.

--
Boris Nagaev

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to