Skip to content

Commit

Permalink
xp deleted and lib modified
Browse files Browse the repository at this point in the history
  • Loading branch information
sarbanandabhikkhu committed Sep 15, 2023
1 parent a88e7ac commit ad67f91
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 76 deletions.
Binary file removed images/xp/I.png
Binary file not shown.
Binary file removed images/xp/L.png
Binary file not shown.
Binary file removed images/xp/Lminus.png
Binary file not shown.
Binary file removed images/xp/Lplus.png
Binary file not shown.
Binary file removed images/xp/T.png
Binary file not shown.
Binary file removed images/xp/Tminus.png
Binary file not shown.
Binary file removed images/xp/Tplus.png
Binary file not shown.
Binary file removed images/xp/blank.png
Binary file not shown.
Binary file removed images/xp/file.png
Binary file not shown.
Binary file removed images/xp/folder.png
Binary file not shown.
Binary file removed images/xp/openfolder.png
Binary file not shown.
31 changes: 0 additions & 31 deletions lib/xloadtree.js
Original file line number Diff line number Diff line change
@@ -1,41 +1,10 @@
/*----------------------------------------------------------------------------\
| XLoadTree 1.11 |
|-----------------------------------------------------------------------------|
| Created by Erik Arvidsson |
| (http://webfx.eae.net/contact.html#erik) |
| For WebFX (http://webfx.eae.net/) |
|-----------------------------------------------------------------------------|
| An extension to xTree that allows sub trees to be loaded at runtime by |
| reading XML files from the server. Works with IE5+ and Mozilla 1.0+ |
|-----------------------------------------------------------------------------|
| Copyright (c) 2001, 2002, 2003, 2006 Erik Arvidsson |
|-----------------------------------------------------------------------------|
| Licensed under the Apache License, Version 2.0 (the "License"); you may not |
| use this file except in compliance with the License. You may obtain a copy |
| of the License at http://www.apache.org/licenses/LICENSE-2.0 |
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
| WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the |
| License for the specific language governing permissions and limitations |
| under the License. |
|-----------------------------------------------------------------------------|
| Dependencies: xtree.js - original xtree library |
| xtree.css - simple css styling of xtree |
| xmlextras.js - provides xml http objects and xml document |
| objects |
|-----------------------------------------------------------------------------|
| 2001-09-27 | Original Version Posted. |
| 2002-01-19 | Added some simple error handling and string templates for |
| | reporting the errors. |
| 2002-01-28 | Fixed loading issues in IE50 and IE55 that made the tree load |
| | twice. |
| 2002-10-10 | (1.1) Added reload method that reloads the XML file from the |
| | server. |
| 2003-05-06 | Added support for target attribute |
| 2006-05-28 | Changed license to Apache Software License 2.0. |
|-----------------------------------------------------------------------------|
| Created 2001-09-27 | All changes are in the log above. | Updated 2006-05-28 |
\----------------------------------------------------------------------------*/


Expand Down
45 changes: 0 additions & 45 deletions lib/xtree.js
Original file line number Diff line number Diff line change
@@ -1,52 +1,7 @@
/*----------------------------------------------------------------------------\
| Cross Browser Tree Widget 1.17 |
|-----------------------------------------------------------------------------|
| Created by Emil A Eklund |
| (http://webfx.eae.net/contact.html#emil) |
| For WebFX (http://webfx.eae.net/) |
|-----------------------------------------------------------------------------|
| An object based tree widget, emulating the one found in microsoft windows, |
| with persistence using cookies. Works in IE 5+, Mozilla and konqueror 3. |
|-----------------------------------------------------------------------------|
| Copyright (c) 2000, 2001, 2002, 2003, 2006 Emil A Eklund |
|-----------------------------------------------------------------------------|
| Licensed under the Apache License, Version 2.0 (the "License"); you may not |
| use this file except in compliance with the License. You may obtain a copy |
| of the License at http://www.apache.org/licenses/LICENSE-2.0 |
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
| WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the |
| License for the specific language governing permissions and limitations |
| under the License. |
|-----------------------------------------------------------------------------|
| Dependencies: xtree.css (To set up the CSS of the tree classes) |
|-----------------------------------------------------------------------------|
| 2001-01-10 | Original Version Posted. |
| 2001-03-18 | Added getSelected and get/setBehavior that can make it behave |
| | more like windows explorer, check usage for more information. |
| 2001-09-23 | Version 1.1 - New features included keyboard navigation (ie) |
| | and the ability to add and remove nodes dynamically and some |
| | other small tweaks and fixes. |
| 2002-01-27 | Version 1.11 - Bug fixes and improved mozilla support. |
| 2002-06-11 | Version 1.12 - Fixed a bug that prevented the indentation line |
| | from updating correctly under some circumstances. This bug |
| | happened when removing the last item in a subtree and items in |
| | siblings to the remove subtree where not correctly updated. |
| 2002-06-13 | Fixed a few minor bugs cased by the 1.12 bug-fix. |
| 2002-08-20 | Added usePersistence flag to allow disable of cookies. |
| 2002-10-23 | (1.14) Fixed a plus icon issue |
| 2002-10-29 | (1.15) Last changes broke more than they fixed. This version |
| | is based on 1.13 and fixes the bugs 1.14 fixed withou breaking |
| | lots of other things. |
| 2003-02-15 | The selected node can now be made visible even when the tree |
| | control loses focus. It uses a new class declaration in the |
| | css file '.webfx-tree-item a.selected-inactive', by default it |
| | puts a light-gray rectangle around the selected node. |
| 2003-03-16 | Adding target support after lots of lobbying... |
| 2006-05-26 | Changed license to Apache Software License 2.0. |
|-----------------------------------------------------------------------------|
| Created 2000-12-11 | All changes are in the log above. | Updated 2006-05-26 |
\----------------------------------------------------------------------------*/

var webFXTreeConfig = {
Expand Down

0 comments on commit ad67f91

Please sign in to comment.