Edit form: with html, inline datepicker and buttons (different status (enabled, disabled?
Edit form: with html, inline datepicker and buttons (different status (enabled, disabled?
Hi:
My editor form has around 20 fields, and I need to sort them inside divs, so, is it possible to integrate HTML inside the form in order to reach this?
Actually I'm calling datepicker like this:
"fields": [ {
"label": "Fecha:",
"name": "Fecha",
"type": "date",
"dateFormat": 'dd/mm/yy',
With this, a field apears and when you click a datepicker appears, can we call datepicker to apear inline?
And finial question (for now) is there any way to create custom buttons, each of them will have a value and only selected one's value will be stored in the table?
Thanks!
My editor form has around 20 fields, and I need to sort them inside divs, so, is it possible to integrate HTML inside the form in order to reach this?
Actually I'm calling datepicker like this:
"fields": [ {
"label": "Fecha:",
"name": "Fecha",
"type": "date",
"dateFormat": 'dd/mm/yy',
With this, a field apears and when you click a datepicker appears, can we call datepicker to apear inline?
And finial question (for now) is there any way to create custom buttons, each of them will have a value and only selected one's value will be stored in the table?
Thanks!
This discussion has been closed.