Procedural File: stdctrls.inc.php
Source Location: /stdctrls.inc.php
Classes:
DWidget
Base class for DynAPI widgets
QWidget
Base class for qooxdoo widgets
CustomLabel
CustomLabel class
Label
Label class derived from CustomLabel.
CustomEdit
CustomEdit class
Edit
Edit class
CustomMemo
CustomMemo class
Memo
Memo class
CustomListBox
CustomListBox class
ListBox
Listbox class
ComboBox
Combobox class
ButtonControl
ButtonControl class
Button
Button class
CustomCheckBox
CustomCheckBox class
CheckBox
CheckBox class
RadioButton
RadioButton class
ScrollBar
ScrollBar class
Page Details:
This file is part of the VCL for PHP project
Copyright (c) 2004-2007 qadram software <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
Tags:
bsNone [line 937]
bsSingle [line 938]
btNormal [line 3631]
btReset [line 3630]
btSubmit [line 3629]
ecLowerCase [line 941]
ecNormal [line 942]
ecUpperCase [line 943]
sbHorizontal [line 4688]
sbVertical [line 4689]
__QLibrary_InitLib [line 86]
void __QLibrary_InitLib(
)
|
|
Init qooxdoo library, only once
__QLibrary_SetCursor [line 107]
void __QLibrary_SetCursor(
string $Name, string $Cursor)
|
|
Set widget cursor
Parameters
string |
$Name |
Component Name |
string |
$Cursor |
Cursor to be set |
|