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

Possibility to Change height of "Team Performance" Gadget

Absaar Javed
Enthusiast
Enthusiast

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
Contributor
Contributor

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.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Recognize Your Peers