This project is no longer maintained and no further public releases are planned.

No further support will be given.

Feel free to fork the git repository.

AjaxHandler

Enter an AjaxHandler to be used for AJAX validation and AJAX based file removal.

Version added

1.0.0

TypoScript path

plugin.Tx_Formhandler.settings.ajax.x copy to clipboard

Example code

plugin.Tx_Formhandler.settings {
  ajax {
    class = AjaxHandler\JQuery
    config {
      ...
    }
  }
}

AjaxHandler\JQuery

Currently the only available AjaxHandler.It uses the jQuery library (www.jquery.com). The jQuery library is not included. Please include it yourself. Note: Since version 1.5.0 AjaxHandler_JQuery requi...