r1649 - in branches/bxe_2_0: css js
[email protected] Thu, 14 Dec 2006 07:27:51 +0100 (CET)
| Newsgroups | gmane.editors.bitflux.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: chregu
Date: Thu Dec 14 07:27:50 2006
New Revision: 1649
Modified:
branches/bxe_2_0/css/editor.css
branches/bxe_2_0/js/widget.js
Log:
non editable for widgets
Modified: branches/bxe_2_0/css/editor.css
==============================================================================
--- branches/bxe_2_0/css/editor.css (original)
+++ branches/bxe_2_0/css/editor.css Thu Dec 14 07:27:50 2006
@@ -370,6 +370,6 @@
[__bxe_noteditable=true] {
-moz-user-modify: read-only;
- -moz-user-input: disabled;
+ /*-moz-user-input: disabled;*/
-moz-user-select: none;
}
Modified: branches/bxe_2_0/js/widget.js
==============================================================================
--- branches/bxe_2_0/js/widget.js (original)
+++ branches/bxe_2_0/js/widget.js Thu Dec 14 07:27:50 2006
@@ -36,6 +36,7 @@
var node = document.createElement(elementName);
node.setAttribute("class",className);
+ node.setAttribute("__bxe_noteditable","true");
if (id) {
node.setAttribute("id",id);
}
--
Bx-editor-cvs mailing list
[email protected]
http://lists.bitflux.ch/cgi-bin/listinfo/bx-editor-cvs