1
2
3
4
5
6
7
8
|
<?php $items = array ( new SpawTbDropdown("core", "fontname", "isStandardFunctionEnabled", "standardFunctionStatusCheck", "fontFamilyChange"), new SpawTbDropdown("core", "fontsize", "isStandardFunctionEnabled", "standardFunctionStatusCheck", "fontSizeChange"), new SpawTbImage("core", "separator"), ); ?>
|