Wiki source code of 02 Externe HTML-Editoren

Last modified by Moritz Baumgarten on 15.01.2024

Hide last authors
Carina Enke 139.1 1 {{layout}}
2 {{layout-section ac:type="two_right_sidebar"}}
3 {{layout-cell}}
Carina Enke 425.1 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 425.1 6 On this page, you will find some important notes on the use of interactive HTML pages created with external editors.
7
8
Carina Enke 139.1 9 {{/layout-cell}}
10
Carina Enke 425.1 11 {{layout-cell}}
12
13 {{/layout-cell}}
Carina Enke 139.1 14 {{/layout-section}}
15
16 {{layout-section ac:type="single"}}
17 {{layout-cell}}
Carina Enke 425.1 18 == Open HTML pages with the built-in text editor ==
Carina Enke 139.1 19
20
21
Carina Enke 425.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 139.1 23
Carina Enke 425.1 24 The learning platform will show you the following information if you try to edit such an HTML page.
Carina Enke 417.1 25
Carina Enke 425.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 139.1 27
Moritz Baumgarten 423.1 28 == ==
Carina Enke 417.1 29
Carina Enke 139.1 30
Carina Enke 425.1 31 == Links ==
Carina Enke 420.1 32
Carina Enke 421.1 33
Carina Enke 417.1 34
Carina Enke 425.1 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:
Carina Enke 417.1 36
Carina Enke 425.1 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 425.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}}
44 {{/layout-cell}}
45 {{/layout-section}}
46
47 {{layout-section ac:type="single"}}
48 {{layout-cell}}
49 {{info}}
Carina Enke 425.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}}
52 {{/layout-cell}}
53 {{/layout-section}}
Carina Enke 139.1 54 {{/layout}}