Class DBMS_FIELD_DBLOOKUPPOPUPSELECT

Description

Class DBMS_FIELD_DBLOOKUPPOPUPSELECT

handels select fields (<SELECT>) where the values are selected form the database

Located in /db/frmClasses/DBMS_FIELD_DBLOOKUPPOPUPSELECT.phpclass (line 35)

DBMS_FIELD
   |
   --DBMS_FIELD_SELECTLIST
      |
      --DBMS_FIELD_DBSELECTLIST
         |
         --DBMS_FIELD_DBLOOKUPSELECTLIST
            |
            --DBMS_FIELD_DBLOOKUPPOPUPSELECT
Variable Summary
Method Summary
 array editTbl_getFieldEditArr ([boolean $debug = FALSE])
 string getInputTag (string $aValue, [array $arrName = "DBVAL"], [boolean $debug = FALSE])
 string getNewBtn ( $arrName, [boolean $debug = FALSE])
 void getPopupBtn ([ $debug = FALSE])
 string getPopupLinkJs ([int $mode = FRM_MODE_LIST], [string $selName = ""], [string $setMethod = ""], [boolean $debug = FALSE])
 boolean save ()
Variables
mixed $className = "LookupDbPopUp" (line 41)
string $classSrcFile = __FILE__ (line 48)

source file of the class


Redefinition of:
DBMS_FIELD_DBLOOKUPSELECTLIST::$classSrcFile
int $popUp_frmId (line 53)
int $popUp_height = 500 (line 65)
int $popUp_url = "" (line 57)
int $popUp_width = 350 (line 61)

Inherited Variables

Inherited from DBMS_FIELD_DBLOOKUPSELECTLIST

DBMS_FIELD_DBLOOKUPSELECTLIST::$allowAddValues
DBMS_FIELD_DBLOOKUPSELECTLIST::$allowEditValues
DBMS_FIELD_DBLOOKUPSELECTLIST::$lookupField
DBMS_FIELD_DBLOOKUPSELECTLIST::$lookupShowField
DBMS_FIELD_DBLOOKUPSELECTLIST::$lookupShowLstField
DBMS_FIELD_DBLOOKUPSELECTLIST::$lookupSort
DBMS_FIELD_DBLOOKUPSELECTLIST::$lookupTable
DBMS_FIELD_DBLOOKUPSELECTLIST::$lookupWhere

Inherited from DBMS_FIELD_DBSELECTLIST

DBMS_FIELD_DBSELECTLIST::$classCache
DBMS_FIELD_DBSELECTLIST::$classValPopulateTs
DBMS_FIELD_DBSELECTLIST::$query

Inherited from DBMS_FIELD_SELECTLIST

DBMS_FIELD_SELECTLIST::$ajax_onChange_FuncName
DBMS_FIELD_SELECTLIST::$extJSxType
DBMS_FIELD_SELECTLIST::$lstValueIsHtml
DBMS_FIELD_SELECTLIST::$multiselect
DBMS_FIELD_SELECTLIST::$mySeperator
DBMS_FIELD_SELECTLIST::$myValues
DBMS_FIELD_SELECTLIST::$notInLstValues
DBMS_FIELD_SELECTLIST::$nullLabel
DBMS_FIELD_SELECTLIST::$nullToZero
DBMS_FIELD_SELECTLIST::$reloadFormOnChange
DBMS_FIELD_SELECTLIST::$selectAddTag
DBMS_FIELD_SELECTLIST::$selectsize
DBMS_FIELD_SELECTLIST::$showAsCheckRadio
DBMS_FIELD_SELECTLIST::$showNullOption
DBMS_FIELD_SELECTLIST::$showValuesInList
DBMS_FIELD_SELECTLIST::$static_fixedSelSize

Inherited from DBMS_FIELD

