Color

Parameter-Name Typ Erforderlich Beschreibung
picker Boolean Nein

Legt fest, ob eine einfache oder komplexe Farbauswahl angezeigt wird.

transparency Boolean Nein

Für die ausgewählte Farbe kann zusätzlich eine Transparenz eingestellt werden.

Beispiele

<form name="extra"> <div> <table> <tr> <td> {input type="color" name="input_color" title="Farbinput"} </td> </tr> </table> </div> </form> <script> {literal} function do_load(){ } function do_unload() { window.parent.unload_extra(); } {/literal} </script>
Colorpicker-Beispiel
Colorpicker komplex