CheckBox Multi: checkboxes are now builded with uniq html names. This is...
CheckBox Multi: checkboxes are now builded with uniq html names. This is necessary for the client, to assign values correctly to multiple checkboxes during form update by JSON data. HelperFormElement.php: new prependFormElementIdCheckBoxMulti() FillStoreForm.php: new collectCheckboxMultiValue(), process() recoded to collect checkBoxMulti values to one element. AbstractBuildForm.php: checkBoxMulti elements: a) no longer contains an '[]' at the end, b) get individual names
Showing
- extension/qfq/qfq/AbstractBuildForm.php 5 additions, 5 deletionsextension/qfq/qfq/AbstractBuildForm.php
- extension/qfq/qfq/helper/HelperFormElement.php 11 additions, 2 deletionsextension/qfq/qfq/helper/HelperFormElement.php
- extension/qfq/qfq/store/FillStoreForm.php 31 additions, 1 deletionextension/qfq/qfq/store/FillStoreForm.php
Loading
Please register or sign in to comment