reignman
02-05-2007, 10:08 AM
I've got a tab, which doesn't reload everytime it's getting activated:
I do this with (the last parameter is for just loading once)
TabPreview.setUrl(PreviewUrl, null, true);
but sometimes I've got to reset the Url for the Tab because I've another mainitem selected.
If I do following code:
TabPreview.setUrl(PreviewUrl2, null, true);
and if tab gets activated it doesn't reload.
The trick is: I've got to set
TabPreview.loaded = false;
I'm not sure if this line should be added to setUrl() function.
greets Reignman
I do this with (the last parameter is for just loading once)
TabPreview.setUrl(PreviewUrl, null, true);
but sometimes I've got to reset the Url for the Tab because I've another mainitem selected.
If I do following code:
TabPreview.setUrl(PreviewUrl2, null, true);
and if tab gets activated it doesn't reload.
The trick is: I've got to set
TabPreview.loaded = false;
I'm not sure if this line should be added to setUrl() function.
greets Reignman