GUACAMOLE-292: Add support for email fields.

This commit is contained in:
Michael Jumper
2017-02-22 01:04:27 -08:00
parent afd051e59f
commit 8830123c9b
8 changed files with 73 additions and 2 deletions

View File

@@ -75,6 +75,14 @@ angular.module('rest').factory('Field', [function defineField() {
*/
TEXT : 'TEXT',
/**
* The type string associated with parameters that may contain an email
* address.
*
* @type String
*/
EMAIL : 'EMAIL',
/**
* The type string associated with parameters that may contain an
* arbitrary string, where that string represents the username of the