DBMS_FIELD::$addTag
DBMS_FIELD::$ajaxDebug
DBMS_FIELD::$ajaxNotifyLst
DBMS_FIELD::$allowNull
DBMS_FIELD::$dbDesc
DBMS_FIELD::$defaultValue
DBMS_FIELD::$enableCopy
DBMS_FIELD::$enableEdit
DBMS_FIELD::$enableEditIfEmpty
DBMS_FIELD::$enableNew
DBMS_FIELD::$errMsg
DBMS_FIELD::$exportCSV
DBMS_FIELD::$extConfOptions
DBMS_FIELD::$fieldtd_add
DBMS_FIELD::$fldDbgGetValue
DBMS_FIELD::$fldDebug
DBMS_FIELD::$hideAddTag_ro
DBMS_FIELD::$hideCopy
DBMS_FIELD::$hideEdit
DBMS_FIELD::$hideNew
DBMS_FIELD::$hideReadOnly
DBMS_FIELD::$inputAdd
DBMS_FIELD::$isHidden
DBMS_FIELD::$isSearchable
DBMS_FIELD::$js_check
DBMS_FIELD::$label
DBMS_FIELD::$labelcol_hide
DBMS_FIELD::$labeltd_add
DBMS_FIELD::$lstColSpan
DBMS_FIELD::$lstDisableLinks
DBMS_FIELD::$lstLabel
DBMS_FIELD::$lstLink
DBMS_FIELD::$lstTDAdd
DBMS_FIELD::$lstWidth
DBMS_FIELD::$maxlength
DBMS_FIELD::$myAjaxObj
DBMS_FIELD::$myBlock
DBMS_FIELD::$myBlockId
DBMS_FIELD::$myControll
DBMS_FIELD::$myCurrentMode
DBMS_FIELD::$myDataArrName
DBMS_FIELD::$myDeleteFlag
DBMS_FIELD::$myDesc
DBMS_FIELD::$myDOMId
DBMS_FIELD::$myForm
DBMS_FIELD::$myFrmId
DBMS_FIELD::$myGrpKey
DBMS_FIELD::$myHelpUrl
DBMS_FIELD::$myModuleKey
DBMS_FIELD::$myName
DBMS_FIELD::$myTable
DBMS_FIELD::$myTableAlias
DBMS_FIELD::$myView
DBMS_FIELD::$nullErrMsg
DBMS_FIELD::$ps_defaultDataArrName
DBMS_FIELD::$regexcheck_pattern
DBMS_FIELD::$regexErrMsg
DBMS_FIELD::$searchGroup_allowAll
DBMS_FIELD::$showGroup
DBMS_FIELD::$showInList
DBMS_FIELD::$showQasHidden
DBMS_FIELD::$showQuery
DBMS_FIELD::$size
DBMS_FIELD::$sortOrder
DBMS_FIELD::$srcVersion
DBMS_FIELD::$tabIndex
DBMS_FIELD::$toolTip
DBMS_FIELD::$toolTipAsTitle
DBMS_FIELD::$trimValue
Methods
editTbl_getFieldEditArr (line 92)

returns an array of field to bie shown in the edit form by using editTbl_echoForm

