- Feb 24, 2017
-
-
Carsten Rose authored
-
Carsten Rose authored
AbstractException.php: Add catch CodeException to not recursively throw the same exception again and again. Store.php: constructor of class Store seems to be the best place to do the check.
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
UserManual/Index.rst: Add doc for htmlAfter, htmlBefore
-
Carsten Rose authored
-
Carsten Rose authored
Form.parameter & FormElement.parameter: Lines starting with '#' are treated as comments and will not be parsed. Evaluate.php: parseArray() will skip lines starting with a '#'
-
- Feb 23, 2017
-
-
Carsten Rose authored
AbstractBuildForm.php: templateGroup / row with the 'add' button , will be wrapped with the bs*Columns as defined in the FormElement templateGroup.
-
Carsten Rose authored
FillStoreForm.php: fixed problem with checkBoxes in templateGroups. During fillStoreForm the template group has been expanded to all possible elements - the logic for checkboxes expected that at least the '_h_<fe name>' Post Variable exist - which is not true for unexpanded elements.
-
Carsten Rose authored
-
- Feb 22, 2017
-
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
templateGroup: fixed problem with missing <div class='qfq-line'> around each copy of prefilled templateGroup. AbstractBuildForm.php: pattern '%d' will be replaced by number of copy in FormElement 'label' and 'note'. Recode Logic to wrap templateGroup copies.
-
- Feb 21, 2017
-
-
Carsten Rose authored
-
Carsten Rose authored
AbstractBuildForm.php: implemented function templateGroupCollectFilledElements(). Add function.
-
Carsten Rose authored
-
- Feb 20, 2017
-
-
Carsten Rose authored
-
Carsten Rose authored
AdministratorManual/Index.rst: extend sphinx setup doc, fix typo UserManual/Index.rst: add doc for templateGroup FillStore.php: Implement save for templateGroup
-
- Feb 17, 2017
-
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
-
Carsten Rose authored
BuildFormBootstrap.php, Store.php: conig.qfq.ini extended to hold new parameter, save button will be build with new attribute.
-
Rafael Ostertag authored
-
Carsten Rose authored
AbstractBuildForm.php: #3224, #3231 Html Tag <hr> als FormElement. >> htmlBefore | htmlAfter, FormElement.parameter = htmlBefore|htmlAfter implemented. #3230 templateGroup: Abstaende zwischen Elementen. 'tgClass' implemented BuildFormPlain.php: code restructured
-
Carsten Rose authored
-
Carsten Rose authored
AbstractBuildForm.php: see title
-
Carsten Rose authored
-
Rafael Ostertag authored
-
Carsten Rose authored
-
Rafael Ostertag authored
-
Carsten Rose authored
-
Rafael Ostertag authored
-
Rafael Ostertag authored
-
- Feb 16, 2017
-
-
Carsten Rose authored
-
Carsten Rose authored
Wrap Row & Input Elements: specify 'row,/row' and bs*columns to 0 or bigger will enable/disable mutliple Elements per Row. FormElement.parameter.wrap* still have precedence over bs*Column settings. Support.php, AbstractBuildForm.php: Recode way of initializing FormElements. AbstractBuildForm.php: parameter to limit max number ob templateGrouup Elements. BuildFormBootstrap.php: Labels will be hided if FormElement.bsLabelColumns=0.
-
Carsten Rose authored
-
Carsten Rose authored
AbstractBuildForm.php: #3066 / help-text with-error - Klasse 'hidden' wird nun gerendert und ausgeliefert.
-
Carsten Rose authored
Coding.md: Beschreibung in Deutsch wie die Formularelemente , rekursiv, gerendert werden. AbstractBuildForm.php: new function buildTemplateGroup() BuildFormBootstrap.php, BuildFormPlain.php, BuildFormTable.php: Preparation for new optional TemplateGroup wrap. QuickFormQuery.php: update comments. formEditor.sql: column 'type' definition extended - new 'templateGroup' enum. FormElement 'type' updated to new container element 'templateGroup'
-