Announcement

Do not use the forums to submit bug reports, feature requests or patches, submit a New Ticket instead.

#1 2010-08-20 17:21:47

claud108
New member
Registered: 2010-08-20
Posts: 1

Integration of Xinha into XForms

Hi,

Thtough project eXSLTForms, I integrated Xinha in XForms (see http://extxsltforms.sourceforge.net/sit … xinha.xml), within XSLTForms processor.

But it is now working only for Gecko and IE, as I have no idea on hpw to attach a handler for "blur" event for editor.

For IE and Gecko I used:
Xinha._addEvent( editor._iframe, 'blur', function(){ } ); // IE
Xinha._addEvent( editor._doc, 'blur',    function(){ } ); // GECKO

Anyone has any idea on how to solve this for Opera, Google Chrome, and Safari?

Thanks in advance,
Claudius

Offline

#2 2010-08-20 21:07:38

gogo
Xinha Leader
From: New Zealand
Registered: 2005-02-11
Posts: 1,015
Website

Re: Integration of Xinha into XForms

Mostly the others work similarly to GECKO, but it woudln't surprise me if there simply isn't support for blur in this instance.  Best I can suggest is work backwards from _doc and try blur events on the parent nodes to see if anything fires it.


James Sleeman

Offline

Board footer

Powered by FluxBB