Docs: Add link to Disabled vs Readonly Vs Hidden in Et2Widget documentaion of set_disabled()

This commit is contained in:
nathan 2024-12-13 09:22:47 -07:00
parent d95df4ce89
commit 44c5998c50

View File

@ -397,8 +397,7 @@ const Et2WidgetMixin = <T extends Constructor>(superClass : T) =>
* Wrapper on this.disabled because legacy had it.
*
* @deprecated Use widget.disabled for visually disabled, widget.hidden for visually hidden.
* Widgets that are hidden from the server via attribute or $readonlys will not be created.
* Widgets that are disabled from the server will not return a value to the application code.
* <a href="/getting-started/widgets/#disabled-vs-readonly-vs-hidden">Disabled vs Readonly vs Hidden</a>
*
* @param {boolean} value
*/