mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
use webCmdFn for colorpicker git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@3107 2b470e98-0d58-463d-a4d8-8e2adae1ed80
13 lines
186 B
HTML
13 lines
186 B
HTML
<html>
|
|
<head>
|
|
<title>jscolor demo</title>
|
|
</head>
|
|
<body>
|
|
|
|
<script type="text/javascript" src="jscolor.js"></script>
|
|
|
|
Click here: <input class="color" value="66ff00">
|
|
|
|
</body>
|
|
</html>
|