Recent PmWiki versions have "input button" similar to "input submit":
(:input button value="Red button" id=button_id class="btn btn-red":)
This is translated to <input type="button" ... /> however, not to
<button...> and unlike it the label or value can only be plain text.
If you must have a <button> element instead, you should make a custom
markup.
Petko
--
If you upgrade : http://www.pmwiki.org/Upgrades
On 01/09/2021 18:35, ABClf wrote:
I'm playing with css now and I'm just discover I don't know how to
create a button in pmwiki markup ;
my purpose is to be able to create something rendering in html as :
<button type="button" class="btn btn-red">Red button</button>
_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users