Changes for version 0.070

  • added ExtJS::Panel
  • fixed handling of localised attributes
  • deprecated HTML::FormFu::ExtJS::Grid
  • factored out a lot of code to HTML::FormFu::Model::HashRef
  • added support for ComboBox and DateTime
  • added a helper for ExtJS.grid.ColumnModel (->column_model)
  • added "x-requested-by : ExtJS" as baseParam to every form
  • #44818 fixed (buttons use 'value' config value for text instead of 'name' like FormFu)
  • fileUpload: true is set on the form if there is a File field
  • !!!IMPORTANT!!!
  • there have been some changes to grid_data and companions some of them might change the json output. Please have a look at the documentation to see what changed!

Provides

in lib/HTML/FormFu/ExtJS/Element/Blank.pm
in lib/HTML/FormFu/ExtJS/Element/Block.pm
in lib/HTML/FormFu/ExtJS/Element/Checkboxgroup.pm
in lib/HTML/FormFu/ExtJS/Element/ExtJS/Panel.pm
in lib/HTML/FormFu/ExtJS/Element/Fieldset.pm
in lib/HTML/FormFu/ExtJS/Element/Hidden.pm
in lib/HTML/FormFu/ExtJS/Element/Radiogroup.pm
in lib/HTML/FormFu/ExtJS/Element/Repeatable.pm
in lib/HTML/FormFu/ExtJS/Element/Src.pm
in lib/HTML/FormFu/ExtJS/Element/_Field.pm
in lib/HTML/FormFu/ExtJS/Element/_Group.pm
in lib/HTML/FormFu/ExtJS/Element/_MultiElement.pm
in lib/HTML/FormFu/ExtJS/Element/_MultiSelect.pm
in lib/HTML/FormFu/ExtJS/Grid.pm

Examples