description:"The label is displayed by default in front (for radiobuttons behind) each widget (if not empty). If you want to specify a different position, use a '%s' in the label, which gets replaced by the widget itself. Eg. '%s Name' to have the label Name behind a checkbox. The label can contain variables, as descript for name. If the label starts with a '@' it is replaced by the value of the content-array at this index (with the '@'-removed and after expanding the variables).",
ignore: false,
name:"Label",
translate: true,
type:"string"
},
"needed":{
"ignore":true
},
"seamless":{
name:"Seamless",
'default':true,
description:"Specifies that the iframe should be rendered in a manner that makes it appear to be part of the containing document",
translate: false,
type:"boolean"
},
"name":{
name:"Name",
"default":"",
description:"Specifies name of frame, to be used as target for links",
type:"string"
},
fullscreen:{
name:"Fullscreen",
"default":false,
description:"Make the iframe compatible to be a fullscreen video player mode",