mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-05 05:29:13 +01:00
Add missing js file from previous commit
This commit is contained in:
parent
e9510598d7
commit
0431911dd1
@ -65,6 +65,10 @@ var et2_iframe = /** @class */ (function (_super) {
|
|||||||
this.options.name = _name;
|
this.options.name = _name;
|
||||||
this.htmlNode.attr('name', _name);
|
this.htmlNode.attr('name', _name);
|
||||||
};
|
};
|
||||||
|
et2_iframe.prototype.set_allow = function (_allow) {
|
||||||
|
this.options.allow = _allow;
|
||||||
|
this.htmlNode.attr('allow', _allow);
|
||||||
|
};
|
||||||
/**
|
/**
|
||||||
* Make it look like part of the containing document
|
* Make it look like part of the containing document
|
||||||
*
|
*
|
||||||
@ -158,6 +162,12 @@ var et2_iframe = /** @class */ (function (_super) {
|
|||||||
"default": "",
|
"default": "",
|
||||||
description: "Specifies URL for the iframe",
|
description: "Specifies URL for the iframe",
|
||||||
type: "string"
|
type: "string"
|
||||||
|
},
|
||||||
|
allow: {
|
||||||
|
name: "Allow",
|
||||||
|
"default": "",
|
||||||
|
description: "Specifies list of allow features, e.g. camera",
|
||||||
|
type: "string"
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
return et2_iframe;
|
return et2_iframe;
|
||||||
|
Loading…
Reference in New Issue
Block a user