UNA
BxDolFormNestedGhost Class Reference
Inheritance diagram for BxDolFormNestedGhost:
BxTemplFormView BxBaseFormView BxBaseFormView BxDolForm BxDolForm BxDol iBxDolReplaceable BxDol iBxDolReplaceable

Public Member Functions

 __construct ($sName, $aForm, $sSubmitName=false, $oTemplate=false)
 
- Public Member Functions inherited from BxBaseFormView
 __construct ($aInfo, $oTemplate)
 
 getCode ($bDynamicMode=false)
 
 genForm ()
 
 genRows ()
 
 genRow (&$aInput)
 
 genViewRow (&$aInput)
 
 genViewRowWrapped (&$aInput)
 
 genViewRowValue (&$aInput)
 
 genRowStandard (&$aInput, $isOneLine=false)
 
 genRowCustom (&$aInput, $sCustomMethod)
 
 genRowBlockHeader (&$aInput)
 
 genInput (&$aInput)
 
 getInputId (&$aInput)
 
 genInputStandard (&$aInput)
 
 genInputSwitcher (&$aInput)
 
 genInputButton (&$aInput)
 
 genInputTextarea (&$aInput)
 
 genInputSelectBox (&$aInput, $sInfo='', $sError='')
 
 genInputFile (&$aInput)
 
 genInputFiles (&$aInput, $sInfo='', $sError='')
 
 genInputSelect (&$aInput)
 
 genInputSelectRgb (&$aInput)
 
 genInputSelectMultiple (&$aInput)
 
 genInputCheckboxSet (&$aInput)
 
 genInputRadioSet (&$aInput)
 
 genLabel (&$aInput)
 
- Public Member Functions inherited from BxDolForm
 isFieldExist ($sName, $bCheckAllFields=false)
 
 addMarkers ($a)
 

Additional Inherited Members

- Static Public Member Functions inherited from BxDolForm
static getObjectInstance ($sObject, $sDisplayName, $oTemplate=false, $sParam='')
 
static getDataItems ($sKey, $isUseForSet=false, $sUseValues=BX_DATA_VALUES_DEFAULT)
 
static isVisible ($aInput)
 
- Protected Member Functions inherited from BxDolForm
 _replaceMarkers ($a)
 
- Protected Attributes inherited from BxBaseFormView
 $bEnableErrorIcon = true
 
 $sCode
 
 $_sCodeAdd = ''
 
 $_isSectionOpened = false
 
 $_sDivider = '<span class="bx-def-margin-left"></span>'
 
 $_sDividerAlt = '<br />'
 
 $_bDynamicMode = false
 
 $_bAjaxMode = false
 
 $_bAbsoluteActionUrl = false
 
 $_bViewMode = false
 
 $_bShowEmptySections = false
 
 $_sSectionClose = 'getCloseSection'
 
 $_sSectionOpen = 'getOpenSection'
 
 $_aJs = array()
 
 $_aCss = array()
 

Detailed Description

Nested form. It is used in file uploaders to show uploaded file as nested form.

See also
BxDolUploader
BxDolForm

Constructor & Destructor Documentation

◆ __construct()

BxDolFormNestedGhost::__construct (   $sName,
  $aForm,
  $sSubmitName = false,
  $oTemplate = false 
)

Constructor

Parameters
$sNamethe name of form field from main form, where this nested form is inserted.
$aFormform array, actually only form inout are needed, all other attributes are taken from parent form automatically.
$sSubmitNamemain form submit_name; field name of submit form input to determine if form is submitted or not.
$oTemplateoptional template object

The documentation for this class was generated from the following file: