From 4407cd934dfc936ee5330ba64b0b5b7633c372f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20P=C3=B3=C5=82grabia?= Date: Sun, 19 Dec 2021 15:05:22 +0100 Subject: [PATCH] Parse on load add using declaratively ChildWidget. --- 2021/12/dojo_demo1/index.html | 4 ++-- 2021/12/dojo_demo2/app/widgets/ChildWidget.js | 11 +++++++++++ 2021/12/dojo_demo2/app/widgets/MainWidget.html | 3 --- 2021/12/dojo_demo2/app/widgets/MainWidget.js | 16 +++++++++++----- 2021/12/dojo_demo2/index.html | 12 +++++++----- 5 files changed, 31 insertions(+), 15 deletions(-) create mode 100644 2021/12/dojo_demo2/app/widgets/ChildWidget.js delete mode 100644 2021/12/dojo_demo2/app/widgets/MainWidget.html diff --git a/2021/12/dojo_demo1/index.html b/2021/12/dojo_demo1/index.html index 1e73ac2..cac831c 100644 --- a/2021/12/dojo_demo1/index.html +++ b/2021/12/dojo_demo1/index.html @@ -8,12 +8,12 @@ @@ -26,9 +26,11 @@