Commit 6622f7e6 authored by Alexandre Derumier's avatar Alexandre Derumier Committed by Dietmar Maurer

allow iframe fullscreen

Signed-off-by: 's avatarAlexandre Derumier <aderumier@odiso.com>
parent 20cd318f
......@@ -111,7 +111,7 @@ Ext.define('Ext.ux.IFrame', {
src: 'about:blank',
renderTpl: [
'<iframe src="{src}" name="{frameName}" width="100%" height="100%" frameborder="0"></iframe>'
'<iframe src="{src}" name="{frameName}" width="100%" height="100%" frameborder="0" allowfullscreen="true"></iframe>'
],
initComponent: function () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment