r1609 - branches/bxe_2_0/js

[email protected] Mon, 6 Nov 2006 17:10:51 +0100 (CET)
Newsgroups gmane.editors.bitflux.cvs
Message-ID <[email protected]>
Author: chregu
Date: Mon Nov  6 17:10:50 2006
New Revision: 1609

Modified:
   branches/bxe_2_0/js/widget.js
Log:
don't show table-rows on append

Modified: branches/bxe_2_0/js/widget.js
==============================================================================
--- branches/bxe_2_0/js/widget.js	(original)
+++ branches/bxe_2_0/js/widget.js	Mon Nov  6 17:10:50 2006
@@ -876,7 +876,7 @@
 	var ac = node.XMLNode.allowedNextSiblingsSorted;
 	
 	for (i = 0; i < ac.length; i++) {
-		if (ac[i].nodeType != 3 &&  !ac[i].vdom.bxeDontshow   ) { // && !bxe_config.dontShowInContext[ac[i].namespaceURI + ":" +ac[i].localName]
+		if (ac[i].nodeType != 3 &&  !ac[i].vdom.bxeDontshow  && ac[i].vdom.bxeTabletype != "table-row" ) { // && !bxe_config.dontShowInContext[ac[i].namespaceURI + ":" +ac[i].localName]
 				if (i == 0 || ac[i].vdom != ac[i-1].vdom) {
 				if (ac[i].vdom.bxeHelptext) {
 						var _helptext = ac[i].vdom.bxeHelptext;
-- 
Bx-editor-cvs mailing list
[email protected]
http://lists.bitflux.ch/cgi-bin/listinfo/bx-editor-cvs