Color
Erstellt ein Eingabeelement für Farbauswahl.
Vorschau

Beispiel
QuelltextSmarty Code:
- <form name="extra">
- <div align="center">
- <table class="table">
- <tr>
- <td class="cell">
- {input version=5 type="color" name="input_color" title="Color Picker" short="Wählen Sie eine Farbe"}
- <br />
- </td>
- </tr>
- </table>
- </div>
- </form>
- <script language="javascript">
- {literal}
- function do_load()
- {
- }
- function do_unload()
- {
- window.parent.unload_extra();
- }
- {/literal}
- </script>