GUACAMOLE-742: Provide "disabled" attribute for forms and fields.

This commit is contained in:
Michael Jumper
2019-04-27 16:52:37 -07:00
parent fbcb04e670
commit 59fdc80e9f
14 changed files with 36 additions and 9 deletions

View File

@@ -213,6 +213,10 @@ angular.module('form').provider('formService', function formServiceProvider() {
* model:
* The current String value of the field, if any.
*
* disabled:
* A boolean value which is true if the field should be disabled.
* If false or undefined, the field should be enabled.
*
* @param {Element} fieldContainer
* The DOM Element whose contents should be replaced with the
* compiled field template.