Joomla article preview effect in articles links - Joomla! Forum - community, help and support
hi,
can let me know how recreate effect when article previewed in admin console on link in text of article.
so have article links within article. on clicking on links, pop-up open containing contents of article without whole template surrounding it, content of linked article. (same preview in article editor).
can let me know how recreate effect when article previewed in admin console on link in text of article.
so have article links within article. on clicking on links, pop-up open containing contents of article without whole template surrounding it, content of linked article. (same preview in article editor).
* include "modal" behavior in template:
* create link in content article want show, , add address:
* give link created in last step class "modal"
for more info, search "joomla behavior modal"
code: select all
jhtml::_('behavior.modal');
* create link in content article want show, , add address:
code: select all
&tmpl=component
* give link created in last step class "modal"
for more info, search "joomla behavior modal"
Comments
Post a Comment