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 16:32] – fasse | en:entwickler:make_your_plugin_compatible_to_admidio_4 [2021/01/05 14:15] (current) – fasse | ||
---|---|---|---|
Line 20: | Line 20: | ||
'' | '' | ||
+ | |||
+ | '' | ||
+ | |||
+ | ==== 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 ==== | ||
+ | '' | ||
+ | |||
+ | '' | ||
+ | |||
+ | '' | ||
+ | |||
+ | '' | ||
+ | |||
+ | '' |