Source for file DBMS_FIELD_SQLSTATEMENT.phpclass
Documentation is available at DBMS_FIELD_SQLSTATEMENT.phpclass
* Class file DBMS_FIELD_SQLSTATEMENT.phpclass
* @project Open CSP-Management
* @author Peter Krebs <pitlinz@users.sourceforge.net>
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
require_once dirname(__FILE__
).
_OCSP_DIRSEP_.
"DBMS_FIELD_TEXTAREA.phpclass";
* Class DBMS_FIELD_SQLSTATEMENT
* @project Open CSP-Management
* @author Peter Krebs <pitlinz@users.sourceforge.net>
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* source file of the class
* @var string $classSrcFile
* @param boolean $showSize
* @param boolean $showSortFld
* @param boolean $showDBFld
* returns the html code for a editable formular element
* @param mixed $aValue the value to set
* @param string $nameAdd append something to name like "[VALUE]" for search forms
* @global array $OCSP_CONF
function getInputTag($aValue,$arrName=
"DBVAL",$nameAdd=
"",$debug=
FALSE) {
$tag=
"<img src=\"".
$OCSP_CONF['SYSIMGURL'].
"/icons-16x16/utilities.png\" border=\"0\" alt=\"SQL-Editor\" class=\"button\" onClick=\"";
$tag.=
"\t\turl='".
$OCSP_CONF['SYSTEMURL'].
"forms/sqlStatement.php';\n";
$tag.=
"\t\turl+='&FLDNAME=".
$this->myName.
"';\n";
$tag.=
"\t\twnd=openWindow('selectgen_".
$this->myName.
"',url,700,600);\n";
$tag.=
parent::getInputTag($aValue,$arrName,$nameAdd,$debug);
} // end class DBMS_FIELD_SQLSTATEMENT
Documentation generated on Thu, 08 Jan 2009 17:42:55 +0100 by phpDocumentor 1.4.0a2