Package s3 :: Module s3validators :: Class IS_HTML_COLOUR
[frames] | no frames]

Class IS_HTML_COLOUR

source code

gluon.IS_MATCH --+
                 |
                IS_HTML_COLOUR

example:


INPUT(_type="text", _name="name", requires=IS_HTML_COLOUR())

Instance Methods
 
__init__(self, error_message="must be a 6 digit hex code! (format: rrggbb)") source code
Method Details

__init__(self, error_message="must be a 6 digit hex code! (format: rrggbb)")
(Constructor)

source code