12-02-2015 08:51 AM
Hello
I am looking into the possibility of changing the height of finesse supervisor "Team Performance" gadget.
Thanks in anticipation for any help.
Kind Regards
Absaar Javed
Solved! Go to Solution.
02-26-2016 10:43 AM
The height of the team performance gadget is not configurable in Finesse 11.0 or below. It will be configurable in Finesse 11.5 which will be released mid calendar year 2016.
12-04-2015 11:40 AM
In the Finesse Administrator layout, there is a height property, for each gadget.
The gadget is rendered in an IFRAME, so the admin section sets the IFRAME height.
Also, in JavaScript, you could use this...
gadgets.window.adjustHeight(100); // to a specific height.
gadgets.window.adjustHeight(); // or with no height set, will automatically adjust height to fit.
12-05-2015 01:41 AM
Thanks ewindgat
The "Team Performance" gadget is an out of the box gadget, and we don't have source for this gadget. We have this gadget available via a URL, so is there anyway to change height of this gadget?
kind regards
12-07-2015 11:30 AM
Let's see if this helps...
<gadget>https://myserver.com/Gadget.jsp?gadgetHeight=310</gadget>
02-26-2016 10:43 AM
The height of the team performance gadget is not configurable in Finesse 11.0 or below. It will be configurable in Finesse 11.5 which will be released mid calendar year 2016.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide