[qooxdoo-devel] [PATCH 2/3] option to update more than one dom-element, when defining domElem as array

2009-08-21 Thread qooxdoo-ml
From: Heiko Stuebner --- source/class/hjx/Hijax.js | 24 +--- 1 files changed, 17 insertions(+), 7 deletions(-) diff --git a/source/class/hjx/Hijax.js b/source/class/hjx/Hijax.js index 4765da9..669471c 100644 --- a/source/class/hjx/Hijax.js +++ b/source/class/hjx/Hijax.js

[qooxdoo-devel] [PATCH] patches for hijax contrib

2009-08-21 Thread qooxdoo-ml
Hi all, during the last days I expanded the hijax-contrib a bit for our use and would like to present these changes to a wider audience. Perhaps someone wants to commit them to the contrib-svn. Included in the followup-mails are: [PATCH 1/3] option to limit the capturing of links to specific pag

[qooxdoo-devel] [PATCH 3/3] option to send the ids of the parts that should be updated to the server this enables an intelligent server to create only the needed parts of the page resulting in a possi

2009-08-21 Thread qooxdoo-ml
From: Heiko Stuebner --- source/class/hjx/Hijax.js | 24 ++-- 1 files changed, 18 insertions(+), 6 deletions(-) diff --git a/source/class/hjx/Hijax.js b/source/class/hjx/Hijax.js index 669471c..5633924 100644 --- a/source/class/hjx/Hijax.js +++ b/source/class/hjx/Hijax.js

[qooxdoo-devel] [PATCH 1/3] option to limit the capturing of links to specific page-parts using a new _capture setting specifying XPath-expressions

2009-08-21 Thread qooxdoo-ml
From: Heiko Stuebner --- source/class/hjx/Hijax.js | 11 +-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/source/class/hjx/Hijax.js b/source/class/hjx/Hijax.js index 6d07952..4765da9 100644 --- a/source/class/hjx/Hijax.js +++ b/source/class/hjx/Hijax.js @@ -86,8 +86,1