phpDocumentor form
[ class tree: form ] [ index: form ] [ all elements ]

Source for file Default.php

Documentation is available at Default.php

  1. <?
  2. /**
  3. * The Form Default resource file.
  4. * Setup of the Default Form system constants
  5. * This file must be included after the Define.php
  6. *
  7. * @package form
  8. * @filesource
  9. * @see HTML_FORM_RESOURCE_PATH/Default.php
  10. * @copyright (c) http://Finn-Rasmussen.com
  11. * @license http://Finn-Rasmussen.com/license/ myPHP License conditions
  12. * @author http://Finn-Rasmussen.com
  13. * @version 1.9
  14. * @since 21-oct-2005
  15. */
  16.  
  17. /**
  18. * @global DEFAULT_INPUT_TEXTAREA_LIMIT When to show a text filed or a textarea field
  19. */
  20. define('DEFAULT_INPUT_TEXTAREA_LIMIT',150);
  21.  
  22. /**
  23. * @global DEFAULT_FORM_VIEW_XYZ Default Form view xyz, to show as a table
  24. */
  25. define('DEFAULT_FORM_VIEW_WIDTH', '323');
  26. define('DEFAULT_FORM_VIEW_BORDER', '0');
  27. define('DEFAULT_FORM_VIEW_CLASS', 'Border');
  28. define('DEFAULT_FORM_VIEW_CELLPADDING', '10');
  29. define('DEFAULT_FORM_VIEW_CELLSPACING', '0');
  30.  
  31. $DEFINE_DEFAULT_FORM_VIEW =
  32. array(
  33. 'ARRAY_NAME'=>'$DEFINE_DEFAULT_FORM_VIEW',
  34. 'DEFAULT_FORM_VIEW_WIDTH'=>DEFAULT_FORM_VIEW_WIDTH,
  35. 'DEFAULT_FORM_VIEW_BORDER'=>DEFAULT_FORM_VIEW_BORDER,
  36. 'DEFAULT_FORM_VIEW_CLASS'=>DEFAULT_FORM_VIEW_CLASS,
  37. 'DEFAULT_FORM_VIEW_CELLPADDING'=>DEFAULT_FORM_VIEW_CELLPADDING,
  38. 'DEFAULT_FORM_VIEW_CELLSPACING'=>DEFAULT_FORM_VIEW_CELLSPACING,
  39. );
  40.  
  41. ?>

Documentation generated on Thu, 22 Dec 2005 17:06:00 +0100 by phpDocumentor 1.3.0RC3