PHP 클래스 ExamplesForm, qcodo

상속: extends QForm
파일 보기 프로젝트 열기: qcodo/qcodo 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$btnBlah
$btnButton
$btnButton2
$btnCalculator
$btnCancel
$btnDisplaySimpleMessage
$btnDisplaySimpleMessageJsOnly
$btnEn
$btnEs
$btnSave
$dlgCalculatorWidget
$dlgSimpleMessage Local declarations of our Qcontrols
$dtgProjects Local declarations of the DataGrid
$intCounter The class member variable of the intCounter to show off a Qform's state
$lblFirstName Local declarations of our Qcontrols
$lblHandle Local declarations of our Qcontrols
$lblLastName
$lblMessage Local declarations of our Qcontrols
$lstPersons A listbox of Persons
$lstProjects Local declarations of our Qcontrols
$mctPerson Local instance of a Person MetaControl
$objCounter1 Lets declare our Custom Composite Controls
$objCounter2
$objCounter3
$pnlDropZone1
$pnlDropZone2
$pnlHorizontalResizer
$pnlLeft
$pnlLeftBottom
$pnlLeftTop Local declarations of our QPanels to Resize
$pnlPanel Local declarations of our Qcontrols
$pnlRight
$pnlVerticalResizer are also QPanels)
$pxyExample
$txtBlah
$txtFirstName
$txtLastName
$txtTextbox
$txtValue

공개 메소드들

메소드 설명
CloseRightPanel ( $blnUpdatesMade ) Method Call back for any of the RightPanel panels (see note in ProjectViewPanel for more information)
btnCalculator_Close ( ) This needs to be a public method

보호된 메소드들

메소드 설명
Form_Create ( ) Initialize our Controls during the Form Creation process
Form_Exit ( )
Form_Load ( )
Form_PreRender ( )
Form_Run ( )
Form_Validate ( )
Unselect ( )
btnButton_Click ( $strFormId, $strControlId, $strParameter ) The "btnButton_Click" Event handler
btnCalculator_Click ( $strFormId, $strControlId, $strParameter )
btnCancel_Click ( $strFormId, $strControlId, $strParameter )
btnDisplaySimpleMessage_Click ( $strFormId, $strControlId, $strParameter )
btnSave_Click ( $strFormId, $strControlId, $strParameter ) Define the Event Handlers
button_Click ( $strFormId, $strControlId, $strParameter ) The "btnButton_Click" Event handler
lblFirstName_Click ( $strFormId, $strControlId, $strParameter )
lblLastName_Click ( $strFormId, $strControlId, $strParameter )
lstPersons_Change ( $strFormId, $strControlId, $strParameter ) Handle the changing of the listbox
lstProjects_Change ( $strFormId, $strControlId, $strParameter ) The "btnButton_Click" Event handler
pxyExample_Click ( $strFormId, $strControlId, $strParameter ) use a DisplayAlert() call as a stub function. Hopefully, you get the idea. =)

메소드 상세

CloseRightPanel() 공개 메소드

Method Call back for any of the RightPanel panels (see note in ProjectViewPanel for more information)
public CloseRightPanel ( $blnUpdatesMade )

Form_Create() 보호된 메소드

Initialize our Controls during the Form Creation process
protected Form_Create ( )

Form_Exit() 보호된 메소드

protected Form_Exit ( )

Form_Load() 보호된 메소드

protected Form_Load ( )

Form_PreRender() 보호된 메소드

protected Form_PreRender ( )

Form_Run() 보호된 메소드

protected Form_Run ( )

Form_Validate() 보호된 메소드

protected Form_Validate ( )

Unselect() 보호된 메소드

protected Unselect ( )

btnButton_Click() 보호된 메소드

The "btnButton_Click" Event handler
protected btnButton_Click ( $strFormId, $strControlId, $strParameter )

btnCalculator_Click() 보호된 메소드

protected btnCalculator_Click ( $strFormId, $strControlId, $strParameter )

btnCalculator_Close() 공개 메소드

This needs to be a public method
public btnCalculator_Close ( )

btnCancel_Click() 보호된 메소드

protected btnCancel_Click ( $strFormId, $strControlId, $strParameter )

btnDisplaySimpleMessage_Click() 보호된 메소드

protected btnDisplaySimpleMessage_Click ( $strFormId, $strControlId, $strParameter )

btnSave_Click() 보호된 메소드

Define the Event Handlers
protected btnSave_Click ( $strFormId, $strControlId, $strParameter )

button_Click() 보호된 메소드

The "btnButton_Click" Event handler
protected button_Click ( $strFormId, $strControlId, $strParameter )

