cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1272
Views
0
Helpful
4
Replies

Possibility to Change height of "Team Performance" Gadget

Absaar Javed
Level 4
Level 4

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

1 Accepted Solution

Accepted Solutions

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.

View solution in original post

4 Replies 4

ewindgat
Level 5
Level 5

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.

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

Let's see if this helps...

<gadget>https://myserver.com/Gadget.jsp?gadgetHeight=310</gadget>

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.