forked from extern/egroupware
Add src attribute as an option to iframe widget
This commit is contained in:
parent
412c8f80ea
commit
a15070d478
@ -49,6 +49,12 @@ var et2_iframe = (function(){ "use strict"; return et2_valueWidget.extend(
|
|||||||
"default": false,
|
"default": false,
|
||||||
description: "Make the iframe compatible to be a fullscreen video player mode",
|
description: "Make the iframe compatible to be a fullscreen video player mode",
|
||||||
type: "boolean"
|
type: "boolean"
|
||||||
|
},
|
||||||
|
src: {
|
||||||
|
name: "Source",
|
||||||
|
"default": "",
|
||||||
|
description: "Specifies URL for the iframe",
|
||||||
|
type: "string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user