Forum Moderators: open

Message Too Old, No Replies

Selecting Individual Elements

         

bootcom_uk

6:07 am on Dec 16, 2003 (gmt 0)

10+ Year Member



Im having problems going about setting up a new function within my WYSIWYG editor.

I am wanting to set some thing up where when the user double clicks on an element (ie table or even just a cell) that a pop up or a modaldialog box will appear with information so that they can amend any of the properties.

Any help is appreciated as Im struggling on where to begin.

korkus2000

4:17 pm on Dec 24, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Not sure about compatability, but you can use the onDblClick event. I do not think that the table or cell allow this event though. Can you make the element a link that needs the double click?

bootcom_uk

11:16 pm on Dec 26, 2003 (gmt 0)

10+ Year Member



Compatiability isnt really a problem as I'm using it as part of an ASP script so if the user doesnt have IE 5.5 or above all they see is a textarea box. I will be using an image to trigger off a dblClick event.

Thanks for the advise