Log In
Developer Network
Technologies
Join the Network
Member Services
Events & Community
Finesse Developer Center
Overview
Documentation
Community
Blogs
Cisco Live Update
Theodore Phipps
17 May 2013
"Installing" the Finesse CUIC sample gadget
David Lender
16 Apr 2013
Getting Started with Finesse Gadgets
David Lender
16 Apr 2013
SampleGadget_WebService posted
David Lender
27 Mar 2013
SampleGadget_Logging gadget posted
David Lender
26 Feb 2013
Showing 1 - 5 of 22 results.
Items per Page 5
Page
(Changing the value of this field will reload the page.)
1
2
3
4
5
of 5
First
Previous
Next
Last
Forums
Message Boards Home
Recent Posts
Statistics
Answer
(
Unmark
)
Mark as an Answer
« Back to General Questions
iFrame does not resize on tabs not in focus on login
Threads [
Previous
|
Next
]
Chuck Smith
Posts:
7
Join Date:
9/19/08
Recent Posts
iFrame does not resize on tabs not in focus on login
Answer
2/26/13 6:36 AM
Mark as an Answer
Submit
Reply with Quote
Quick Reply
If you create a second tab from the home tab in finesse, the gadget does not resize correctly unless you are viewing that page when you refresh it. For instance I have 3 tabs. Home, Manage Call, and Employee Utilities. Gadgets in the Employee Utilities do not resize on login. I have to switch to that tab ad refresh the page. Then that tab is ok and the home tab is not. If I move the gadgets to the Home tab from the Employee Utilities tab, they resize correctly on login.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
David Lender
Posts:
170
Join Date:
4/4/08
Recent Posts
RE: New Message from CHARLES SMITH in Cisco Finesse - General Questions: iF
Answer
2/26/13 3:00 PM as a reply to Chuck Smith.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
There is a new feature that was added in Finesse 9.1(1) to finesse.containerservices that provides an event when the tab the gadget is on becomes visible. You can use this event to resize the gadget when the tab becomes visible. For an example of the “tabVisible” handler, see the CUIC sample gadget.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
David Lender
Posts:
170
Join Date:
4/4/08
Recent Posts
RE: New Message from David Lender in Cisco Finesse - General Questions: RE:
Answer
2/26/13 3:39 PM as a reply to David Lender.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Here is how to use the TabVisible event:
containerServices = finesse.containerservices.ContainerServices.init();
containerServices.addHandler("tabVisible", function(){
clientLogs.log("Gadget is now visible");
});
containerServices.makeActiveTabReq();
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Chuck Smith
Posts:
7
Join Date:
9/19/08
Recent Posts
RE: iFrame does not resize on tabs not in focus on login
Answer
2/26/13 7:06 PM as a reply to David Lender.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Stole the code from the CUIC.js file provided on CDN. Worked like a champ! Thanks!!!!
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Collateral
No files available