The Joomla implementation component pops up a mode window method, joomlamodal

Source: Internet
Author: User

The Joomla implementation component pops up a mode window method, joomlamodal

This article describes how to bring up a mode window in the Joomla implementation component. We will share this with you for your reference. The details are as follows:

The most critical JS is in/media/system/js/modal. js. Either of the following methods can be implemented: Modify the default. php.

Method 1:

<? Php JHTML: _ ('behavior. modal', 'a. modal');?> <A rel = "{handler: 'iframe', size: {x: 570, y: 400}" href = "/index. php "class =" modal "> view </a>

This is easy to implement. Other things are joomla! All of them help you deal with it. Happy!

Method 2:

<Script src = "/media/system/js/modal. js "> </script> <link rel =" stylesheet "href ="/media/system/css/modal.css "type =" text/css "/> <a id =" aatest "onclick =" f () "> view </a> <script> function f () {SqueezeBox. fromElement (null, {handler: 'iframe', size: {x: 570, y: 400}, href: '/index. php '}) ;}; </script>

Generally, the first method is better. If you want to study how modal. js is implemented, the second method is an example of getting started.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.