| uriTemplate heigh/width hints ignored for iframe [message #1021138] |
Tue, 19 March 2013 11:12  |
Michael Fiedler Messages: 12 Registered: September 2012 |
Junior Member |
|
|
I have a plugin that opens an iframe to another site (similar to the Google Picker example, which has this issue too) specifying height/width hints on the uriTemplate but they are not honored. I always get a 100px x 100px iframe.
Does Orion currently ignore the hints?
var serviceImpl = {
run : function(text, fullText, selection, fileName) {
return {uriTemplate: getPickerURL(text), width: "600px", height: "400px"};
}
};
Regards,
Mike
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.01455 seconds