cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
387
Views
0
Helpful
1
Replies

Assistance on gadgets

kenneth.nnani
Level 1
Level 1

Its me again...I might need your expert knowledge in something we are currently working on regarding finesse gadgets...we are trying to create a finesse desktop feature where we should be able to open new tabs within finesse itself from an iframe...In my little experience, I am not sure how to approach this...please do you know if it is possible to open new tabs on finesse desktop instead of the browser.

Thanks in advance for your help.

1 Reply 1

dekwan
Cisco Employee
Cisco Employee

Hi,

I haven't used this portion of the code myself, but take a look at the WorkflowScreenPopSampleGadget. I remember seeing tabs in the iframe in some demos and I can see this in the code which implies that there are tabs in the iframe:

if (tabToPop === 0) {

                    //  add new tab

Thanx,

Denise