Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Orion (Archived) » uriTemplate heigh/width hints ignored for iframe
uriTemplate heigh/width hints ignored for iframe [message #1021138] Tue, 19 March 2013 15:12 Go to next message
Michael Fiedler is currently offline Michael FiedlerFriend
Messages: 15
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
Re: uriTemplate heigh/width hints ignored for iframe [message #1021141 is a reply to message #1021138] Tue, 19 March 2013 15:13 Go to previous messageGo to next message
Michael Fiedler is currently offline Michael FiedlerFriend
Messages: 15
Registered: September 2012
Junior Member
I should add: this on orionhub

Regards,
Mike
Re: uriTemplate heigh/width hints ignored for iframe [message #1022449 is a reply to message #1021138] Thu, 21 March 2013 22:40 Go to previous message
Michael Fiedler is currently offline Michael FiedlerFriend
Messages: 15
Registered: September 2012
Junior Member
The answer to this one can be found here:

http://dev.eclipse.org/mhonarc/lists/orion-dev/msg02242.html


Regards,
Mike
Previous Topic:Start Site - No more hosts available
Next Topic:History of Orion
Goto Forum:
  


Current Time: Thu Apr 25 00:46:25 GMT 2024

Powered by FUDForum. Page generated in 0.03900 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top