Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:entwickler:make_your_plugin_compatible_to_admidio_4 [2021/01/04 08:01] – [Replaced functions] fasseen:entwickler:make_your_plugin_compatible_to_admidio_4 [2021/01/05 14:15] (current) fasse
Line 31: Line 31:
 New method to open the modal window. Just add a class and a data-href: New method to open the modal window. Just add a class and a data-href:
 <code html><a class="openPopup" href="javascript:void(0);" data-href="http://www.example.com">My Link to a modal window</a></code> <code html><a class="openPopup" href="javascript:void(0);" data-href="http://www.example.com">My Link to a modal window</a></code>
 +
 +==== Changed constants ====
 +''FIELD_DEFAULT'' is replaced by ''HtmlForm::FIELD_DEFAULT''
 +
 +''FIELD_REQUIRED'' is replaced by ''HtmlForm::FIELD_REQUIRED''
 +
 +''FIELD_DISABLED'' is replaced by ''HtmlForm::FIELD_DISABLED''
 +
 +''FIELD_READONLY'' is replaced by ''HtmlForm::FIELD_READONLY''
 +
 +''FIELD_HIDDEN'' is replaced by ''HtmlForm::FIELD_HIDDEN''
  • en/entwickler/make_your_plugin_compatible_to_admidio_4.1609743667.txt.gz
  • Last modified: 2021/01/04 08:01
  • by fasse