Wiki source code of Externe HTML-Editoren

Last modified by Moritz Baumgarten on 15.01.2024

Hide last authors
Carina Enke 428.1 1 {{layout}}
2 {{layout-section ac:type="two_right_sidebar"}}
3 {{layout-cell}}
4 In addition to using the built-in editor, you can also create content with **external tools** and integrate it into the learning platform.
Carina Enke 149.1 5
Carina Enke 428.1 6 On this page, you will find some important notes on the use of interactive HTML pages created with external editors.
Carina Enke 139.1 7
Carina Enke 428.1 8
9 {{/layout-cell}}
Carina Enke 139.1 10
Carina Enke 428.1 11 {{layout-cell}}
12
13 {{/layout-cell}}
14 {{/layout-section}}
Carina Enke 139.1 15
Carina Enke 428.1 16 {{layout-section ac:type="single"}}
17 {{layout-cell}}
18 == Open HTML pages with the built-in text editor ==
Carina Enke 139.1 19
20
21
Carina Enke 428.1 22 If you created your HTML page with an external editor, do __**not**__ open and save it with the built-in text editor. Otherwise, parts of the formatting and interactive functions may be lost.
Carina Enke 417.1 23
Carina Enke 428.1 24 The learning platform will show you the following information if you try to edit such an HTML page.
Carina Enke 139.1 25
Carina Enke 428.1 26 [[image:attach:Kursrun - Warnmeldung Editor_en.png||data-xwiki-image-style="img-screen" data-xwiki-image-style-border="true" width="500"]]
Carina Enke 421.1 27
Carina Enke 428.1 28 == ==
Carina Enke 139.1 29
Carina Enke 428.1 30
31 == Links ==
32
33
34
35 By default, all links open in the **same window or browser tab**. The linked content is also **displayed on the entire page** and not only in the content area of the course home page or the course element. If you wish to change this behaviour, you need to make the following adjustments to your links in the HTML code:
36
37 {{code language="xml" title="Open links in a new window or browser tab"}}
38 <a data-cke-saved-href="..." href="..." target="_blank" title="...">My link</a>
Carina Enke 417.1 39 {{/code}}
40
Carina Enke 428.1 41 {{code language="xml" title="Open links within the HTML page (iframe)"}}
42 <a data-cke-saved-href="..." href="..." target="_self" title="...">My link</a>
Carina Enke 417.1 43 {{/code}}
Carina Enke 428.1 44 {{/layout-cell}}
45 {{/layout-section}}
Carina Enke 417.1 46
Carina Enke 428.1 47 {{layout-section ac:type="single"}}
48 {{layout-cell}}
Carina Enke 417.1 49 {{info}}
Carina Enke 428.1 50 For more information on the **target** attribute for links, see [[W3Schools>>url:http://www.w3schools.com/html/html_links.asp||shape="rect"]].
Carina Enke 417.1 51 {{/info}}
Carina Enke 428.1 52 {{/layout-cell}}
53 {{/layout-section}}
54 {{/layout}}