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/07/10 14:18] – fasse | en:entwickler:make_your_plugin_compatible_to_admidio_4 [2021/01/05 14:15] (current) – fasse | ||
---|---|---|---|
Line 17: | Line 17: | ||
==== Replaced functions ==== | ==== Replaced functions ==== | ||
- | $page-> | + | '' |
+ | |||
+ | '' | ||
+ | |||
+ | '' | ||
+ | |||
+ | ==== 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 ==== | ||
+ | '' | ||
+ | |||
+ | '' | ||
+ | |||
+ | '' | ||
+ | |||
+ | '' | ||
+ | |||
+ | '' |