PDA

View Full Version : uioutline+ uiview : links and viewport



roudoudou
14 Apr 2008, 12:14 AM
Dear all,

I have 2 questions :

Question A :
I include this code : uioutline+ uiview

this.ui = new Ext.nd.DominoUI({
uiOutline : {outlineName: 'outlineX'},
uiView : {viewName: 'ViewX', viewTitle: 'yyy', showSearch: 'true'}
});

I open a document from the view wich contains some links <a>.
When i click on theses links it refresh the current tabpanel.

But Is it possible to open theses links with a new tabpanel near the uiView TabPanel ?


Question B:

Is it possible to include an uiview in a Tabpanel wich have a viewport ?

Thanks you in advance for your interest.