••• EXAMPLE
Add an iFrame to the body of our document
identifier : my iframe notes
url : ./page1.html
id : jorFrame_1
name :
class :
position : absolute
top : 100
left : 100
width : 300
height : 300
float : none
scroll : false
z-index : 5000
appendTo | selector : body
run on load : true
run on call : Call_Frame_1
...
This will add an iframe to the body of our document on the fly
• div holder = id = ie. jorFrame_1
• iframe = id_fr = ie. jorFrame_1_fr
• div (clickable overlay) = id_cl = ie. jorFrame_1_cl
Why a clickable overlay ?
an iframe is not clickable, sometimes we may want to create a script in which the window is an iframe
but the window needs to be interacted on, In such instances an overlay can be very useful
__________________________________________________________________________
more info on module | iframe see here Properties
MODULE IFRAME - OVERVIEW
jQuery Append
iFrame
TOOL
EXPLAIN ?
module | iframe properties can be used to create iFrames on the fly
in itself this module might not seem that powerful, but combined with other JMPv3.0 modules it becomes a powerful module
ie. add an unordered list to a page (=module | unordered list) - add iframe(s) to the lists (=module | appendTo) , animate the lists etc