Re: onClick events firing in Edit Mode
pinEdit
onClick events firing in Edit Mode
goodman343
07-16-2010, 8:35
Is it possible for pinEdit to ignore onClick events during Editing?
I am using 7.2 .net version.
Re: onClick events firing in Edit Mode
Pintexx Support
07-19-2010, 8:17
Hello,
why should that be ?
You can ignore them yourself by reading Mode property.
if editor.Mode == ...
Regards,
Hans-Peter
Re: onClick events firing in Edit Mode
goodman343
07-19-2010, 10:25
Hello again,
The onClick events I am referring to are javascript "OnClick" events that occur inside the page.
I have an onclick event in the HTML page I am trying to edit, it fires when the cursor clicks inside the scripted table area.
This occurs in edit and preview modes.
Is there a way I can supress the onClick scripts from firing whilst during editing?
Thank you for your time.
Mike
Re: onClick events firing in Edit Mode
Pintexx Support
07-20-2010, 8:11
Hello,
now I see.
Unfortunately this is not possible.
Regards,
Hans-Peter