Quick search:

PntCheckboxWidget
PntDialogWidget
PntFormWidget
PntMtoNDialogWidget
PntSelectWidget
PntTextAreaWidget
PntTextWidget
PntDialogWidget
getName
initialize
openPopUpFor<?php $this->printFormKey
printBody
printClearButton
printDialogSize
printDialogUrlNoId
printLabelKey
printLabelValue
printReplyScriptPiece
printTextSize
setDialogClass
setDialogSize
setDialogUrlNoId
setLabelKey
setLabelValue
setShowClearButton
setTextSize

<?php
// Copyright (c) MetaClass, 2003-2007
// Licensed under the Academic Free License version 3.0

includeClass('PntFormWidget', 'pnt/web/widgets');

/** FormWidget that generates html specifying textfield
* and a button. Both will react to a click by open a Dialog.
* When the dialog is closed it calls a funcion specified by
* this Widget to set the new value and label in this Widget. 
*
* This abstract superclass provides behavior for the concrete
* subclass DialogWidget in the widgets classFolder. 
* To keep de application developers code (including localization overrides) 
* separated from the framework code override methods in the 
* concrete subclass rather then modify them here.
* @see http://www.phppeanuts.org/site/index_php/Menu/178
* @see http://www.phppeanuts.org/site/index_php/Pagina/65
* @package pnt/widgets
*/
class PntDialogWidget extends PntFormWidget {

	var $labelValue;
	var $showClearButton;