PDA

View Full Version : ItemLinks in Editboxes


stewart
01-06-2007, 01:58 AM
I have trawled througgh about 15 pages of topics because i thought this would be a common query, but apparently not. I have an edit box that the user enters text into, but i would like to add functionality that the user can shift+click to link items into this edit box.

I know its possible, i've seen it done, but not been able to figure out how

Any help is appreciated

Thanks

Rowaa
04-06-2007, 09:29 AM
It is not Chat's edit box that implements this, but all item button OnClick handlers instead, so ou'll need to hook all of them and add checks there if your window is open and have focus or not and insert link there if it is.

stewart
04-06-2007, 02:39 PM
Sorry, clicked wrong button