Home
last modified time | relevance | path

Searched refs:colorSelect (Results 1 – 2 of 2) sorted by relevance

/plugin/sketchcanvas/phplib/
Dimage.php151 function colorSelect($im, $value){ function
249 $c = colorSelect($im, $value);
/plugin/calendar/
H A Dcalendar-main.js1604 const colorSelect = document.getElementById('event-color-' + calId);
1605 let color = colorSelect.value;
1609 …color = colorSelect.dataset.customColor || document.getElementById('event-color-custom-' + calId).…