TeeChartPHP
[ class tree: TeeChartPHP ] [ index: TeeChartPHP ] [ all elements ]

Source for file tchart.ide.inc.php

Documentation is available at tchart.ide.inc.php

  1. <?php
  2.  
  3.   /**
  4.   *  This file is part of Steema Software
  5.   *  It generates the design time TChart component.
  6.   *
  7.   *  Copyright (c) 2010 Steema Software <info@steema.com>
  8.   */
  9.  
  10.   require_once("vcl/vcl.inc.php");
  11.   use_unit("designide.inc.php");
  12.  
  13.   /**
  14.   * Component editor for the TChartObj component
  15.   *
  16.   */
  17.   class TChartObjEditor extends ComponentEditor
  18.   {
  19.       function getVerbs()
  20.       {
  21.             // echo "Edit...\n";
  22.             echo "About...\n";
  23.       }
  24.  
  25.       function executeVerb($verb)
  26.       {
  27.           switch($verb)
  28.           {
  29.             case 0:
  30.                       echo "TeeChart for PHP v 1.1 Component. ,\n";
  31.                       echo "Copyright (c) 2010 Steema Software.\n";
  32.               echo "All Rights Reserved.\n";
  33.               break;
  34.             }
  35.       }
  36.  
  37.   }
  38. ?>

Documentation generated on Wed, 16 Jun 2010 12:08:26 +0200 by phpDocumentor 1.4.1