phpMv -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
Loading...
Searching...
No Matches
tplSplitbutton.php
Go to the documentation of this file.
1<?php
2return '<%mTagName% class="%mClass%" %properties%>
3<%tagName% id="split-%identifier%" class="%class%">%btnCaption%</%tagName%>
4<%tagName% id="%identifier%" class="%class%" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
5<span class="caret"></span>
6</%tagName%>
7<ul class="dropdown-menu" role="menu" aria-labelledby="%identifier%">
8%items%
9</ul>
10</%mTagName%>';