mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
Add src attribute as an option to iframe widget
This commit is contained in:
parent
dc84982a55
commit
fdad5d0fcf
@ -49,6 +49,12 @@ var et2_iframe = (function(){ "use strict"; return et2_valueWidget.extend(
|
||||
"default": false,
|
||||
description: "Make the iframe compatible to be a fullscreen video player mode",
|
||||
type: "boolean"
|
||||
},
|
||||
src: {
|
||||
name: "Source",
|
||||
"default": "",
|
||||
description: "Specifies URL for the iframe",
|
||||
type: "string"
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user