Hello, I would like to append a tooltip beside labels, something like that :
db.table.field.label = T(dblabels[concat]), A(I(_class='icon-info-sign'),
_href="##", _id="example1", _rel="popover", **{'_data-content': 'Help
comment here!', '_data-original-title': 'Help comment title...'})
Not working... It return a tuple, the other test I did, I could only get a
text out of that.
I would avoid to have to manipulate form once created to insert those
tooltip...
Anyone have a idea?
Thanks
Richard
--

