Skip to content
Martin Hradil edited this page May 15, 2019 · 4 revisions

ManageIQ has multiple versions of forms.

These are, in order:

  • Rails forms - haml, session, miq_observe, jquery
  • Angular forms
    • with $scope - angular pre-1.5, traditionally json, sometimes not and jquery
    • controllerAs - clearer boundaries between controllers
    • components - components, json, paramaters via component args
  • Data driven forms (React) - most current, use those
Clone this wiki locally