Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| en:entwickler:make_your_plugin_compatible_to_admidio_4 [2020/05/30 14:02] – fasse | en:entwickler:make_your_plugin_compatible_to_admidio_4 [2021/01/05 14:15] (current) – fasse | ||
|---|---|---|---|
| Line 15: | Line 15: | ||
| If you want to add a menu entry to the page than just add this code: | If you want to add a menu entry to the page than just add this code: | ||
| <code php> | <code php> | ||
| + | |||
| + | ==== Replaced functions ==== | ||
| + | '' | ||
| + | |||
| + | '' | ||
| + | |||
| + | '' | ||
| + | |||
| + | ==== Changed methods ==== | ||
| + | The HtmlPage constructor has become a new necessary parameter: | ||
| + | <code php> | ||
| + | // must now be | ||
| + | $page = new HtmlPage(' | ||
| + | |||
| + | New method to open the modal window. Just add a class and a data-href: | ||
| + | <code html>< | ||
| + | |||
| + | ==== Changed constants ==== | ||
| + | '' | ||
| + | |||
| + | '' | ||
| + | |||
| + | '' | ||
| + | |||
| + | '' | ||
| + | |||
| + | '' | ||