lblFirstName_Click() 보호된 메소드

protected lblFirstName_Click ( $strFormId, $strControlId, $strParameter )

lblLastName_Click() 보호된 메소드

protected lblLastName_Click ( $strFormId, $strControlId, $strParameter )

lstPersons_Change() 보호된 메소드

Handle the changing of the listbox
protected lstPersons_Change ( $strFormId, $strControlId, $strParameter )

lstProjects_Change() 보호된 메소드

The "btnButton_Click" Event handler
protected lstProjects_Change ( $strFormId, $strControlId, $strParameter )

pxyExample_Click() 보호된 메소드

use a DisplayAlert() call as a stub function. Hopefully, you get the idea. =)
protected pxyExample_Click ( $strFormId, $strControlId, $strParameter )

프로퍼티 상세

$btnBlah 보호되어 있는 프로퍼티

protected $btnBlah

$btnButton 보호되어 있는 프로퍼티

protected $btnButton

$btnButton2 보호되어 있는 프로퍼티

protected $btnButton2

$btnCalculator 보호되어 있는 프로퍼티

protected $btnCalculator

$btnCancel 보호되어 있는 프로퍼티

protected $btnCancel

$btnDisplaySimpleMessage 보호되어 있는 프로퍼티

protected $btnDisplaySimpleMessage

$btnDisplaySimpleMessageJsOnly 보호되어 있는 프로퍼티

protected $btnDisplaySimpleMessageJsOnly

$btnEn 보호되어 있는 프로퍼티

protected $btnEn

$btnEs 보호되어 있는 프로퍼티

protected $btnEs

$btnSave 보호되어 있는 프로퍼티

protected $btnSave

$dlgCalculatorWidget 보호되어 있는 프로퍼티

protected $dlgCalculatorWidget

$dlgSimpleMessage 보호되어 있는 프로퍼티

Local declarations of our Qcontrols
protected $dlgSimpleMessage

$dtgProjects 보호되어 있는 프로퍼티

Local declarations of the DataGrid
protected $dtgProjects

$intCounter 보호되어 있는 프로퍼티

The class member variable of the intCounter to show off a Qform's state
protected $intCounter

$lblFirstName 보호되어 있는 프로퍼티

Local declarations of our Qcontrols
protected $lblFirstName

$lblHandle 보호되어 있는 프로퍼티

Local declarations of our Qcontrols
protected $lblHandle

$lblLastName 보호되어 있는 프로퍼티

protected $lblLastName

$lblMessage 보호되어 있는 프로퍼티

Local declarations of our Qcontrols
protected $lblMessage

$lstPersons 보호되어 있는 프로퍼티

A listbox of Persons
protected $lstPersons

$lstProjects 보호되어 있는 프로퍼티

Local declarations of our Qcontrols
protected $lstProjects

$mctPerson 보호되어 있는 프로퍼티

Local instance of a Person MetaControl
protected $mctPerson

$objCounter1 보호되어 있는 프로퍼티

Lets declare our Custom Composite Controls
protected $objCounter1

$objCounter2 보호되어 있는 프로퍼티

protected $objCounter2

$objCounter3 보호되어 있는 프로퍼티

protected $objCounter3

$pnlDropZone1 보호되어 있는 프로퍼티

protected $pnlDropZone1

$pnlDropZone2 보호되어 있는 프로퍼티

protected $pnlDropZone2

$pnlHorizontalResizer 보호되어 있는 프로퍼티

protected $pnlHorizontalResizer

$pnlLeft 보호되어 있는 프로퍼티

protected $pnlLeft

$pnlLeftBottom 보호되어 있는 프로퍼티

protected $pnlLeftBottom

$pnlLeftTop 보호되어 있는 프로퍼티

Local declarations of our QPanels to Resize
protected $pnlLeftTop

$pnlPanel 보호되어 있는 프로퍼티

Local declarations of our Qcontrols
protected $pnlPanel

$pnlRight 보호되어 있는 프로퍼티

protected $pnlRight

$pnlVerticalResizer 보호되어 있는 프로퍼티

are also QPanels)
protected $pnlVerticalResizer

$pxyExample 보호되어 있는 프로퍼티

protected $pxyExample

$txtBlah 보호되어 있는 프로퍼티

protected $txtBlah

$txtFirstName 보호되어 있는 프로퍼티

protected $txtFirstName

$txtLastName 보호되어 있는 프로퍼티

protected $txtLastName

$txtTextbox 보호되어 있는 프로퍼티

protected $txtTextbox

$txtValue 보호되어 있는 프로퍼티

protected $txtValue