Overview

Packages

  • Core
    • Authentication
    • Backend
    • Cache
    • CEC
    • Chain
    • ContentType
    • Database
    • Datatype
    • Debug
    • Exception
    • Frontend
      • Search
      • URI
      • Util
    • GenericDB
      • Model
    • GUI
      • HTML
    • I18N
    • LayoutHandler
    • Log
    • Security
    • Session
    • Util
    • Validation
    • Versioning
    • XML
  • Module
    • ContentSitemapHtml
    • ContentSitemapXml
    • ContentUserForum
    • NavigationTop
  • mpAutoloaderClassMap
  • None
  • Plugin
    • ContentAllocation
    • CronjobOverview
    • FormAssistant
    • FrontendLogic
    • FrontendUsers
    • Linkchecker
    • ModRewrite
    • Newsletter
    • Repository
      • FrontendNavigation
      • KeywordDensity
    • SearchSolr
    • SmartyWrapper
    • UrlShortener
    • UserForum
    • Workflow
  • PluginManager
  • Setup
    • Form
    • GUI
    • Helper
      • Environment
      • Filesystem
      • MySQL
      • PHP
    • UpgradeJob

Classes

  • cContentTypePifaForm
  • DefaultFormModule
  • DefaultFormProcessor
  • ExampleOptionsDatasource
  • MailedFormProcessor
  • Pifa
  • PifaAbstractFormModule
  • PifaAbstractFormProcessor
  • PifaAjaxHandler
  • PifaExternalOptionsDatasourceInterface
  • PifaField
  • PifaFieldCollection
  • PifaForm
  • PifaFormCollection
  • PifaLeftBottomPage
  • PifaRightBottomFormDataPage
  • PifaRightBottomFormFieldsPage
  • PifaRightBottomFormPage
  • SolrRightBottomPage

Exceptions

  • PifaDatabaseException
  • PifaException
  • PifaIllegalStateException
  • PifaMailException
  • PifaNotImplementedException
  • PifaNotYetStoredException
  • PifaValidationException
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo

Class PifaAjaxHandler

Package: Plugin\FormAssistant
Copyright: four for business AG
Author: marcus.gnass
Located at plugins/form_assistant/classes/class.pifa.ajax_handler.php
Methods summary
public
# dispatch( mixed $action )

Throws

PifaException
if action is unknown
private
# _getFieldForm( integer $idform, integer $idfield, integer $fieldType )

Displays a form for editing a PIFA form field.

Displays a form for editing a PIFA form field.

Parameters

$idform
integer
$idform
$idfield
integer
$idfield
$fieldType
integer
$fieldType

Throws

PifaException
private
# _postFieldForm( integer $idform, integer $idfield )

Processes a form for editing a PIFA form field.

Processes a form for editing a PIFA form field.

Parameters

$idform
integer
$idform
$idfield
integer
$idfield

Throws

PifaException
private
# _deleteField( integer $idfield )

Parameters

$idfield
integer
$idfield

Throws

PifaException
private
# _reorderFields( integer $idform, string $idfields )

reorder fields

reorder fields

Parameters

$idform
integer
$idform
$idfields
string
$idfields CSV of integers
private
# _exportData( integer $idform )

Parameters

$idform
integer
$idform
private
# _getFile( string $name, string $file )

Parameters

$name
string
$name
$file
string
$file
private
# _getOptionRow( integer $index )

Parameters

$index
integer
$index
Constants summary
string GET_FIELD_FORM 'pifa_get_field_form'
#

to display a form for editing a PIFA form field

to display a form for editing a PIFA form field

string POST_FIELD_FORM 'pifa_post_field_form'
#

to process a form for editing a PIFA form field

to process a form for editing a PIFA form field

string REORDER_FIELDS 'pifa_reorder_fields'
#
string EXPORT_DATA 'pifa_export_data'
#
string GET_FILE 'pifa_get_file'
#
string DELETE_FIELD 'pifa_delete_field'
#
string GET_OPTION_ROW 'pifa_get_option_row'
#
CMS CONTENIDO 4.9.1 API documentation generated by ApiGen 2.8.0