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