Wiki source code of 02 Externe HTML-Editoren
Last modified by Moritz Baumgarten on 15.01.2024
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
139.1 | 1 | {{layout}} |
2 | {{layout-section ac:type="two_right_sidebar"}} | ||
3 | {{layout-cell}} | ||
![]() |
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. |
![]() |
149.1 | 5 | |
![]() |
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 | |||
![]() |
139.1 | 9 | {{/layout-cell}} |
10 | |||
![]() |
425.1 | 11 | {{layout-cell}} |
12 | |||
13 | {{/layout-cell}} | ||
![]() |
139.1 | 14 | {{/layout-section}} |
15 | |||
16 | {{layout-section ac:type="single"}} | ||
17 | {{layout-cell}} | ||
![]() |
425.1 | 18 | == Open HTML pages with the built-in text editor == |
![]() |
139.1 | 19 | |
20 | |||
21 | |||
![]() |
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. |
![]() |
139.1 | 23 | |
![]() |
425.1 | 24 | The learning platform will show you the following information if you try to edit such an HTML page. |
![]() |
417.1 | 25 | |
![]() |
425.1 | 26 | [[image:attach:Kursrun - Warnmeldung Editor_en.png||data-xwiki-image-style="img-screen" data-xwiki-image-style-border="true" width="500"]] |
![]() |
139.1 | 27 | |
![]() |
423.1 | 28 | == == |
![]() |
417.1 | 29 | |
![]() |
139.1 | 30 | |
![]() |
425.1 | 31 | == Links == |
![]() |
420.1 | 32 | |
![]() |
421.1 | 33 | |
![]() |
417.1 | 34 | |
![]() |
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: |
![]() |
417.1 | 36 | |
![]() |
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> | ||
![]() |
417.1 | 39 | {{/code}} |
40 | |||
![]() |
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> | ||
![]() |
417.1 | 43 | {{/code}} |
44 | {{/layout-cell}} | ||
45 | {{/layout-section}} | ||
46 | |||
47 | {{layout-section ac:type="single"}} | ||
48 | {{layout-cell}} | ||
49 | {{info}} | ||
![]() |
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"]]. |
![]() |
417.1 | 51 | {{/info}} |
52 | {{/layout-cell}} | ||
53 | {{/layout-section}} | ||
![]() |
139.1 | 54 | {{/layout}} |