Skip to content

midcom.helper.datamanager2

flack edited this page Sep 26, 2019 · 12 revisions

This library holds the second generation of the Datamanager. It is configurable via Datamanager Schemas.

Widgets

The widget setting determines how the field will be rendered in the form

Standard HTML Widgets

  • checkbox - creates HTML input type="checkbox"
  • hidden - creates HTML input type="hidden"
  • password - creates HTML input type="password"
  • radiocheckselect - creates HTML input type="radio" or type="checkboxs"
  • select - creates HTML select
  • text - creates HTML input type="text"
  • textarea - creates HTML textarea

Specialized Widgets

Javascript Widgets

AJAX widgets

Types

The type setting determines how a field's data is treated in PHP