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

@@ -215,7 +215,8 @@ export abstract class et2_DOMWidget extends et2_widget implements et2_IDOMNode
* attached to the tree or no parent node or no node for this widget is
* defined.
*/
attachToDOM() {
attachToDOM()
{
// Attach the DOM node of this widget (if existing) to the new parent
var node = this.getDOMNode(this);
if (node && this.parentNode &&