the array is in the form:

  1.  [_sectionName_]
  2.       [TITLE-> string
  3.       [_rowName_]
  4.          [FLDLAB]  (complete html code with <td></td>)
  5.          [FLDVAL(complete html code with <td></td>)

  • since: pk-06-04-26
array editTbl_getFieldEditArr ([boolean $debug = FALSE])
  • boolean $debug

Redefinition of:
DBMS_FIELD_DBLOOKUPSELECTLIST::editTbl_getFieldEditArr()
returns an array of field to bie shown in the edit form by using editTbl_echoForm
getInputTag (line 308)

returns the html code for the select

  • version: pk-05-12-01
  • version: pk-06-02-06 popUp_frmId
string getInputTag (string $aValue, [array $arrName = "DBVAL"], [boolean $debug = FALSE])
  • string $aValue
  • array $arrName
  • boolean $debug

Redefinition of:
DBMS_FIELD_DBLOOKUPSELECTLIST::getInputTag()
returns the html code for the select
getNewBtn (line 274)

overwrite the parent method as we use the searchform

  • since: pk-06-04-26
string getNewBtn ( $arrName, [boolean $debug = FALSE])
  • boolean $debug
  • $arrName

Redefinition of:
DBMS_FIELD_DBLOOKUPSELECTLIST::getNewBtn()
returns the html code for the new button
getPopupBtn (line 281)
void getPopupBtn ([ $debug = FALSE])
  • $debug
getPopupLinkJs (line 211)

return a javascript code sequence to popup a input or edit dialog

if $selName isset this is used instead of $this->myName

if $mode is different from FRM_MODE_NEW the popup must get the value through javascript

see $GLOBALS['OCSP']['SYSTEMURL']."forms/popup_form.php" for details

if !empty $setMethod popup_form.php calls this method after adding the option instead of selecting the option

  • version: pk-06-04-29
  • since: pk-06-02-06
string getPopupLinkJs ([int $mode = FRM_MODE_LIST], [string $selName = ""], [string $setMethod = ""], [boolean $debug = FALSE])
  • int $mode
  • string $selName: since 06-02-10 (name of the select element if different from $this->myName)
  • string $setMethod: (js method template to call instead of directly setting the value)
  • boolean $debug

Redefinition of:
DBMS_FIELD_DBSELECTLIST::getPopupLinkJs()
return the link to the new or edit form the link is a template which is parsed with global ${$this->myDataArrName} also ##VALUE## is replaced with the current value
save (line 168)

save the filed definition form

  • version: pk-04-12-31
  • version: pk-06-02-06 popUp_frmId
boolean save ()

Redefinition of:
DBMS_FIELD_DBLOOKUPSELECTLIST::save()
save the filed definition form

Inherited Methods

Inherited From DBMS_FIELD_DBLOOKUPSELECTLIST

 DBMS_FIELD_DBLOOKUPSELECTLIST::DBcheckEditInput()
 DBMS_FIELD_DBLOOKUPSELECTLIST::editTbl_getFieldEditArr()
 DBMS_FIELD_DBLOOKUPSELECTLIST::getClassCacheKey()
 DBMS_FIELD_DBLOOKUPSELECTLIST::getDBValue()
 DBMS_FIELD_DBLOOKUPSELECTLIST::getInputTag()
 DBMS_FIELD_DBLOOKUPSELECTLIST::getListValue()
 DBMS_FIELD_DBLOOKUPSELECTLIST::getMyValueQuery()
 DBMS_FIELD_DBLOOKUPSELECTLIST::getNewBtn()
 DBMS_FIELD_DBLOOKUPSELECTLIST::getScreenValue()
 DBMS_FIELD_DBLOOKUPSELECTLIST::save()
 DBMS_FIELD_DBLOOKUPSELECTLIST::setMyValues()
 DBMS_FIELD_DBLOOKUPSELECTLIST::_getMyValueWhere()

Inherited From DBMS_FIELD_DBSELECTLIST

 DBMS_FIELD_DBSELECTLIST::editTbl_getFieldEditArr()
 DBMS_FIELD_DBSELECTLIST::getClassCacheKey()
 DBMS_FIELD_DBSELECTLIST::getPopupLinkJs()
 DBMS_FIELD_DBSELECTLIST::jOCSP_reloadOptionLst()
 DBMS_FIELD_DBSELECTLIST::save()
 DBMS_FIELD_DBSELECTLIST::setMyValues()

Inherited From DBMS_FIELD_SELECTLIST

 DBMS_FIELD_SELECTLIST::editTabl_save()
 DBMS_FIELD_SELECTLIST::editTbl_getFieldEditArr()
 DBMS_FIELD_SELECTLIST::getArrayFromString()
 DBMS_FIELD_SELECTLIST::getCheckRadio()
 DBMS_FIELD_SELECTLIST::getExtJSConfigOptions()
 DBMS_FIELD_SELECTLIST::getFormFieldSelect()
 DBMS_FIELD_SELECTLIST::getFormFieldSelectAttributes()
 DBMS_FIELD_SELECTLIST::getInputName()
 DBMS_FIELD_SELECTLIST::getInputTag()
 DBMS_FIELD_SELECTLIST::getListValue()
 DBMS_FIELD_SELECTLIST::getOnChangedTag()
 DBMS_FIELD_SELECTLIST::getOptionList()
 DBMS_FIELD_SELECTLIST::getReloadButton()
 DBMS_FIELD_SELECTLIST::getScreenValue()
 DBMS_FIELD_SELECTLIST::getSearchCompTypes()
 DBMS_FIELD_SELECTLIST::getSearchInputTag()
 DBMS_FIELD_SELECTLIST::getSelectTag()
 DBMS_FIELD_SELECTLIST::getValue()
 DBMS_FIELD_SELECTLIST::jOCSP_getAdditonalFieldObjElems()
 DBMS_FIELD_SELECTLIST::jOCSP_getReloadScript()
 DBMS_FIELD_SELECTLIST::jOCSP_getRequiredModules()
 DBMS_FIELD_SELECTLIST::setMyValues()
 DBMS_FIELD_SELECTLIST::slashedValue()

Inherited From DBMS_FIELD

 DBMS_FIELD::DBMS_FIELD()
 DBMS_FIELD::allowNull()
 DBMS_FIELD::check()
 DBMS_FIELD::editLst_getAdminLstStyle()
 DBMS_FIELD::editLst_getClassSelectOptions()
 DBMS_FIELD::editTblForm()
 DBMS_FIELD::editTbl_echoForm()
 DBMS_FIELD::editTbl_getForm()
 DBMS_FIELD::fldTypeIsUseable()
 DBMS_FIELD::getAddTag()
 DBMS_FIELD::getBlockId()
 DBMS_FIELD::getDataArrName()
 DBMS_FIELD::getDBColName()
 DBMS_FIELD::getDBColType()
 DBMS_FIELD::getDbDefault()
 DBMS_FIELD::getdbDesc()
 DBMS_FIELD::getDebugMode()
 DBMS_FIELD::getDefaultValue()
 DBMS_FIELD::getFieldRow()
 DBMS_FIELD::getFieldRowCols()
 DBMS_FIELD::getFieldTag()
 DBMS_FIELD::getFrmId()
 DBMS_FIELD::getInputTag()
 DBMS_FIELD::getKey()
 DBMS_FIELD::getLabel()
 DBMS_FIELD::getLabelColTag()
 DBMS_FIELD::getListLink()
 DBMS_FIELD::getListLinkArr()
 DBMS_FIELD::getListValue()
 DBMS_FIELD::getLstColSpan()
 DBMS_FIELD::getLstLabel()
 DBMS_FIELD::getLstWidth()
 DBMS_FIELD::getModuleKey()
 DBMS_FIELD::getMyBlock()
 DBMS_FIELD::getMyForm()
 DBMS_FIELD::getMyFormName()
 DBMS_FIELD::getName()
 DBMS_FIELD::getObjectData()
 DBMS_FIELD::getObjectVars()
 DBMS_FIELD::getOrderNr()
 DBMS_FIELD::getScreenValue()
 DBMS_FIELD::getSetting()
 DBMS_FIELD::getShowGroup()
 DBMS_FIELD::getSize()
 DBMS_FIELD::getSourceFile()
 DBMS_FIELD::getTabIndex()
 DBMS_FIELD::getTable()
 DBMS_FIELD::getTblAlias()
 DBMS_FIELD::getToolTip()
 DBMS_FIELD::getType()
 DBMS_FIELD::getValId()
 DBMS_FIELD::get_lstTDAdd()
 DBMS_FIELD::incOrderNr()
 DBMS_FIELD::isAutoInc()
 DBMS_FIELD::isEnabled()
 DBMS_FIELD::isHidden()
 DBMS_FIELD::isLayoutFld()
 DBMS_FIELD::isMarkedDeleted()
 DBMS_FIELD::isPrimaryKey()
 DBMS_FIELD::isReadOnlyShown()
 DBMS_FIELD::isSearchable()
 DBMS_FIELD::isToShow()
 DBMS_FIELD::labelIsHidden()
 DBMS_FIELD::lstLinksDisabled()
 DBMS_FIELD::markDeleted()
 DBMS_FIELD::markUnDeleted()
 DBMS_FIELD::save()
 DBMS_FIELD::setDataArrName()
 DBMS_FIELD::setdbDesc()
 DBMS_FIELD::setFieldVar()
 DBMS_FIELD::setFrmId()
 DBMS_FIELD::setHidden()
 DBMS_FIELD::setLabel()
 DBMS_FIELD::setModuleKey()
 DBMS_FIELD::setMyBlock()
 DBMS_FIELD::setMyForm()
 DBMS_FIELD::setName()
 DBMS_FIELD::setObjectVars()
 DBMS_FIELD::setObjVarsFrom()
 DBMS_FIELD::setOrderNr()
 DBMS_FIELD::setShown()
 DBMS_FIELD::setTable()
 DBMS_FIELD::setTblAlias()
 DBMS_FIELD::showInList()
Class Constants

Documentation generated on Thu, 08 Jan 2009 17:41:02 +0100 by phpDocumentor 1.4.0a2