Procedural File: controls.inc.php
Source Location: /controls.inc.php
Classes:
Control
Control is the base class for all components that are visible at runtime.
FocusControl
Base class for controls with input focus.
CustomControl
Base class for custom control.
GraphicControl
Base class for controls with graphic capabilities.
CustomListControl
CustomListControl is the base class for controls that display a list of items.
CustomMultiSelectListControl
CustomMultiSelectListControl is the base class for controls that display a list of items and provide multiselection.
Page Details:
This file is part of the VCL for PHP project
Copyright (c) 2004-2008 qadram software S.L. <support@qadram.com> Checkout AUTHORS file for more information on the developers This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
agCenter [line 42]
agLeft [line 41]
agNone [line 40]
agRight [line 43]
alBottom [line 34]
alClient [line 37]
alCustom [line 38]
alLeft [line 35]
alNone [line 32]
alRight [line 36]
alTop [line 33]
crAuto [line 59]
crCrossHair [line 46]
crDefault [line 49]
crEResize [line 51]
crHelp [line 50]
crNEResize [line 52]
crNResize [line 53]
crNWResize [line 54]
crPointer [line 45]
crSEResize [line 58]
crSResize [line 57]
crSWResize [line 56]
crText [line 47]
crWait [line 48]
crWResize [line 55]
Documentation generated on Sat, 13 Jun 2009 10:51:15 -0700 by phpDocumentor 1.4.1
|