Hello,
I am on Joomla v4.4.9 and I am trying to create a modal window following https://manual.joomla.org/docs/4.4/gene ... la-dialog/.
Running or
from HtmlView.php gives an error:
Am I doing something wrong? Or should I abandon the Joomla JavaScript library and go for e.g. Bootstrap.modal or RegularLabs extension? Thanks!
I am on Joomla v4.4.9 and I am trying to create a modal window following https://manual.joomla.org/docs/4.4/gene ... la-dialog/.
Running
Code:
$wa->useScript('joomla.dialog');
Code:
$wa->useScript('joomla.dialog-autocreate');
from HtmlView.php gives an error:
I looked into ...\media\system\joomla.asset.json file but there is no asset with the above names.There is no "joomla.dialog-autocreate" asset of a "script" type in the registry.
Am I doing something wrong? Or should I abandon the Joomla JavaScript library and go for e.g. Bootstrap.modal or RegularLabs extension? Thanks!
Statistics: Posted by JanoD — Tue Nov 19, 2024 1:57 pm