Releases: FriendsOfREDAXO/mform
Releases · FriendsOfREDAXO/mform
6.0.3
prepareCustomLink fixed @bitshiftersgmbh
6.0.2
6.0.1
6.0.0
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, useaddForm
to add content in this methods - added
addForm
method - added Media inUseCheck for media inside
custom_link
andimagelist
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
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, useaddForm
to add content in this methods - added
addForm
method - added Yform inUseCheck for media inside
custom_link
andimagelist
- added some styling
- change parsley trigger to:
.mform
and event torex: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
5.2.4
5.2.2
5.2.1
- 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
- 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