Skip to content

Commit

Permalink
Joomla popup events
Browse files Browse the repository at this point in the history
  • Loading branch information
Fedik committed Mar 12, 2023
1 parent e64f68a commit 42895bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrator/templates/atum/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
<div class="col-md-12">
<main>
<button class="btn btn-primary" type="button"
data-joomla-popup='{"popupType": "iframe", "src":"index.php?option=com_content&view=articles&tmpl=component&layout=modal"}'>Click</button>
data-joomla-popup='{"popupType": "iframe", "width":"80vw", "height": "80vh", "src":"index.php?option=com_content&view=articles&tmpl=component&layout=modal"}'>Click</button>

<button class="btn btn-primary" type="button"
data-joomla-popup='{"popupType": "inline", "popupContent":"#popupText"}'>Click</button>
Expand Down

0 comments on commit 42895bc

Please sign in to comment.