A Qcodo based CMS/ecommerce framework
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
381 B

13 years ago
  1. <?php
  2. class QButton extends QButtonBase {
  3. ///////////////////////////
  4. // Button Preferences
  5. ///////////////////////////
  6. // Feel free to specify global display preferences/defaults for all QButton controls
  7. protected $strCssClass = 'button';
  8. // protected $strFontNames = QFontFamily::Verdana;
  9. // protected $strFontSize = '10px';
  10. // protected $blnFontBold = true;
  11. }
  12. ?>