Welcome to Pintexx Forum Sign in | Join | Faq

pinEdit

Started by goodman343 at 07-16-2010 8:35 . Topic has 3 replies.

Print Search
Sort Posts:    
   07-16-2010, 8:35
goodman343 is not online. Last active: 16.03.2011 17:17:41 goodman343

Top 25 Posts
Joined on 11-18-2008
Posts 30
onClick events firing in Edit Mode
Reply Quote
Is it possible for pinEdit to ignore onClick events during Editing?

I am using 7.2 .net version.
   Report 
   07-19-2010, 8:17
Pintexx Support is not online. Last active: 12.01.2012 07:36:39 Pintexx Support

Top 10 Posts
Joined on 08-30-2005
Posts 1.910
Re: onClick events firing in Edit Mode
Reply Quote
Hello,

why should that be ?

You can ignore them yourself by reading Mode property.

if editor.Mode == ...

Regards,
Hans-Peter
   Report 
   07-19-2010, 10:25
goodman343 is not online. Last active: 16.03.2011 17:17:41 goodman343

Top 25 Posts
Joined on 11-18-2008
Posts 30
Re: onClick events firing in Edit Mode
Reply Quote
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

   Report 
   07-20-2010, 8:11
Pintexx Support is not online. Last active: 12.01.2012 07:36:39 Pintexx Support

Top 10 Posts
Joined on 08-30-2005
Posts 1.910
Re: onClick events firing in Edit Mode
Reply Quote
Hello,

now I see.
Unfortunately this is not possible.

Regards,
Hans-Peter
   Report 
Pintexx Forum » Developer Produ... » pinEdit » onClick events firing in Edit Mode