On Apr 22, 2012, at 9:09 PM, pbreit wrote: > How can I make this <a> tag with A()? > > <a class="btn" data-toggle="modal" href="#myModal" >Launch Modal</a>
I'd try something like A('Launch Modal', **{ '_class' : 'btn', '_data-toggle' :
'modal', '_href' : '#myModal'})

