Hey,
I wonder if there is a way to open a new IE browser, no a window when clicking a link.
Thanks,
Brian
Hey,
I wonder if there is a way to open a new IE browser, no a window when clicking a link.
Thanks,
Brian
Another alternative:
http://toolkit.itmill.com/demo/doc/api/com/itmill/toolkit/ui/Window.html#open(com.itmill.toolkit.terminal.Resource,%20java.lang.String)
Tks…however the new IE browser doesn’t have standard buttons, while my main application window does. So, I retrieved the value of width, height, border from main window and passed them into new window. But I still could not get the same look. Is there a way to open a browser with same look as main window?
Thanks,
Brian
With Toolkit 4 you most likely need to edit client-side code (javascript) to achieve this.
See this file
WebContent/WEB-INF/lib/themes/base/script/base-ajax-components.js
and find out funtion
renderLink : function(renderer, uidl, target, layoutInfo)