inputWidget with TS

This commit is contained in:
Ralf Becker
2020-01-21 14:18:15 +01:00
committed by Hadi Nategh
parent d9e2e26fcd
commit f412b71225
7 changed files with 356 additions and 15 deletions

View File

@ -34,8 +34,6 @@ require("./et2_core_common");
* et2_valueWidget is the base class for et2_inputWidget - valueWidget introduces
* the "value" attribute and automatically loads it from the "content" array
* after loading from XML.
*
* @augments et2_baseWidget
*/
var et2_valueWidget = /** @class */ (function (_super) {
__extends(et2_valueWidget, _super);