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

Source for file Setup.php

Documentation is available at Setup.php

  1. <?
  2. /**
  3. * Setup of the Form system constants
  4. * Use the default value if not defined
  5. *
  6. * @package form
  7. * @filesource
  8. * @see HTML_FORM_RESOURCE_PATH/Setup.php
  9. * @copyright (c) http://Finn-Rasmussen.com
  10. * @license http://Finn-Rasmussen.com/license/ myPHP License conditions
  11. * @author http://Finn-Rasmussen.com
  12. * @version 1.9
  13. * @since 21-oct-2005
  14. */
  15.  
  16. /**
  17. * @global String BUTTON_SEND_TEXT The Button Send Text
  18. */
  19. if (!defined('BUTTON_SEND_TEXT')) {
  20. define('BUTTON_SEND_TEXT' ,'Send');
  21. }
  22. if (!defined('BUTTON_RESET_TEXT')) {
  23. define('BUTTON_RESET_TEXT' ,'Reset');
  24. }
  25. if (!defined('BUTTON_CANCEL_TEXT')) {
  26. define('BUTTON_CANCEL_TEXT','Cancel');
  27. }
  28. if (!defined('BUTTON_SUBMIT_TEXT')) {
  29. define('BUTTON_SUBMIT_TEXT','Submit');
  30. }
  31. if (!defined('BUTTON_CANCEL_ONCLICK')) {
  32. define('BUTTON_CANCEL_ONCLICK','history.back();');
  33. }
  34. ?>

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