client/templates/colorpicker.html
author rougeronj
Wed, 20 May 2015 10:39:35 +0200
changeset 450 88e8673aaeeb
parent 430 d3ae63bc18c6
permissions -rw-r--r--
add the hidden/ghost behaviour: - The view hide or show the nodes calling their functions hide() or show(ghost). - The node and the edges have the attributes 'hidden' and 'ghost' to properly redraw them selves.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
430
d3ae63bc18c6 split the 'colorpicker' template and the 'search' template (list of possible kind of search in the bins) into separate html
rougeronj
parents:
diff changeset
     1
<li data-color="<%=c%>" style="background: <%=c%>"></li>