Hello,
Under 'Report Categories', myDBR has a simple color picker to choose the color assigned to the report category. Is it possible to use this or similar color picker as an input type for our editable reports?
When adding a new record, I am able to add
$('#popup_parameter_u6').get(0).type='color';
to the Help/JavaScript box to use the default HTML5 color picker, but I can't figure out how to change an editable field in a report to this input type.
Thank you for your help,
Cris