17 Commits

Author SHA1 Message Date
b88bb50b56 Merge branch 'marcu/Chill-CustomFields-master'
Merge request Chill-project/Chill-CustomFields!5

Conflicts:
	Resources/views/Form/fields.html.twig
2015-12-10 15:44:20 +01:00
4f2b605efc add a number field
The field has three option :

- lesser or equal than. If null, this option is ignored ;
- greather or equal than. If null, this options is ignored ;
- precision : the number of decimal after the number ;
- text after the field : a text to show after the field.

The field is rendered as an HTML integer input if precision = 0, or a
symfony number field if precision > 0.

ref chill-project/Chill-CustomFields#11
2015-12-08 19:45:04 +01:00
Marc Ducobu
57fbd54a9c Removing the choice_with_other_widget that is alreay defined in the main bundle 2015-12-08 11:41:34 +01:00
bf99b68a2a Improve rendering of options and fields 2015-11-27 13:37:07 +01:00
f24a088a0d [wip] re-introduce 'add element' functionality 2015-11-25 21:26:30 +01:00
b96076022f [wip] layout of custom field edition
[ci skip]
2015-11-25 08:45:17 +01:00
Marc Ducobu
f068ac288f Debug JS - close refs #626 2015-10-22 15:09:43 +02:00
aa16bdcbb9 Add a label "other value" on the _other option, fix #323
[ci skip]
2014-11-14 12:14:08 +01:00
Marc Ducobu
ce314899a8 Removing echo 2014-11-13 21:29:18 +01:00
Marc Ducobu
6bf9558058 Merge branch 'master' of git://github.com/Chill-project/CustomFields 2014-11-11 12:54:55 +01:00
Marc Ducobu
cac299368a Formating CF Form 2014-11-11 12:53:14 +01:00
Marc Ducobu
a1e450e0b9 Adding license 2014-11-11 11:55:09 +01:00
Marc Ducobu
ab51e3c7f4 Title for custom Field : class title or subtile 2014-11-10 16:05:26 +01:00
Marc Ducobu
33be9bedfb Merge branch 'master' of git://github.com/Chill-project/CustomFields 2014-11-10 11:45:59 +01:00
Marc Ducobu
cf07ad5b75 changing template name 2014-11-10 11:45:21 +01:00
952d70f049 choice with other + some development tips 2014-11-10 11:25:54 +01:00
Marc Ducobu
1747ba5f0d Adding Title for Custom Field 2014-11-08 15:19:30 +01:00