Global Directory
Global Directory
EXPLORE OUR SITES
London Stock Exchange Group
LSEG Data & Analytics
MyAccount
LSEG Perspectives
London Stock Exchange
FTSE Russell
LCH
Contact Us
Home
TR Internal
Does JET have a call that brings a named tab to the front of its window?
Jonathan Haruni - Refinitiv
..........
Find more posts tagged with
eikon
jet
refinitiv-internal
Accepted answers
Neil Shah
We can control the size of the explorer window the app is in, but there's no way to bring it to the front or back.
We can not control any other window or tab
All comments
Neil Shah
We can control the size of the explorer window the app is in, but there's no way to bring it to the front or back.
We can not control any other window or tab
Andy Yung
May I know how do we control the size of the parent explorer window?
Neil Shah
Sample code is in the JET Demo app
Helios(Eikon) | Internal | JET.js Tutorials and Demos | Core Functionality | Resize Window
Neil Shah
for reference
width
height
inner
resizeTo
xDelta
yDelta
resizeBy
JET.init({
ID: "JETSample"
});
$("#resizeTo").click(function() {
var width = parseInt($("#width").val());
var height = parseInt($("#height").val());
var inner = $("#resize-to-inner").prop("checked");
JET.resizeTo(width, height, inner);
});
$("#resizeBy").click(function() {
var xDelta = parseInt($("#xDelta").val());
var yDelta = parseInt($("#yDelta").val());
JET.resizeBy(xDelta, yDelta);
});
Quick Links
All Forums
Recent Questions
Terms of use
Privacy & Cookie Statement
Cookies settings
Do not sell my info
Whistleblowing
UK Bribery Act
Modern Slavery Act