Skip to content

Files

Latest commit

 

History

History

j-iFrame

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

j-iFrame

The component renders another URL address (stored in the path attribute) directly in the iframe. The biggest benefit is auto-resizing of the iframe element according to the parent selector.

  • jComponent v19|v20

Configuration:

  • parent {String} optional, a container selector (default: window)
  • margin {Number} optional, a vertical margin (default: 0)
  • scrollbar {Boolean} optional, enables iframe scrolling (default: false)

Author