]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.webapp/src/main/webapp/source/class/org/argeo/ria/util/Element.js
Use a specific renderer for status cell background management / Disable the mouse...
[gpl/argeo-slc.git] / org.argeo.slc.webapp / src / main / webapp / source / class / org / argeo / ria / util / Element.js
index bfa90fee22d4e3d63bd99a41f49c91cccabd5197..3fbb6f04218fcbd3e8e49cd92ee0b786f40cee6e 100644 (file)
@@ -1,11 +1,7 @@
-/* ************************************************************************\r
-\r
-       Overrides the Qooxdoo qx.xml.Element to handle the namespace prefixes!!\r
-\r
-************************************************************************ */\r
-\r
 /**\r
  * Cross browser XML Element API\r
+ * \r
+ * Overrides the Qooxdoo qx.xml.Element to handle the namespace prefixes\r
  *\r
  * http://msdn.microsoft.com/library/default.asp?url=/library/en-us/xmlsdk/html/81f3de54-3b79-46dc-8e01-73ca2d94cdb5.asp\r
  * http://developer.mozilla.org/en/docs/Parsing_and_serializing_XML\r
@@ -22,7 +18,7 @@ qx.Class.define("org.argeo.ria.util.Element",
      * @param query {String} XPath query\r
      * @param NSMap (Object) A map matching namespace prefixes to namespace URIS;\r
      * @return {Element} first matching element\r
-     * @signature function(element, query)\r
+     * @signature function(element, query, NSMap)\r
      */\r
     selectSingleNode : qx.core.Variant.select("qx.client",\r
     {\r
@@ -75,7 +71,7 @@ qx.Class.define("org.argeo.ria.util.Element",
      * @param query {String} XPath query\r
      * @param NSMap {Map} Mapping between namespaces prefixes and URI.\r
      * @return {Element[]} List of matching elements\r
-     * @signature function(element, query)\r
+     * @signature function(element, query, NSMap)\r
      */\r
     selectNodes : qx.core.Variant.select("qx.client",\r
     {\r