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
386 B

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