PDA

View Full Version : To open contents in same tab



pearlkrish
14 May 2008, 10:34 PM
Hi all,

When i click on the link in west panel i am opening the documents in a grid within a new tab and similarly when i open that document also opens in a new tab hence it leads to open all the new things in new tab else if same view is clicked it identifies the "id" and gets control to already opened tab. My problem is when i do any change in document and see that change in the previous opened tab that change does not resembled. Hence i plan
1. To open all the views and documents everything again and again in the same tab
I dont know whether this is the right choice if so how can i get this happen......or
is there any option or code to solve this problem

jratcliff
16 May 2008, 2:51 PM
So are you saying that when

1) you open a document from a view
2) make a change to the document
3) save and close the document

you then don't see the change reflected in the view? Correct?

We do provide a refresh method to Ext.nd.UIView that could help with this. If we could provide an Ajax way to save the doc, then you could assign a callback function to handle refreshing the view and closing the doc. I'll see what we can do there to help.

Also, I'll look to see if we can add a config option to Ext.nd.DominoUI to allow you to specify that no new tabs are opened when opening views/docs.

~Jack