<div dir="ltr"><div class="gmail_default" style="font-family:courier new,monospace;font-size:small;color:#073763">Haha! Yes I already use that for the really tricky layouts such as adding an <h4> embedded in a link <a> :| but I was just thinking for pmWiki to integrate with common (and popular) frameworks there are plenty of attributes that need to be added. If it is as simple as the example you previously sent then they could be encapsulated in a Bootstrap or jqueryui cookbook can it not?. Can it be done simply? - I have some time I could devote to it.</div>

<div class="gmail_default" style="font-family:courier new,monospace;font-size:small;color:#073763"><br></div><div class="gmail_default" style="font-family:courier new,monospace;font-size:small;color:#073763">Rgds</div><div class="gmail_default" style="font-family:courier new,monospace;font-size:small;color:#073763">

Brian</div><div class="gmail_default" style="font-family:courier new,monospace;font-size:small;color:#073763"><br></div></div><div class="gmail_extra"><br clear="all"><div><font style="font-family:verdana,sans-serif" face="'courier new', monospace"><div>
<div style="text-align:left"><font size="1"><b><br><img src="http://clickmarlow.co.uk/1/images/logos/click150.jpg" height="40" width="60"><br>Brian Tibbels</b></font></div></div></font><div><font style="font-family:verdana,sans-serif" face="'courier new', monospace" size="1"><i>IT support for small business and the individual</i></font><font style="font-family:verdana,sans-serif" face="'courier new', monospace" size="1"><br>
</font><div><font style="font-family:verdana,sans-serif" face="'courier new', monospace" size="1"><a href="http://clickmarlow.co.uk/" target="_blank">http://clickmarlow.co.uk/</a><br></font><div style="font-family:verdana,sans-serif">
<font size="1"><b>m</b>: 07804 109906<b> | t</b>: 01628 477640</font></div><div style="font-family:verdana,sans-serif"><font size="1"><br></font></div></div></div></div>
<br><br><div class="gmail_quote">On 11 November 2013 09:05, Petko Yotov <span dir="ltr"><<a href="mailto:5ko@5ko.fr" target="_blank">5ko@5ko.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Brian Tibbels writes:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
« HTML content follows »<div class="im"><br>
Many thanks Petko - how feasible is it to allow any attribute regardless, in the way that html tags work so that any attribute can be added to any tag?<br>
</div></blockquote>
<br>
You probably want <a href="http://www.pmwiki.org/wiki/Cookbook/EnableHTML" target="_blank">http://www.pmwiki.org/wiki/<u></u>Cookbook/EnableHTML</a> .<span class="HOEnZb"><font color="#888888"><br>
<br>
Petko</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 11 November 2013 06:00, Petko Yotov wrote:<br>
   Brian Tibbels writes:<br>
     In attempting to build a site in Bootstrap3 and I am trying to      add/insert :<br>
<br>
     class="form-horizontal" role="form"<br>
<br>
     to (:input auth_form :)<br>
<br>
   The (:input auth_form:) markup does not allow custom attributes up to    version 2.2.57, but I enabled them in Subversion so this will be easier in    the next verison.<br>
<br>
   In config.php, first we enable the role attribute:<br>
<br>
    $PostConfig[create_function('<u></u>$pn','$GLOBALS["InputAttrs"]   []="role";')]=100;<br>
<br>
<br>
   Then we redefine the auth_form markup (not needed in 2.2.58 and later):<br>
<br>
    $InputTags['auth_form'] = array(<br>
      ':html' => "<form \$InputFormArgs>\$PostVars",<br>
      'action' => str_replace("'", '%37',    stripmagic($_SERVER['REQUEST_<u></u>URI'])),<br>
      'method' => 'post',<br>
      'name' => 'authform');<br>
<br>
<br>
   Then, in the wiki page (eg. Site.AuthForm) we use:<br>
<br>
    (:input auth_form class="form-horizontal" role="form":)<br>
<br>
   Petko<br>
</blockquote>
<br>
<br>
______________________________<u></u>_________________<br>
pmwiki-users mailing list<br>
<a href="mailto:pmwiki-users@pmichaud.com" target="_blank">pmwiki-users@pmichaud.com</a><br>
<a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users" target="_blank">http://www.pmichaud.com/<u></u>mailman/listinfo/pmwiki-users</a><br>
</div></div></blockquote></div><br></div>