Project

General

Profile

Wt::Template and applyArguments

Added by Emeric Poupon almost 4 years ago

Hello,

I noticed that currently we can only add class="some class" in template arguments.

Something like that:

${container class="mycontainer"}

How can I pass non "class" arguments? I would like to set tooltips using tooltips.js from bootstrap3 but the only way is to do this in C using setAttributeValue.