0% found this document useful (0 votes)
551 views

Mod Ajax Popup-Manual en

This document provides documentation for an AJAX Popup Module for Joomla 1.0.x. The module allows any content to be displayed in a popup with a fade-in effect. Position, appearance settings, and more can be configured per module instance. The module has been tested across multiple browsers and operating systems. It outputs valid XHTML and is licensed under the GNU/GPL.

Uploaded by

api-19768954
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
551 views

Mod Ajax Popup-Manual en

This document provides documentation for an AJAX Popup Module for Joomla 1.0.x. The module allows any content to be displayed in a popup with a fade-in effect. Position, appearance settings, and more can be configured per module instance. The module has been tested across multiple browsers and operating systems. It outputs valid XHTML and is licensed under the GNU/GPL.

Uploaded by

api-19768954
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

AJAX Popup Module for Joomla 1.0.

x
Documentation

Description

The AJAX Popup Module places the content of any Content Item with a soft fade-in-effect. Contained AJAX-
Statements, for example AJAX-Thick- or Lightbox, will proceed as normal. Since the Popup-code is written into
the mainframe, popup blocker can’t detect and stop the Popup.

Any content will be displayed flashy but discreet.

Position, view, speed/rate of Fade-In and the number of appearance per browser session can be individual
adjusted for each copy of the module.

Valid XHTML 1.0 Strict-output.


Tested crossbrowser-compatibility:

• Windows (XP): MSIE 6.0 or 7.0, Netscape 7.1, Opera 9.25, Firefox 2.0
• MAC (OS X): Safari 1.3.2 or Firefox 2.0
• Linux (Ubuntu 7.06): Firefox 2.0
• PNG-24 transparancy-alpha-channel-support for MSIE < 7
(CSS-attributes for PNG-background-pictures: background: url(…) position, –repeat-x and repeat-y is
not supported!)

The module is licensed under the free GNU/GPL. Two different translations are available (English, German).

Use this module in Joomla! Versions 1.0.x!vv

1
mediahof | Blomenburger Allee 1, 24238 Selent | Internet: www.mediahof.de | E-Mail: [email protected]
AJAX Popup Module for Joomla 1.0.x
Documentation

Parameters

After install open the module in the backend module manager:

Set individual parameters for any existing copy of


the module.

To hide the module-title set the parameter „show


title“ to „no“.

1. Fill in the Content ID of the desired


Content Item
2. Type a class suffix (if useful) (Default=
„popup“)
3. absolute position of the left top corner
4. total height and width (no difference if
with or without title). If content
overflows, scroll bars will appear.
5. a small value accelerates the fade-in-
speed
6. a small value (smallest value = 1) fade-
in more softly (many smooth fade-in-
steps)
7. if the title bar is set to hide, there is no
way to close the popup manual. Useful if
the popup-content contains (a) linked
picture(s)
8. This text will be shown in the title bar at
the top of the popup-area.
9. text-color of the title (hexadecimal
notation)
10. background-color of the title
(hexadecimal notation)
11. height of title bar (px). A mouse click on
this area closes the popup.
12. Total number of appearance per browser
session. A large value (e.g. 1000) means
that the popup will be opened at each
page-call. If you don’t want to bother
your site-visitors, reduce the number of
appearance to 1 or 2.

Further popup-styles have to be defined in


the template-stylesheet (css).

2
mediahof | Blomenburger Allee 1, 24238 Selent | Internet: www.mediahof.de | E-Mail: [email protected]
AJAX Popup Module for Joomla 1.0.x
Documentation

CSS

<div class="popup(_class suffix)"> This (left) illustrates the html-output of the popup-module.
<div class="popuptitle">
<a id="popuplink">title</a></div> The popup will be written dynamic with an absolute postion (css) into
<div> the actual content. This enables the popup to appear anywhere you
like. Other content won’t be affected.

Included DHTML-Scripts or embed objects, like e.g. Flash-animations,


proceed as normal.
content …

</div>
</div>

Our homepage for example, uses the popup with transparent background and without title bar:

Have some fun with our Ajax-Popup Module and the Joomla! CMS.

3
mediahof | Blomenburger Allee 1, 24238 Selent | Internet: www.mediahof.de | E-Mail: [email protected]

You might also like