Skip to content

Commit 9752079

Browse files
committed
#0000 Tutorial: Update of content
1 parent f5eecd0 commit 9752079

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Step_13 Components/index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,13 @@
138138
The component example is based on a table whose data is retrieved from an external interface.
139139
In this example, the interface is simulated by an XML file.
140140
The functions of the table: sorting, download, ... are provided by an abstract component.
141-
For this purpose imports and inheritance are used.
141+
For this purpose imports and inheritance are used.
142+
143+
The use of imports is possible in different ways.
144+
The JavaScript-own import is supported as well as the meta-directive #import introduced in Seanox aspect-js.
145+
The main difference is timing, which is asynchronous for the JavaScript standard and linear/synchronous for the #import meta-directive.
146+
147+
In this example the meta directive is used. But it can also be combined.
142148
143149
-->
144150

0 commit comments

Comments
 (0)