Hi Isomorphic,
when I use a LinkItem (which can show a link in Read Only mode) this shows the link target before click in the browser lower left like any plain <a href=...> link, even though the link is opened in the end with js (I assume). This is nice.
I now have "links" in some of my ListGrid columns, where I show the content with an underline and have a addRecordClickHandler() that in the end uses com.google.gwt.user.client.Window.open to open a new window.
How can I show the link target before click in the browser lower left like in LinkItem, so that I can simulate the <a href=...> behaviour even better?
I can't use it like in grid_datatypes_link_text sample, because these are mail addresses or telephone numbers and I need to manually add a mailto: or tel: in front of the data.
Thank you & Best regards
Blama
when I use a LinkItem (which can show a link in Read Only mode) this shows the link target before click in the browser lower left like any plain <a href=...> link, even though the link is opened in the end with js (I assume). This is nice.
I now have "links" in some of my ListGrid columns, where I show the content with an underline and have a addRecordClickHandler() that in the end uses com.google.gwt.user.client.Window.open to open a new window.
How can I show the link target before click in the browser lower left like in LinkItem, so that I can simulate the <a href=...> behaviour even better?
I can't use it like in grid_datatypes_link_text sample, because these are mail addresses or telephone numbers and I need to manually add a mailto: or tel: in front of the data.
Thank you & Best regards
Blama
Comment