style class for placeholders in XHTML
Added by Pat Ivory almost 11 years ago
In some digging for information I came across the following thread
http://redmine.webtoolkit.eu/boards/2/topics/1291?r=1302#message-1302
What is the status on Koen's comment, with respect to the setting of the style class from within the template?
Koen Deforche wrote:
Hey,
You should use a WTemplate placeholder (e.g. ${search-edit}), and then bind a WLineEdit to it with the respective style class (we have a feature request for being able to set the style class also from within the template which would be handy here, but this has not yet been implemented).
Please take a look at how the blog example uses WTemplate with line edits for e.g. the login screen.
Regards,
koen
Cheers,
Pat