Hello,
I would generate programmatically a bunch of links with A() helper from controller, but I fall on syntax error because of data-toggle custom bootstrap attribute (new with html5).
Ex.: UL([ LI(A(l.upper(), _href='#tab1', _data-toggle='tab')) for l in list_of_letters_required ], _class='nav nav-tabs')
Can I pass a arbitrary argument with helpers or should I alter the helper??
Also, since this new html5 feature mean a lot of new attribute all the time what's the plan about that, we can stay behind waiting for new _Attribute get implement all the time...
Thanks.
Richard