From fc5c73fcd97f9c6573e7407f688f52ce56ad98bc Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Tue, 15 Nov 2005 14:29:45 +0000 Subject: [PATCH] r8877@llin: dpavlin | 2005-11-14 18:40:33 +0100 update to upstream version 0.2 git-svn-id: svn+ssh://mjesec/home/dpavlin/svn/webpac2/trunk@55 07558da8-63fa-0310-ba24-9fe276d99e06 --- web/iwf/docs/index.html | 65 +++- web/iwf/docs/iwf.css | 62 +++- web/iwf/docs/overview.xml | 72 +--- web/iwf/iwfajax.js | 266 +++++++++++---- web/iwf/iwfconfig.js | 100 ++++++ web/iwf/iwfcore.js | 162 +++++---- web/iwf/iwfgui.js | 676 +++++++++++++++++++++++++++++++------- web/iwf/iwfxml.js | 93 +++--- 8 files changed, 1103 insertions(+), 393 deletions(-) create mode 100644 web/iwf/iwfconfig.js diff --git a/web/iwf/docs/index.html b/web/iwf/docs/index.html index e0e1f85..b9c4e55 100644 --- a/web/iwf/docs/index.html +++ b/web/iwf/docs/index.html @@ -13,7 +13,6 @@ alert('error= ' + code + '\nMessage=' + msg + '\n\n' + text); } - var cur = null; function doRequest(url, tgt){ @@ -44,6 +43,7 @@ } function unhilite(){ + // move outline box back to current item if(cur){ hilite(cur); } @@ -52,38 +52,71 @@ - + -