File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments