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

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 is the base class for controls that display text on a form.
Label
Use Label to add text that the user can't edit to a page. This text can be used to label another control specifying about its usage.
CustomEdit
Base class for Edit controls.
Edit
Use an Edit object to put a standard HTML edit control on a form. Edit controls are used to retrieve text that users type. Edit controls can also display text to the user.
CustomMemo
CustomMemo is the base class for memo components, which are multiline edit boxes, including Memo.
Memo
Memo is a wrapper for an HTML multiline edit control.
CustomListBox
Base class for Listbox controls, such as ListBox and ComboBox.
ListBox
ListBox displays a collection of items in a scrollable list.
ComboBox
A class to encapsulate a combobox control.
ButtonControl
ButtonControl is a base class for push button controls.
Button
Button is a push button control.
CustomCheckBox
Base class for Checkbox controls.
CheckBox
CheckBox represents a check box that can be on (checked) or off (unchecked)
RadioButton
Use RadioButton to add an indipendent radio button to a form.
ScrollBar
ScrollBar is used to scroll the contents of a window, form, or control.
CustomUpload
Base class for Upload class
Upload
Allows the user to upload a file to the server.


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









bsNone [line 1117]

bsNone = 'bsNone'

[ Top ]



bsSingle [line 1118]

bsSingle = 'bsSingle'

[ Top ]



btNormal [line 4107]

btNormal = 'btNormal'

[ Top ]



btReset [line 4106]

btReset = 'btReset'

[ Top ]



btSubmit [line 4105]

btSubmit = 'btSubmit'

[ Top ]



ecLowerCase [line 1121]

ecLowerCase = 'ecLowerCase'

[ Top ]



ecNormal [line 1122]

ecNormal = 'ecNormal'

[ Top ]



ecUpperCase [line 1123]

ecUpperCase = 'ecUpperCase'

[ Top ]



sbHorizontal [line 5144]

sbHorizontal = 'sbHorizontal'

[ Top ]



sbVertical [line 5145]

sbVertical = 'sbVertical'

[ Top ]




__QLibrary_InitLib [line 86]

void __QLibrary_InitLib( )

Init qooxdoo library, only once



[ Top ]



__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
[ Top ]



Documentation generated on Sat, 13 Jun 2009 10:51:57 -0700 by phpDocumentor 1.4.1