r1560 - branches/bxe_2_0/js
[email protected] Fri, 20 Oct 2006 16:13:26 +0200 (CEST)
| Newsgroups | gmane.editors.bitflux.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: chregu
Date: Fri Oct 20 16:13:25 2006
New Revision: 1560
Modified:
branches/bxe_2_0/js/widget.js
Log:
insert required attribtues
Modified: branches/bxe_2_0/js/widget.js
==============================================================================
--- branches/bxe_2_0/js/widget.js (original)
+++ branches/bxe_2_0/js/widget.js Fri Oct 20 16:13:25 2006
@@ -1312,7 +1312,10 @@
}
}
} catch (e) { bxe_catch_alert(e);}
- bxe_Transform(false,false,xmlnode);
+ xmlnode.parentNode.isNodeValid(true,2,true);
+ bxe_Transform(false,false,xmlnode.parentNode);
+
+
}
function Widget_XPathMouseOver (e) { //dump(e.currentTarget.XMLNode._htmlnode.getAttribute("__bxe_id") + "\n");;
--
Bx-editor-cvs mailing list
[email protected]
http://lists.bitflux.ch/cgi-bin/listinfo/bx-editor-cvs