Hi all,
I would like to add links to various items (mostly IButtons and tabs) in my application. These links should not influence the current behavior; their only
function would be that they can be opened in a new window/tab.
To make it clear: I can already address the surfaces of my application; this works very nicely. I can also copy the current address from the address bar, and open it in a new window. The address follows the changes of application state.
What is missing is only the ability to display (and copy) links to the addresses where the various already existing and working navigation elements would direct the user.
So, how can I add a link target to an IButton (and tabs in a TabSet, and rows in a ListGrid and a TreeGrid :), without changing the behavior of it?
Thank you for your help!
I would like to add links to various items (mostly IButtons and tabs) in my application. These links should not influence the current behavior; their only
function would be that they can be opened in a new window/tab.
To make it clear: I can already address the surfaces of my application; this works very nicely. I can also copy the current address from the address bar, and open it in a new window. The address follows the changes of application state.
What is missing is only the ability to display (and copy) links to the addresses where the various already existing and working navigation elements would direct the user.
So, how can I add a link target to an IButton (and tabs in a TabSet, and rows in a ListGrid and a TreeGrid :), without changing the behavior of it?
Thank you for your help!
Comment