How Joomla Module Wrapper Works

This module shows an iframe window to specified location.

It has eight options.

  1. URL (url)
  2. Auto Add (radio)
  3. Scroll Bars (list)
  4. Width (text)
  5. Height (text)
  6. Auto Height (radio)
  7. Frame Border (radio)
  8. Target Name (text)

The helper file has one function:

  1. public static function getParams(&$params)

The default layout file contains HTML output of iframe tag.