mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-12 07:57:41 +00:00
GUACAMOLE-742: Provide "disabled" attribute for forms and fields.
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user