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