ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
dev.txt.php
Go to the documentation of this file.
1 <?php exit; ?>
2 
3 ===================================
4 Wiki User HTML Export
5 ===================================
6 
7 - On Button Click (Javascript): il.Wiki.Pres.startHTMLExport()
8  - Ajax call to (PHP): ilObjWikiGUI->initUserHTMLExport()
9  - On Ajax Success (Javascript):
10  - Ajax call to (PHP): ilObjWikiGUI->startUserHTMLExport()
11  - Call to il.Wiki.Pres.updateProgress
12  - Ajax call to (PHP): ilObjWikiGUI->getUserHTMLExportProgress()
13  - On Ajax Success:
14  - If finished window.location.href to ilObjWikiGUI->downloadUserHTMLExport()
15  - If not finished: Wait for a second and call to il.Wiki.Pres.updateProgress
16 
17 
18 ===================================
19 New Wiki Links
20 ===================================
21 
22 - Button Presentation (1) -> WikiPageGUI adds button?
23 
24 (1) OnClick
25 - Open Overlay
26 - Get Form per Ajax
27  - Target Page (2)
28  - Presentation Text
29  - Search Button (3)
30  - Add Link Button (4)
31  - Cancel Button (5)
32 
33 (2) OnChange
34 - Get/add autocomplete list
35 - Check existence and update status
36 
37 (3) Click
38 - Get result list per ajax
39 
40 (4) Click
41 - Add link to text frame (problem: keep selection)
42 - Close Overlay
43 
44 (5) Click
45 - Close Overlay
46 
PHP
Definition: index.php:3
exit
Definition: dev.txt.php:1
add()
Definition: add.php:2
update($pash, $contents, Config $config)
Class ilObjWikiGUI.