Skip to content

Releases: FriendsOfREDAXO/mform

6.0.3

19 Mar 16:40
b470132
Compare
Choose a tag to compare

prepareCustomLink fixed @bitshiftersgmbh

6.0.2

17 Mar 20:02
4a5b38c
Compare
Choose a tag to compare
6.0.2

6.0.1

16 Mar 10:20
ccd96e4
Compare
Choose a tag to compare
  • added some docs
  • minor bugfixes

6.0.0

15 Mar 17:11
34b0374
Compare
Choose a tag to compare

Version 6.0.0

  • use rex_factory_trait in MForm class
  • added YForm Links in custom_link
  • removed parsley validation @skerbis, you should use html validations: https://developer.mozilla.org/en-US/docs/Learn/Forms/Form_validation
  • deprecated closeCollapse, closeTab, closeAccordion
  • change addCollapse, addAccordion, addTab functionality, use addForm to add content in this methods
  • added addForm method
  • added Media inUseCheck for media inside custom_link and imagelist in YForm
  • added some styling
  • added some Svensk översättning @interweave-media
  • added some English translation @ynamite
  • added some docs @skerbis

Breaking changes:

The REX_CUSTOM_LINK Var now saves the data in a regular REX_VAR. So the usage of REX_CUSTOM_LINK is not backward compatible. You should move the values from Linklist to a value field.

Parsley has been removed. All validations have been removed.

removed closeCollapse, closeTab, closeAccordion

Look at the new wrapper field examples

6.0.0-beta1

03 Jul 12:20
3cd4afa
Compare
Choose a tag to compare
6.0.0-beta1 Pre-release
Pre-release

Version 6.0.0-beta1

Be careful. This is a beta release. It is not intended for productive use.

  • use rex_factory_trait in MForm class
  • remove closeCollapse, closeTab, closeAccordion
  • change addCollapse, addAccordion, addTab functionality, use addForm to add content in this methods
  • added addForm method
  • added Yform inUseCheck for media inside custom_link and imagelist
  • added some styling
  • change parsley trigger to: .mform and event to rex:ready

Notice: The REX_CUSTOM_LINK Var now saves the data in a regular REX_VAR. So the usage of REX_CUSTOM_LINK is not backward compatible. You should move the values from Linklist to a value field.

5.3.1

25 Mar 10:33
7857134
Compare
Choose a tag to compare

Version 5.3.1

  • fixed: JSON-Values could not be used in 5.3

Version 5.3.0

  • added custom link as widget REX_CUSTOM_LINK[]
  • exchange custom link for yform and rex_form REX_IMGLIST[]
  • added image list widget for mfrom, rex_form and yform

5.2.4

17 Oct 10:40
Compare
Choose a tag to compare

re-add special input types support

#147
#70

5.2.2

24 Sep 15:59
d01fa80
Compare
Choose a tag to compare

Parameter must be an array warning fix

5.2.1

12 Sep 13:37
Compare
Choose a tag to compare
  • fixed: Media-Button Parameter type space
  • Link-Title for Custom-Link Buttons added
  • Attributes for media- and link-elements added, which allows validation via Parsley
  • fixed: c14n html body wrapping removed
  • now uses includeCurrentPageSubPath to show pages @christophboecker
  • Cache buster will be added by rex core @staabm
  • init.js simplified @staabm
  • Add Info Tooltip
  • Bootstrap Toggle Checkbox als neues Element addToggleCheckboxField hinzugefügt
  • 4 Alert Message Elemente hinzugefügt
  • Collapse Panel für Formular elemente hinzugefügt, das steuern der Collapse über Checkboxen ist möglich
$mform->addToggleCheckboxField('1.show_icons', [1 => ''], ['label' => 'Icon verwenden', 'label-col-class' => 'col-md-3', 'form-item-col-class' => 'col-md-9'], null, 1);
setLabelColClass und setFormItemColClass hinzugefügt, ermöglicht das überschrieben der Standard "col-md-x" Classen
$mform->addTextField('2.0.title', ['label' => 'Titel'], ['empty']);
$mform->setLabelColClass('col-md-3');
$mform->setFormItemColClass('col-md-9');
$mform->addAlertInfo('Heads up! This alert needs your attention, but it\'s not super important.');
$mform->addAlertSuccess('Well done! You successfully read this important alert message.');
$mform->addAlertDanger('Oh snap! Change a few things up and try submitting again.');
$mform->addAlertWarning("<strong>Warning!</strong> Better check yourself, you're not looking too good.");

5.1.0

19 Sep 11:35
Compare
Choose a tag to compare
  • add doc plugin
  • custom link add mailto, tel link buttons
  • add diverse examples
  • remove unused old mform 4
  • fix fieldset autolose bug
  • multiple select js removes
  • use array insert name for multiple selects
  • add tabs
  • news tab style by Thomas Skerbis
  • fix theme config name bug
  • add attribute to checked elements
  • class refactoring
  • remove help.php