depage-forms v1.4.1
html forms made easy
Loading...
Searching...
No Matches
Color.php
Go to the documentation of this file.
1<?php
2
7
8namespace Depage\HtmlForm\Elements;
9
15class Color extends Text {}
16
17/* vim:set ft=php sw=4 sts=4 fdm=marker et : */
HTML color input type.
Definition Color.php:15
HTML text input type.
Definition Text.php:40