1 |
601
|
doc
|
Javscript Admin
|
2 |
|
|
|
3 |
|
|
Release 1.2
|
4 |
|
|
On Sourcecode of
|
5 |
|
|
(C) Copyright 2006 Stepan Riha (www.nonplus.net)
|
6 |
|
|
* -----------------------------------------------------------------------------------------
|
7 |
|
|
* MODIFICATION HISTORY:
|
8 |
|
|
* by Swen Uth; 01/24/2008
|
9 |
|
|
* + Update to 1.2
|
10 |
|
|
* + Update to Website Baker (include/yui)-> YUI to Version 2.4.1
|
11 |
|
|
* + take the YUI folder to wb/include/
|
12 |
|
|
* + Website Baker 2.7 Kompatible
|
13 |
|
|
* + Multilingual
|
14 |
|
|
* + initial release of the English language file
|
15 |
|
|
* + initial release of the German language file
|
16 |
|
|
* + include the Option for backend.cs
|
17 |
|
|
* + include the option for backend.js
|
18 |
|
|
* + renamed footer.php to jsadmin_backend_include.php for a better understanding for integration and development
|
19 |
|
|
* + INCLUDE ERRORHANDLING for missing YUI - Files
|
20 |
|
|
* + the Array $js_yui_scripts are defined in the jsadmin.php for better development
|
21 |
|
|
* -----------------------------------------------------------------------------------------
|
22 |
|
|
*
|
23 |
|
|
______________________________________________________________
|
24 |
|
|
|
25 |
|
|
DESCRIPTION
|
26 |
|
|
|
27 |
|
|
This tool module adds Javascript functionality to the Website Baker Admin to
|
28 |
|
|
improve some of the UI interactions.
|
29 |
|
|
|
30 |
|
|
Portions of this module use scripts from the Yahoo! UI Library
|
31 |
|
|
You can find it in the WB/include folder
|
32 |
|
|
|
33 |
|
|
http://developer.yahoo.com/yui/
|
34 |
|
|
|
35 |
|
|
______________________________________________________________
|
36 |
|
|
|
37 |
|
|
REQUIREMENTS
|
38 |
|
|
|
39 |
|
|
This module is supported on Website Baker 2.7 and later.
|
40 |
|
|
|
41 |
|
|
______________________________________________________________
|
42 |
|
|
|
43 |
|
|
INSTALLATION
|
44 |
|
|
|
45 |
|
|
The module includes the following files:
|
46 |
|
|
|
47 |
|
|
!!! footer.php is canceled -> renamed to jsadmin_backend_include.php
|
48 |
|
|
images/busy.gif
|
49 |
|
|
images/failure.gif
|
50 |
|
|
images/success.gif
|
51 |
|
|
index.php
|
52 |
|
|
info.php
|
53 |
|
|
js/dragdrop.js
|
54 |
|
|
js/jsadmin.js
|
55 |
|
|
js/restore_pages.js
|
56 |
|
|
js/tool.js
|
57 |
|
|
+ languages/EN.php
|
58 |
|
|
+ languages/DE.php
|
59 |
|
|
jsadmin.php
|
60 |
|
|
move_to.php
|
61 |
|
|
README.txt
|
62 |
|
|
tool.php
|
63 |
|
|
|
64 |
|
|
______________________________________________________________
|