phpslash-commit Mailing List for phpSlash (Page 16)
Brought to you by:
joestewart,
nhruby
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(11) |
Nov
(59) |
Dec
(60) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(52) |
Feb
(77) |
Mar
(118) |
Apr
(76) |
May
(106) |
Jun
(145) |
Jul
(9) |
Aug
(15) |
Sep
(78) |
Oct
(83) |
Nov
(105) |
Dec
(51) |
2003 |
Jan
(105) |
Feb
(100) |
Mar
(111) |
Apr
(149) |
May
(95) |
Jun
(56) |
Jul
(8) |
Aug
(2) |
Sep
|
Oct
(22) |
Nov
(117) |
Dec
(6) |
2004 |
Jan
(1) |
Feb
|
Mar
(3) |
Apr
(25) |
May
|
Jun
(11) |
Jul
(26) |
Aug
(85) |
Sep
(119) |
Oct
(312) |
Nov
(271) |
Dec
(5) |
2005 |
Jan
(6) |
Feb
|
Mar
|
Apr
(12) |
May
(7) |
Jun
(8) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
(5) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Luis M <le...@us...> - 2004-10-29 22:13:49
|
Update of /cvsroot/phpslash/phpslash-dev In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv343 Modified Files: ChangeLog Log Message: Index: ChangeLog =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** ChangeLog 29 Oct 2004 05:32:32 -0000 1.18 --- ChangeLog 29 Oct 2004 22:13:40 -0000 1.19 *************** *** 1,2 **** --- 1,145 ---- + 2004-10-29 18:12 lems1 + + * include/modules/auth/authtypes/slashAuthLDAP.class: works better. + still double-login for newly registered users, but preauth works. + seems like auth expired is set to a wrong number and this is why we + have to relogin? + + 2004-10-29 17:57 lems1 + + * include/modules/auth/authtypes/slashAuthLDAP.class: attempts to + log users in silently after successfully registering them in sql db + + 2004-10-29 17:45 lems1 + + * include/modules/auth/authtypes/slashAuthLDAP.class: psl_preauth() + works flawlessly now. problem was md5()'ing password before + saveAuthor(), which essentially will md5() password again in the + form: username:md5_password :-) ... talk about recursion... + + 2004-10-29 16:47 joestewart + + * include/modules/auth/slashAuth.class: remember me preauth fix + + 2004-10-29 16:22 joestewart + + * CHANGES, include/modules/auth/slashAuth.class: remember me + preauth fix + + 2004-10-29 14:44 lems1 + + * include/modules/auth/authtypes/slashAuthLDAP.class: preauth + doesn't work correctly for ldap-only users yet. but, $this->auth is + setup the "right" way now... still double-login issue for all + accounts + + 2004-10-29 14:09 lems1 + + * include/modules/author/Author.class: Cleaned ugly ^M ( hi DOS + users :-) ) + + 2004-10-29 13:35 lems1 + + * include/modules/auth/slashAuth.class: added psl_passwd() with + comments. essentially, it allows to create standard psl passwords + or a password with an optional challenge string. + + 2004-10-29 13:20 joestewart + + * public_html/scripts/fckeditor/editor/js/: fck_startup.js, + fckeditorcode_gecko_1.js, fckeditorcode_gecko_2.js, + fckeditorcode_ie_1.js, fckeditorcode_ie_2.js: complete fckeditor + addition + + 2004-10-29 13:10 joestewart + + * public_html/config_setup.php: psl_core.sql, psl_example.sql - + correct section_block_lut id's. + + 2004-10-29 12:35 joestewart + + * CHANGES, tables/0.8/psl_core.sql, tables/0.8/psl_example.sql: + psl_core.sql, psl_example.sql - correct section_block_lut id's. + + 2004-10-29 11:22 joestewart + + * public_html/scripts/fckeditor/_jsp/: README.txt, build.xml, + build/classes/com/fredck/FCKeditor/FCKeditor.class, + build/classes/com/fredck/FCKeditor/FCKeditorConfigurations.class, + build/classes/com/fredck/FCKeditor/connector/ConnectorServlet.class, + build/classes/com/fredck/FCKeditor/tags/FCKeditorConfigurationsTag.class, + build/classes/com/fredck/FCKeditor/tags/FCKeditorTag.class, + dist/FCKEditor-2.0b.jar, dist/FCKeditor.tld, + dist/commons-fileupload.jar, dist/docs/api/allclasses-frame.html, + dist/docs/api/allclasses-noframe.html, + dist/docs/api/constant-values.html, + dist/docs/api/deprecated-list.html, dist/docs/api/help-doc.html, + dist/docs/api/index-all.html, dist/docs/api/index.html, + dist/docs/api/overview-frame.html, + dist/docs/api/overview-summary.html, + dist/docs/api/overview-tree.html, dist/docs/api/package-list, + dist/docs/api/packages.html, dist/docs/api/serialized-form.html, + dist/docs/api/stylesheet.css, + dist/docs/api/com/fredck/FCKeditor/FCKeditor.html, + dist/docs/api/com/fredck/FCKeditor/FCKeditorConfigurations.html, + dist/docs/api/com/fredck/FCKeditor/package-frame.html, + dist/docs/api/com/fredck/FCKeditor/package-summary.html, + dist/docs/api/com/fredck/FCKeditor/package-tree.html, + dist/docs/api/com/fredck/FCKeditor/connector/ConnectorServlet.html, + dist/docs/api/com/fredck/FCKeditor/connector/package-frame.html, + dist/docs/api/com/fredck/FCKeditor/connector/package-summary.html, + dist/docs/api/com/fredck/FCKeditor/connector/package-tree.html, + dist/docs/api/com/fredck/FCKeditor/tags/FCKeditorConfigurationsTag.html, + dist/docs/api/com/fredck/FCKeditor/tags/FCKeditorTag.html, + dist/docs/api/com/fredck/FCKeditor/tags/package-frame.html, + dist/docs/api/com/fredck/FCKeditor/tags/package-summary.html, + dist/docs/api/com/fredck/FCKeditor/tags/package-tree.html, + dist/docs/api/resources/inherit.gif, + docs/api/allclasses-frame.html, docs/api/allclasses-noframe.html, + docs/api/constant-values.html, docs/api/deprecated-list.html, + docs/api/help-doc.html, docs/api/index-all.html, + docs/api/index.html, docs/api/overview-frame.html, + docs/api/overview-summary.html, docs/api/overview-tree.html, + docs/api/package-list, docs/api/packages.html, + docs/api/serialized-form.html, docs/api/stylesheet.css, + docs/api/com/fredck/FCKeditor/FCKeditor.html, + docs/api/com/fredck/FCKeditor/FCKeditorConfigurations.html, + docs/api/com/fredck/FCKeditor/package-frame.html, + docs/api/com/fredck/FCKeditor/package-summary.html, + docs/api/com/fredck/FCKeditor/package-tree.html, + docs/api/com/fredck/FCKeditor/connector/ConnectorServlet.html, + docs/api/com/fredck/FCKeditor/connector/package-frame.html, + docs/api/com/fredck/FCKeditor/connector/package-summary.html, + docs/api/com/fredck/FCKeditor/connector/package-tree.html, + docs/api/com/fredck/FCKeditor/tags/FCKeditorConfigurationsTag.html, + docs/api/com/fredck/FCKeditor/tags/FCKeditorTag.html, + docs/api/com/fredck/FCKeditor/tags/package-frame.html, + docs/api/com/fredck/FCKeditor/tags/package-summary.html, + docs/api/com/fredck/FCKeditor/tags/package-tree.html, + docs/api/resources/inherit.gif, lib/commons-fileupload.jar, + src/FCKeditor.tld, src/com/fredck/FCKeditor/FCKeditor.java, + src/com/fredck/FCKeditor/FCKeditorConfigurations.java, + src/com/fredck/FCKeditor/package.html, + src/com/fredck/FCKeditor/connector/10b36~ue.html, + src/com/fredck/FCKeditor/connector/ConnectorServlet.java, + src/com/fredck/FCKeditor/connector/package.html, + src/com/fredck/FCKeditor/tags/FCKeditorConfigurationsTag.java, + src/com/fredck/FCKeditor/tags/FCKeditorTag.java, + src/com/fredck/FCKeditor/tags/package.html: complete fckeditor + addition + + 2004-10-29 02:39 lems1 + + * include/modules/auth/authtypes/slashAuthLDAP.class: all attempts + to fixed bugs failed... to be continued + + 2004-10-29 02:08 lems1 + + * include/modules/auth/authtypes/slashAuthLDAP.class: fixed a + number of bugs: 1. sql only users can authenticate (thanks to + pre_auth) 2. ldap only users need to authenticate twice (dunno why) + 3. ldap only users pre_auth fails always (dunno why) also, added a + new method to generate a psl password (psl_passwd) + 2004-10-29 01:31 lems1 |
From: Luis M <le...@us...> - 2004-10-29 22:12:45
|
Update of /cvsroot/phpslash/phpslash-dev/include/modules/auth/authtypes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32606 Modified Files: slashAuthLDAP.class Log Message: works better. still double-login for newly registered users, but preauth works. seems like auth expired is set to a wrong number and this is why we have to relogin? Index: slashAuthLDAP.class =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/include/modules/auth/authtypes/slashAuthLDAP.class,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** slashAuthLDAP.class 29 Oct 2004 21:57:54 -0000 1.11 --- slashAuthLDAP.class 29 Oct 2004 22:12:34 -0000 1.12 *************** *** 196,209 **** debug("new_info",$new_info); /* silently login new user */ ! $this->auth["uid"] = $user_info['author_id']; ! $this->auth["uname"] = $user_info['author_name']; ! $this->auth["perm"] = $this->get_userperms($user_info['author_id']); ! $this->auth["email"] = $user_info['email']; ! $this->auth["realname"] = $user_info['realname']; } else { debug("user","Could not register authenticated user in SQL db"); $this->auth["error"] = pslgetText("Could not register authenticated user in SQL db"); } - /*$this->auth['perms'] = $this->get_userperms($username);*/ return true; } else { --- 196,209 ---- debug("new_info",$new_info); /* silently login new user */ ! $this->auth["uid"] = $new_info['author_id']; ! $this->auth["uname"] = $new_info['author_name']; ! $this->get_userperms($new_info['author_id']); ! $this->auth["email"] = $new_info['email']; ! $this->auth["realname"] = $new_info['realname']; ! debug("auth",$this->auth); } else { debug("user","Could not register authenticated user in SQL db"); $this->auth["error"] = pslgetText("Could not register authenticated user in SQL db"); } return true; } else { |
From: Luis M <le...@us...> - 2004-10-29 21:58:04
|
Update of /cvsroot/phpslash/phpslash-dev/include/modules/auth/authtypes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29501 Modified Files: slashAuthLDAP.class Log Message: attempts to log users in silently after successfully registering them in sql db Index: slashAuthLDAP.class =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/include/modules/auth/authtypes/slashAuthLDAP.class,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** slashAuthLDAP.class 29 Oct 2004 21:45:29 -0000 1.10 --- slashAuthLDAP.class 29 Oct 2004 21:57:54 -0000 1.11 *************** *** 186,190 **** $ary['author_realname'] = $username; /* TODO get cn from LDAP */ $ary['password'] = $password; - debug("password","old: $password. new: ".$ary['password']); /** permissions TODO ask if this is right way? */ $perms = array('nobody'=>20,'user'=>21); --- 186,189 ---- *************** *** 194,199 **** /** loads $this->ary with whatever is needed to allow propper authentication @see slashAuth::load_user_info() */ ! $new_info = $this->load_user_info($ary); debug("new_info",$new_info); } else { debug("user","Could not register authenticated user in SQL db"); --- 193,204 ---- /** loads $this->ary with whatever is needed to allow propper authentication @see slashAuth::load_user_info() */ ! $new_info = $this->get_psluser_info($username); debug("new_info",$new_info); + /* silently login new user */ + $this->auth["uid"] = $user_info['author_id']; + $this->auth["uname"] = $user_info['author_name']; + $this->auth["perm"] = $this->get_userperms($user_info['author_id']); + $this->auth["email"] = $user_info['email']; + $this->auth["realname"] = $user_info['realname']; } else { debug("user","Could not register authenticated user in SQL db"); |
From: Luis M <le...@us...> - 2004-10-29 21:45:39
|
Update of /cvsroot/phpslash/phpslash-dev/include/modules/auth/authtypes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27201 Modified Files: slashAuthLDAP.class Log Message: psl_preauth() works flawlessly now. problem was md5()'ing password before saveAuthor(), which essentially will md5() password again in the form: username:md5_password :-) ... talk about recursion... Index: slashAuthLDAP.class =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/include/modules/auth/authtypes/slashAuthLDAP.class,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** slashAuthLDAP.class 29 Oct 2004 18:44:53 -0000 1.9 --- slashAuthLDAP.class 29 Oct 2004 21:45:29 -0000 1.10 *************** *** 32,35 **** --- 32,36 ---- * @param $password plain text password * @param $user_info array that holds metadata like md5 user/pass combo + * @return $user_info if true, false if fails * * TODO Should psl_preauth make sure that $username exists in LDAP *************** *** 48,71 **** return false; } - $is_user = false; - // generate the expected response ! $md5_pw = $user_info['password']; // this is the raw MD5ed user/pass combo ! ! /** FIXME at this point i could simply match: md5_pw with md5(username:password)... */ $expected_response = md5("$md5_pw:$challenge"); $response = $this->psl_passwd($username,$password,$challenge); ! // compare the responses ! debug("responses","$expected_response == $response"); ! if ($expected_response == $response) { // success ! $is_user = true; } else { $this->auth["error"] = pslgetText("LDAP preauthentication failed."); } ! debug("return",$is_user); ! return $is_user; } --- 49,70 ---- return false; } // generate the expected response ! $ary = $this->get_psluser_info($username); /* queries sql for password */ ! $md5_pw = $ary['password']; // md5(username:password) in sql db ! //debug("responses","MD5 with no challenge: $md5_pw"); $expected_response = md5("$md5_pw:$challenge"); $response = $this->psl_passwd($username,$password,$challenge); ! //debug("responses","MD5 pass no challenge: ".$this->psl_passwd($username,$password)); ! // compare the responses ! debug("responses","expected: $expected_response == response: $response"); ! if ( $expected_response == $response ) { // success ! return $user_info; } else { $this->auth["error"] = pslgetText("LDAP preauthentication failed."); } ! return false; } *************** *** 186,190 **** $ary['author_name'] = $username; $ary['author_realname'] = $username; /* TODO get cn from LDAP */ ! $ary['password'] = $this->psl_passwd($username,$password); /** permissions TODO ask if this is right way? */ $perms = array('nobody'=>20,'user'=>21); --- 185,190 ---- $ary['author_name'] = $username; $ary['author_realname'] = $username; /* TODO get cn from LDAP */ ! $ary['password'] = $password; ! debug("password","old: $password. new: ".$ary['password']); /** permissions TODO ask if this is right way? */ $perms = array('nobody'=>20,'user'=>21); *************** *** 194,198 **** /** loads $this->ary with whatever is needed to allow propper authentication @see slashAuth::load_user_info() */ ! $this->load_user_info($ary); } else { debug("user","Could not register authenticated user in SQL db"); --- 194,199 ---- /** loads $this->ary with whatever is needed to allow propper authentication @see slashAuth::load_user_info() */ ! $new_info = $this->load_user_info($ary); ! debug("new_info",$new_info); } else { debug("user","Could not register authenticated user in SQL db"); |
From: Joe S. <joe...@us...> - 2004-10-29 20:47:28
|
Update of /cvsroot/phpslash/phpslash-dev/include/modules/auth In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15090/phpslash-dev/include/modules/auth Modified Files: slashAuth.class Log Message: remember me preauth fix Index: slashAuth.class =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/include/modules/auth/slashAuth.class,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** slashAuth.class 29 Oct 2004 20:22:14 -0000 1.7 --- slashAuth.class 29 Oct 2004 20:47:18 -0000 1.8 *************** *** 212,216 **** $this->auth["url"] = $user_info["url"]; $uid = $user_info["author_id"]; ! $this->auth["perm"] = $this->get_userperms($uid); // use preferences --- 212,216 ---- $this->auth["url"] = $user_info["url"]; $uid = $user_info["author_id"]; ! $this->get_userperms($uid); // use preferences *************** *** 394,398 **** // load the user's permissions/group membership ! $this->auth["perm"] = $this->get_userperms( $uid); // successful - no errors --- 394,398 ---- // load the user's permissions/group membership ! $this->get_userperms( $uid); // successful - no errors *************** *** 719,723 **** } //end while ! return $this->auth['perm']; } // end of function get_userperms() --- 719,723 ---- } //end while ! return true; } // end of function get_userperms() *************** *** 756,760 **** loadClass('Author'); $author_ary = Author::getAuthor($arg_ary); ! $this->auth["perm"] = $this->get_userperms($author_ary['author_id']); $this->auth["dname"] = $author_ary['author_realname']; $this->auth["uname"] = $author_ary['author_name']; --- 756,760 ---- loadClass('Author'); $author_ary = Author::getAuthor($arg_ary); ! $this->get_userperms($author_ary['author_id']); $this->auth["dname"] = $author_ary['author_realname']; $this->auth["uname"] = $author_ary['author_name']; |
From: Joe S. <joe...@us...> - 2004-10-29 20:22:24
|
Update of /cvsroot/phpslash/phpslash-dev/include/modules/auth In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9400/phpslash-dev/include/modules/auth Modified Files: slashAuth.class Log Message: remember me preauth fix Index: slashAuth.class =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/include/modules/auth/slashAuth.class,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** slashAuth.class 29 Oct 2004 17:35:09 -0000 1.6 --- slashAuth.class 29 Oct 2004 20:22:14 -0000 1.7 *************** *** 185,192 **** $user_info = $this->get_psluser_info($cookie_ary[1]); ! $is_user = $this->psl_preauth($user_info['author_name'], $user_info['password'], $user_info); // if the user is not found - apply any preferences ! if ($is_user == false) { if(!empty($cookie_ary['preferences'])) { $this->auth['preferences'] = $cookie_ary['preferences']; --- 185,192 ---- $user_info = $this->get_psluser_info($cookie_ary[1]); ! $user_info = $this->psl_preauth($user_info['author_name'], $user_info['password'], $user_info); // if the user is not found - apply any preferences ! if ($user_info == false) { if(!empty($cookie_ary['preferences'])) { $this->auth['preferences'] = $cookie_ary['preferences']; *************** *** 219,228 **** $this->use_preferences(); } ! // Copy across other options ! foreach ($temparray as $k => $v) { ! if (!isset($this->auth[$k])) { ! // Make sure we dont overwrite anything that's already there ! $this->auth[$k] = $v; ! #debug("slashAuth option $k",$v); } } --- 219,230 ---- $this->use_preferences(); } ! if(is_array($temparray)){ ! // Copy across other options ! foreach ($temparray as $k => $v) { ! if (!isset($this->auth[$k])) { ! // Make sure we dont overwrite anything that's already there ! $this->auth[$k] = $v; ! #debug("slashAuth option $k",$v); ! } } } *************** *** 860,864 **** // dummy method to be overridden in child class function psl_preauth($username, $password, $user_info) { ! return false; } --- 862,866 ---- // dummy method to be overridden in child class function psl_preauth($username, $password, $user_info) { ! return $user_info; } |
From: Joe S. <joe...@us...> - 2004-10-29 20:22:24
|
Update of /cvsroot/phpslash/phpslash-dev In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9400/phpslash-dev Modified Files: CHANGES Log Message: remember me preauth fix Index: CHANGES =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/CHANGES,v retrieving revision 1.133 retrieving revision 1.134 diff -C2 -d -r1.133 -r1.134 *** CHANGES 29 Oct 2004 16:35:43 -0000 1.133 --- CHANGES 29 Oct 2004 20:22:14 -0000 1.134 *************** *** 15,19 **** 2004-October 28 Joe Stewart <joe...@us... [B] - psl_core.sql, psl_example.sql - correct section_block_lut id's. ! 2004-October 29 Luis M <le...@ph... [F] - LDAP authentication works --- 15,20 ---- 2004-October 28 Joe Stewart <joe...@us... [B] - psl_core.sql, psl_example.sql - correct section_block_lut id's. ! auth/slashAuth.class - correct "Remember Me" preauth. ! 2004-October 29 Luis M <le...@ph... [F] - LDAP authentication works |
From: Luis M <le...@us...> - 2004-10-29 18:45:05
|
Update of /cvsroot/phpslash/phpslash-dev/include/modules/auth/authtypes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18233 Modified Files: slashAuthLDAP.class Log Message: preauth doesn't work correctly for ldap-only users yet. but, $this->auth is setup the "right" way now... still double-login issue for all accounts Index: slashAuthLDAP.class =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/include/modules/auth/authtypes/slashAuthLDAP.class,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** slashAuthLDAP.class 29 Oct 2004 06:39:24 -0000 1.8 --- slashAuthLDAP.class 29 Oct 2004 18:44:53 -0000 1.9 *************** *** 22,43 **** var $found = ""; /** search results found */ - /** - * PSL password - * - * Arranges password in std PSL format - * - */ - function psl_passwd ($username,$password,$my_challenge="") - { - global $challenge; - if ( empty($my_challenge) ) - { - $my_challenge = $challenge; - } - $md5_pw = md5("$username:$password"); - $pw = md5("$md5_pw:$my_challenge"); - return $pw; - } - /** * PSL LDAP's pre-validation --- 22,25 ---- *************** *** 70,76 **** // generate the expected response $md5_pw = $user_info['password']; // this is the raw MD5ed user/pass combo $expected_response = md5("$md5_pw:$challenge"); ! ! $response = $this->psl_passwd($username,$password); // compare the responses --- 52,59 ---- // generate the expected response $md5_pw = $user_info['password']; // this is the raw MD5ed user/pass combo + + /** FIXME at this point i could simply match: md5_pw with md5(username:password)... */ $expected_response = md5("$md5_pw:$challenge"); ! $response = $this->psl_passwd($username,$password,$challenge); // compare the responses *************** *** 202,220 **** $ary = array (); $ary['author_name'] = $username; ! $ary['username'] = $username; /** NOT NEEDED ? */ ! $ary['uname'] = $username; /** NOT NEEDED ? */ ! $ary['uid'] = $username; /** NOT NEEDED ? */ $ary['password'] = $this->psl_passwd($username,$password); /** permissions TODO ask if this is right way? */ $perms = array('nobody'=>20,'user'=>21); $ary['permission'] = $perms; ! if ( $this->psl_register_authed($ary) == false ) { debug("user","Could not register authenticated user in SQL db"); $this->auth["error"] = pslgetText("Could not register authenticated user in SQL db"); } ! $this->auth['uid'] = $username; ! $this->auth['perms'] = $this->get_userperms($username); ! return true; } else { --- 185,203 ---- $ary = array (); $ary['author_name'] = $username; ! $ary['author_realname'] = $username; /* TODO get cn from LDAP */ $ary['password'] = $this->psl_passwd($username,$password); /** permissions TODO ask if this is right way? */ $perms = array('nobody'=>20,'user'=>21); $ary['permission'] = $perms; ! if ( $this->psl_register_authed($ary) != false ) { + /** loads $this->ary with whatever is needed to allow + propper authentication @see slashAuth::load_user_info() */ + $this->load_user_info($ary); + } else { debug("user","Could not register authenticated user in SQL db"); $this->auth["error"] = pslgetText("Could not register authenticated user in SQL db"); } ! /*$this->auth['perms'] = $this->get_userperms($username);*/ return true; } else { |
From: Luis M <le...@us...> - 2004-10-29 18:10:06
|
Update of /cvsroot/phpslash/phpslash-dev/include/modules/author In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10488 Modified Files: Author.class Log Message: Cleaned ugly ^M ( hi DOS users :-) ) Index: Author.class =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/include/modules/author/Author.class,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Author.class 24 Sep 2004 20:15:27 -0000 1.3 --- Author.class 29 Oct 2004 18:09:53 -0000 1.4 *************** *** 1,1101 **** ! <?php ! ! /* $Id$ */ ! ! /** ! * Provides an API to the PHPSlash Author Management. ! * ! * This object is how we do anything with authors. ! * ! * optional configuration variables: [...2173 lines suppressed...] ! } ! ! function get_group_users($group) { ! $q = "SELECT psl_author.author_name ! FROM psl_group, psl_author_group_lut, psl_author ! WHERE psl_group.group_id = psl_author_group_lut.group_id ! AND psl_author_group_lut.author_id = psl_author.author_id ! AND psl_group.group_name = '$group'"; ! debug("q", $q); ! $this->db->query($q); ! ! $i = 0; ! if ($this->db->next_record()) { ! return $this->db->Record; ! } ! return false; ! } ! ! } /* end of Author.class */ ! ?> |
From: Luis M <le...@us...> - 2004-10-29 17:35:29
|
Update of /cvsroot/phpslash/phpslash-dev/include/modules/auth In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2977 Modified Files: slashAuth.class Log Message: added psl_passwd() with comments. essentially, it allows to create standard psl passwords or a password with an optional challenge string. Index: slashAuth.class =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/include/modules/auth/slashAuth.class,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** slashAuth.class 18 Oct 2004 17:06:39 -0000 1.5 --- slashAuth.class 29 Oct 2004 17:35:09 -0000 1.6 *************** *** 863,867 **** } ! } ?> --- 863,889 ---- } ! /** ! * PSL password ! * ! * Arranges password in std PSL format ! * ! * @param $username ! * @param $password ! * @param $my_challenge optional challenge to use. If this option is given, then a password in the form "md5(md5(username:password):my_challenge)" will be returned (needed for CR and other types of authentication. Not for normal plain text passwords sent over the wire (i.e., not CR). ! * ! */ ! function psl_passwd ($username,$password,$my_challenge="") ! { ! if ( empty($my_challenge) ) ! { ! /* We only need a simple password: */ ! $pw = md5("$username:$password"); ! } else { ! /* Challenged was passed, so we return an encrypted string using this */ ! $md5_pw = md5("$username:$password"); ! $pw = md5("$md5_pw:$my_challenge"); ! } ! return $pw; ! } } ?> |
Update of /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/editor/js In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32044/phpslash-dev/public_html/scripts/fckeditor/editor/js Added Files: fck_startup.js fckeditorcode_gecko_1.js fckeditorcode_gecko_2.js fckeditorcode_ie_1.js fckeditorcode_ie_2.js Log Message: complete fckeditor addition --- NEW FILE: fck_startup.js --- /* * FCKeditor - The text editor for internet * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: * http://www.opensource.org/licenses/lgpl-license.php * * For further information visit: * http://www.fckeditor.net/ * * This file has been compacted for best loading performance. * * Version: 2.0 Beta 1 * Created: 2004-06-01 00:25:31 */ var FCKBrowserInfo=new Object();var sAgent=navigator.userAgent.toLowerCase();FCKBrowserInfo.IsIE=sAgent.indexOf("msie") != -1;FCKBrowserInfo.IsGecko=! FCKBrowserInfo.IsIE;if (FCKBrowserInfo.IsIE){FCKBrowserInfo.MajorVer=navigator.appVersion.match(/MSIE (.)/)[1];FCKBrowserInfo.MinorVer=navigator.appVersion.match(/MSIE .\.(.)/)[1];}else{FCKBrowserInfo.MajorVer=0;FCKBrowserInfo.MinorVer=0;};FCKBrowserInfo.IsIE55OrMore=FCKBrowserInfo.IsIE && (FCKBrowserInfo.MajorVer > 5 || FCKBrowserInfo.MinorVer >=5);var FCKScriptLoader=new Object();FCKScriptLoader.IsLoading=false;FCKScriptLoader.Queue=new Array();FCKScriptLoader.AddScript=function(scriptPath){FCKScriptLoader.Queue[ FCKScriptLoader.Queue.length ]=scriptPath;if (!this.IsLoading) this.CheckQueue();};FCKScriptLoader.CheckQueue=function(){if (this.Queue.length > 0){this.IsLoading=true;var sScriptPath=this.Queue[0];var oTempArray=new Array();for (i=1 ; i < this.Queue.length ; i++) oTempArray[ i - 1 ]=this.Queue[ i ];this.Queue=oTempArray;var e;if (sScriptPath.lastIndexOf( '.css' ) > 0){e=document.createElement('LINK');e.rel='stylesheet';e.type='text/css';}else{e=document.createElement("script");e.type="text/javascript";};document.getElementsByTagName("head")[0].appendChild( e);var oEvent=function(){if (this.tagName=='LINK' || !this.readyState || this.readyState == 'loaded') FCKScriptLoader.CheckQueue();};if (e.tagName=='LINK'){if (FCKBrowserInfo.IsIE) e.onload=oEvent;else FCKScriptLoader.CheckQueue();e.href=sScriptPath;}else{e.onload=e.onreadystatechange=oEvent;e.src=sScriptPath;};}else{this.IsLoading=false;if (this.OnEmpty) this.OnEmpty();};};var FCKConfig=new Object();if (document.location.protocol=='file:'){FCKConfig.BasePath=document.location.pathname.substr(1);FCKConfig.BasePath=FCKConfig.BasePath.replace(/\\/gi, '/');FCKConfig.BasePath='file://' + FCKConfig.BasePath.substring(0,FCKConfig.BasePath.lastIndexOf('/')+1);}else FCKConfig.BasePath=document.location.pathname.substring(0,document.location.pathname.lastIndexOf('/')+1);FCKConfig.LoadHiddenField=function(){var oConfigField=window.parent.document.getElementById(FCK.Name + '___Config');if (! oConfigField) return;var aCouples=oConfigField.value.split('&');for (var i=0 ; i < aCouples.length ; i++){var aConfig=aCouples[i].split('=');var sConfigName=aConfig[0];var sConfigValue=aConfig[1];if (sConfigValue=="true") FCKConfig[sConfigName]=true;else if (sConfigValue=="false") FCKConfig[sConfigName]=false;else if (! isNaN(sConfigValue)) FCKConfig[sConfigName]=parseInt(sConfigValue);else FCKConfig[sConfigName]=sConfigValue;};};window.document.oncontextmenu=function(e){if (e) e.preventDefault();return false;};if (! FCKBrowserInfo.IsIE){window.onresize=function(){var oFrame=document.getElementById("eEditorArea");oFrame.height=0;var oCell=document.getElementById("eWysiwygCell");var iHeight=oCell.offsetHeight;oFrame.height=iHeight - 2;};};window.onload=function(){FCKScriptLoader.OnEmpty=function(){FCKConfig.LoadHiddenField();LoadStyles();};FCKScriptLoader.AddScript('../fckconfig.js');};function LoadStyles(){FCKScriptLoader.OnEmpty=LoadScripts;FCKScriptLoader.AddScript(FCKConfig.SkinPath + 'fck_editor.css');FCKScriptLoader.AddScript(FCKConfig.SkinPath + 'fck_contextmenu.css');};function LoadScripts(){FCKScriptLoader.OnEmpty=function(){this.OnEmpty=null;window.document.dir=FCKLang.Dir;FCK.StartEditor();};if (FCKBrowserInfo.IsIE) FCKScriptLoader.AddScript('js/fckeditorcode_ie_1.js');else FCKScriptLoader.AddScript('js/fckeditorcode_gecko_1.js');};var FCKURLParams=new Object();var aParams=document.location.search.substr(1).split('&');for (i=0 ; i < aParams.length ; i++){var aParam=aParams[i].split('=');var sParamName=aParam[0];var sParamValue=aParam[1];FCKURLParams[ sParamName ]=sParamValue;};FCK_STATUS_NOTLOADED=window.parent.FCK_STATUS_NOTLOADED=0;FCK_STATUS_ACTIVE=window.parent.FCK_STATUS_ACTIVE=1;FCK_STATUS_COMPLETE=window.parent.FCK_STATUS_COMPLETE=2;FCK_TRISTATE_OFF=window.parent.FCK_TRISTATE_OFF=0;FCK_TRISTATE_ON=window.parent.FCK_TRISTATE_ON=1;FCK_TRISTATE_DISABLED=window.parent.FCK_TRISTATE_DISABLED=-1;FCK_UNKNOWN=window.parent.FCK_UNKNOWN=-1000;FCK_TOOLBARITEM_ONLYICON=window.parent.FCK_TOOLBARITEM_ONLYTEXT=0;FCK_TOOLBARITEM_ONLYTEXT=window.parent.FCK_TOOLBARITEM_ONLYTEXT=1;FCK_TOOLBARITEM_ICONTEXT=window.parent.FCK_TOOLBARITEM_ONLYTEXT=2;FCK_EDITMODE_WYSIWYG=window.parent.FCK_EDITMODE_WYSIWYG=0;FCK_EDITMODE_SOURCE=window.parent.FCK_EDITMODE_SOURCE=1;var FCK=new Object();FCK.Name=FCKURLParams[ 'InstanceName' ];FCK.LinkedField=window.parent.document.getElementById(FCK.Name);FCK.Status=FCK_STATUS_NOTLOADED;FCK.EditMode=FCK_EDITMODE_WYSIWYG;FCK.PasteEnabled=false;var FCKeditorAPI;if (!window.parent.FCKeditorAPI){FCKeditorAPI=window.parent.FCKeditorAPI=new Object();FCKeditorAPI.__Instances=new Object();FCKeditorAPI.Version='2.0 Beta 1';FCKeditorAPI.GetInstance=function(instanceName){return this.__Instances[ instanceName ];};}else FCKeditorAPI=window.parent.FCKeditorAPI;FCKeditorAPI.__Instances[ FCK.Name ]=FCK; --- NEW FILE: fckeditorcode_gecko_1.js --- /* * FCKeditor - The text editor for internet * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: * http://www.opensource.org/licenses/lgpl-license.php * * For further information visit: * http://www.fckeditor.net/ * * This file has been compacted for best loading performance. * * Version: 2.0 Beta 1 * Created: 2004-06-01 00:25:31 */ var FCKDebug=new Object();if (FCKConfig.Debug){FCKDebug.Output=function(message, color){if (! FCKConfig.Debug) return;if (message !=null && isNaN( message )){message=message.replace(/</g, "<");};if (!this.DebugWindow || this.DebugWindow.closed){this.DebugWindow=window.open('fckdebug.html', 'FCKeditorDebug', 'menubar=no,scrollbars=no,resizable=yes,location=no,toolbar=no,width=600,height=500', true);};if (this.DebugWindow.Output){this.DebugWindow.Output(message, color);};};}else{FCKDebug.Output=function() {};};var FCKTools=new Object();FCKTools.GetLinkedFieldValue=function(){return FCK.LinkedField.value;};FCKTools.SetLinkedFieldValue=function(value){FCK.LinkedField.value=value;};FCKTools.AttachToLinkedFieldFormSubmit=function(functionPointer){var oForm=FCK.LinkedField.form;if (!oForm) return;if (FCKBrowserInfo.IsIE) oForm.attachEvent("onsubmit", functionPointer);else oForm.addEventListener('submit', functionPointer, true);if (! oForm.updateFCKEditor) oForm.updateFCKEditor=new Array();oForm.updateFCKEditor[oForm.updateFCKEditor.length]=functionPointer;if (! oForm.originalSubmit){oForm.originalSubmit=oForm.submit;oForm.submit=function(){if (this.updateFCKEditor){for (var i=0 ; i < this.updateFCKEditor.length ; i++) this.updateFCKEditor[i]();};this.originalSubmit();};};};FCKTools.AddSelectOption=function(targetDocument, selectElement, optionText, optionValue){var oOption=targetDocument.createElement("OPTION");oOption.text=optionText;oOption.value=optionValue;selectElement.options.add(oOption);return oOption;};FCKTools.RemoveAllSelectOptions=function(selectElement){for (var i=selectElement.options.length - 1 ; i >=0 ; i--){selectElement.options.remove(i);};};FCKTools.SelectNoCase=function(selectElement, value, defaultValue){var sNoCaseValue=value.toString().toLowerCase();for (var i=0 ; i < selectElement.options.length ; i++){if (sNoCaseValue==selectElement.options[i].value.toLowerCase()){selectElement.selectedIndex=i;return;};};if (defaultValue !=null ) FCKTools.SelectNoCase( selectElement, defaultValue);};FCKTools.HTMLEncode=function(text){text=text.replace(/&/g, "&");text=text.replace(/"/g, """);text=text.replace(/</g, "<");text=text.replace(/>/g, ">");text=text.replace(/'/g, "’");return text;};FCKTools.GetResultingArray=function(arraySource, separator){switch (typeof( arraySource )){case "string" : return arraySource.split(separator);case "function" : return separator();default : if (isArray( arraySource )) return arraySource;else return new Array();};};FCKTools.AppendStyleSheet=function(documentElement, cssFileUrl){var e=documentElement.createElement('LINK');e.rel='stylesheet';e.type='text/css';e.href=cssFileUrl;documentElement.getElementsByTagName("HEAD").item(0).appendChild( e);};FCKTools.ClearElementAttributes=function(element){for (var i=0 ; i < element.attributes.length ; i++){element.removeAttribute(element.attributes[i].name, 0);};};FCKTools.GetAllChildrenIds=function(parentElement){var aIds=new Array();var fGetIds=function(parent){for (var i=0 ; i < parent.childNodes.length ; i++){var sId=parent.childNodes[i].id;if (sId && sId.length > 0) aIds[ aIds.length ]=sId;fGetIds(parent.childNodes[i]);};};fGetIds(parentElement);return aIds;};var FCKLanguageManager=new Object();FCKLanguageManager.AvailableLanguages={'ar' : 'Arabic', 'en' : 'English', 'it' : 'Italian'};FCKLanguageManager.GetActiveLanguage=function(){if (FCKConfig.AutoDetectLanguage){var sUserLang=navigator.language ? navigator.language.toLowerCase() : navigator.userLanguage.toLowerCase();FCKDebug.Output('Navigator Language = ' + sUserLang);if (sUserLang.length >=5){sUserLang=sUserLang.substr(0,5);if (this.AvailableLanguages[sUserLang]) return sUserLang;};if (sUserLang.length >=2){sUserLang=sUserLang.substr(0,2);if (this.AvailableLanguages[sUserLang]) return sUserLang;};};return FCKConfig.DefaultLanguage;};FCKLanguageManager.TranslateElements=function(targetDocument, tag, propertyToSet){var aInputs=targetDocument.getElementsByTagName(tag);for (var i=0 ; i < aInputs.length ; i++){if (aInputs[i].attributes['fckLang']){var s=FCKLang[ aInputs[i].attributes["fckLang"].value ];eval('aInputs[i].' + propertyToSet + ' = s');};};};FCKLanguageManager.TranslatePage=function(targetDocument){this.TranslateElements(targetDocument, 'INPUT', 'value');this.TranslateElements(targetDocument, 'SPAN', 'innerHTML');this.TranslateElements(targetDocument, 'OPTION', 'innerHTML');};FCKLanguageManager.ActiveLanguage=new Object();FCKLanguageManager.ActiveLanguage.Code=FCKLanguageManager.GetActiveLanguage();FCKLanguageManager.ActiveLanguage.Name=FCKLanguageManager.AvailableLanguages[ FCKLanguageManager.ActiveLanguage.Code ];FCK.Language=FCKLanguageManager;FCKScriptLoader.AddScript('lang/' + FCKLanguageManager.ActiveLanguage.Code + '.js');var FCKEvents=function(eventsOwner){this.Owner=eventsOwner;this.RegisteredEvents=new Object();};FCKEvents.prototype.AttachEvent=function(eventName, functionPointer, params){if (! this.RegisteredEvents[ eventName ] ) this.RegisteredEvents[ eventName ]=new Array();this.RegisteredEvents[ eventName ][ this.RegisteredEvents[ eventName ].length ]=functionPointer;};FCKEvents.prototype.FireEvent=function(eventName, params){var bReturnValue=true;FCKDebug.Output('Firing event: ' + eventName, 'Fuchsia');var oCalls=this.RegisteredEvents[ eventName ];if (oCalls){for (i in oCalls){if (typeof( oCalls[ i ] )=="function"){bReturnValue=(bReturnValue && oCalls[ i ]( params ));}else{bReturnValue=(bReturnValue && eval( oCalls[ i ] ));};};};return bReturnValue;};var FCKXHtml=new Object();FCKXHtml.GetXHTML=function(node){if (window.ActiveXObject) this.XML=new ActiveXObject('Msxml2.DOMDocument');else{this.XML=document.implementation.createDocument('', '', null);Node.prototype.__defineGetter__('xml', FCKXHtml._Node_getXML);};this.MainNode=this.XML.appendChild(this.XML.createElement( 'XHTML' ));this._AppendChildNodes(this.MainNode, node);var sXHTML=this.MainNode.xml;return sXHTML.substr(7, sXHTML.length - 15);};FCKXHtml._Node_getXML=function(){var oSerializer=new XMLSerializer();return oSerializer.serializeToString(this);};FCKXHtml._AppendAttribute=function(xmlNode, attributeName, attributeValue){var oXmlAtt=this.XML.createAttribute(attributeName);if (typeof( attributeValue )=='boolean' && attributeValue == true) oXmlAtt.value=attributeName;else oXmlAtt.value=attributeValue;xmlNode.attributes.setNamedItem(oXmlAtt);};FCKXHtml._AppendChildNodes=function(xmlNode, htmlNode){var oChildren=htmlNode.childNodes;var i=0;while (i < oChildren.length){i +=this._AppendNode(xmlNode, oChildren[i]);};};FCKXHtml._AppendNode=function(xmlNode, htmlNode){var iAddedNodes=1;switch (htmlNode.nodeType){case 1 : var sNodeName=htmlNode.nodeName.toLowerCase();var oNode=xmlNode.appendChild(this.XML.createElement( sNodeName ));var oAttributes=htmlNode.attributes;for (var n=0 ; n < oAttributes.length ; n++){var oAttribute=oAttributes[n];if (oAttribute.specified) this._AppendAttribute(oNode, oAttribute.nodeName.toLowerCase(), oAttribute.nodeValue);};switch (sNodeName){case "script" : case "style" : oNode.appendChild(this.XML.createCDATASection( htmlNode.text ));break;case "abbr" : if (document.all){var oNextNode=htmlNode.nextSibling;while (true){iAddedNodes++;if (oNextNode && oNextNode.nodeName !='/ABBR'){this._AppendNode(oNode, oNextNode);oNextNode=oNextNode.nextSibling;}else break;};break;};case "area" : if (document.all && ! oNode.attributes.getNamedItem( 'coords' )){var sCoords=htmlNode.getAttribute('coords', 2);if (sCoords && sCoords !='0,0,0') this._AppendAttribute(oNode, 'coords', sCoords);};case "img" : if (! oNode.attributes.getNamedItem( 'alt' )) this._AppendAttribute(oNode, 'alt', '');default : this._AppendChildNodes(oNode, htmlNode);break;};break;case 3 : xmlNode.appendChild(this.XML.createTextNode( htmlNode.nodeValue ));break;default : xmlNode.appendChild(this.XML.createComment( "Element not supported - Type: " + htmlNode.nodeType + " Name: " + htmlNode.nodeName ));break;};return iAddedNodes;};FCK.Events=new FCKEvents(FCK);FCK.Toolbar=null;FCK.SetStatus=function(newStatus){this.Status=newStatus;if (newStatus==FCK_STATUS_ACTIVE){if (FCKBrowserInfo.IsIE) FCKScriptLoader.AddScript('js/fckeditorc ode_ie_2.js');else FCKScriptLoader.AddScript('js/fckeditorcode_gecko_2.js');};this.Events.FireEvent('OnStatusChange', newStatus);if (this.OnStatusChange ) this.OnStatusChange( newStatus);};FCK.SetHTML=function(html, forceWYSIWYG){if (forceWYSIWYG || FCK.EditMode==FCK_EDITMODE_WYSIWYG){if (FCKBrowserInfo.IsGecko) FCK.EditorDocument.designMode="off";this.EditorDocument.body.innerHTML=html;if (FCKBrowserInfo.IsGecko) FCK.EditorDocument.designMode="on";}else document.getElementById('eSourceField').value = html;};FCK.GetHTML=function(){if (FCK.EditMode==FCK_EDITMODE_WYSIWYG) return this.EditorDocument.body.innerHTML;else return document.getElementById('eSourceField').value;};FCK.GetXHTML=function(){var bSource=(FCK.EditMode==FCK_EDITMODE_SOURCE);if (bSource) this.SwitchEditMode();var sXHTML=FCKXHtml.GetXHTML(this.EditorDocument.body);if (bSource) this.SwitchEditMode();return sXHTML;};FCK.UpdateLinkedField=function(){if (FCKConfig.EnableXHTML) FCKTools.SetLinkedFieldValue(FCK.GetXHTML());else FCKTools.SetLinkedFieldValue(FCK.GetHTML());};FCK.Focus=function(){if (FCK.EditMode==FCK_EDITMODE_WYSIWYG) FCK.EditorDocument.body.focus();else document.getElementById('eSource').focus();};FCK.ShowContextMenu=function(x, y){if (this.Status !=FCK_STATUS_COMPLETE) return;FCKContextMenu.Show(x, y);this.Events.FireEvent("OnContextMenu");};FCK.Description="FCKeditor for Gecko Browsers";FCK.StartEditor=function(){this.EditorWindow=window.frames[ 'eEditorArea' ];this.EditorDocument=this.EditorWindow.document;this.SetHTML(FCKTools.GetLinkedFieldValue());FCKTools.AttachToLinkedFieldFormSubmit(this.UpdateLinkedField);var oOnContextMenu=function(e){e.preventDefault();FCK.ShowContextMenu(e.clientX, e.clientY);};this.EditorDocument.addEventListener('contextmenu', oOnContextMenu, true);var oOnKeyDown=function(e){if (e.ctrlKey && !e.shiftKey && !e.altKey){if (e.which==86 || e.which==118){if (FCK.Status==FCK_STATUS_COMPLETE){if (!FCK.Events.FireEvent( "OnPaste" )) e.preventDefault();}else e.preventDefault();};};};this.EditorDocument.addEventListener('keydown', oOnKeyDown, true);var oOnSelectionChange=function(e){FCK.Events.FireEvent("OnSelectionChange");};this.EditorDocument.addEventListener('mouseup', oOnSelectionChange, false);this.EditorDocument.addEventListener('keyup', oOnSelectionChange, false);this.EditorDocument.designMode="on";this.SetStatus(FCK_STATUS_ACTIVE);}; --- NEW FILE: fckeditorcode_gecko_2.js --- /* * FCKeditor - The text editor for internet * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: * http://www.opensource.org/licenses/lgpl-license.php * * For further information visit: * http://www.fckeditor.net/ * * This file has been compacted for best loading performance. * * Version: 2.0 Beta 1 * Created: 2004-06-01 00:25:33 */ FCK.ExecuteNamedCommand=function(commandName, commandParameter){this.EditorDocument.execCommand(commandName, false, commandParameter);this.Events.FireEvent('OnSelectionChange');};FCK.GetNamedCommandState=function(commandName){try{if (!FCK.EditorDocument.queryCommandEnabled( commandName )) return FCK_TRISTATE_DISABLED;else return FCK.EditorDocument.queryCommandState(commandName) ? FCK_TRISTATE_ON : FCK_TRISTATE_OFF;}catch (e){return FCK_TRISTATE_OFF;};};FCK.GetNamedCommandValue=function(commandName){var sValue='';var eState=FCK.GetNamedCommandState(commandName);if (eState==FCK_TRISTATE_DISABLED) return null;try{sValue=this.EditorDocument.queryCommandValue(commandName);}catch(e) {};return sValue ? sValue : '';};FCK.CreateLink=function(url){if (url.length==0) this.ExecuteNamedCommand('Unlink');else{this.ExecuteNamedCommand('CreateLink', "javascript:void(0);/*fckeditortemplink*/");var oLinks=this.EditorDocument.links;for (i=0 ; i < oLinks.length ; i++){if (oLinks[i].href=="javascript:void(0);/*fckeditortemplink*/"){oLinks[i].href=url;return oLinks[i];};};};};FCK.CleanAndPaste=function(html){html=html.replace(/<\/?SPAN[^>]*>/gi, "");html=html.replace(/<(\w[^>]*) class=([^ |>]*)([^>]*)/gi, "<$1$3");html=html.replace(/<(\w[^>]*) style="([^"]*)"([^>]*)/gi, "<$1$3");html=html.replace(/<(\w[^>]*) lang=([^ |>]*)([^>]*)/gi, "<$1$3");html=html.replace(/<\\?\?xml[^>]*>/gi, "");html=html.replace(/<\/?\w+:[^>]*>/gi, "");html=html.replace(/ /, " ");var re=new RegExp("(<P)([^>]*>.*?)(<\/P>)","gi");html=html.replace(re, "<div$2</div>");this.InsertHtml(html);};FCK.Preview=function(){var oWindow=window.open('', null, 'toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes');oWindow.document.write(FCK.GetHTML());oWindow.document.close();};FCK.SwitchEditMode=function(){var bWYSIWYG=(FCK.EditMode==FCK_EDITMODE_WYSIWYG);document.getElementById('eWysiwyg').style.display = bWYSIWYG ? "none" : "";document.getElementById('eSource').style.display = bWYSIWYG ? "" : "none";if (bWYSIWYG) document.getElementById('eSourceField').value = ( FCKConfig.EnableXHTML && FCKConfig.EnableSourceXHTML ? FCK.GetXHTML() : FCK.GetHTML());else FCK.SetHTML(FCK.GetHTML(), true);FCK.EditMode=bWYSIWYG ? FCK_EDITMODE_SOURCE : FCK_EDITMODE_WYSIWYG;FCK.Focus();FCKToolbarSet.RefreshItemsState();};FCK._BaseGetNamedCommandState=FCK.GetNamedCommandState;FCK.GetNamedCommandState=function(commandName){switch (commandName){case 'Unlink' : return FCKSelection.HasAncestorNode('A') ? FCK_TRISTATE_OFF : FCK_TRISTATE_DISABLED;default : return FCK._BaseGetNamedCommandState(commandName);};};FCK._BaseExecuteNamedCommand=FCK.ExecuteNamedCommand;FCK.ExecuteNamedCommand=function(commandName, commandParameter){switch (commandName){case 'Print' : FCK.EditorWindow.print();default : FCK._BaseExecuteNamedCommand(commandName, commandParameter);};};FCK.Focus=function(){this.EditorWindow.focus();};FCK.AttachToOnSelectionChange=function(functionPointer){this.Events.AttachEvent('OnSelectionChange', functionPointer);};FCK.Paste=function(){FCKDebug.Output('FCK.Paste');if (FCKConfig.ForcePasteAsPlainText){FCK.PasteAsPlainText();return false;}else if (FCKConfig.AutoDetectPasteFromWord && FCKBrowserInfo.IsIE55OrMore){var sHTML=FCK.GetClipboardHTML();var re=/<\w[^>]* class="?MsoNormal"?/gi;if (re.test( sHTML )){if (confirm( FCKLang["PasteWordConfirm"] )){FCK.CleanAndPaste(sHTML);return false;};};}else return true;};FCK.InsertHtml=function(html){var oSel=FCKSelection.Delete();var oRange=oSel.getRangeAt(0);var oFragment=oRange.createContextualFragment(html);var oLastNode=oFragment.lastChild;oRange.insertNode(oFragment);oRange.setEndAfter(oLastNode);oRange.setStartAfter(oLastNode);oSel.removeAllRanges();oSel=FCK.EditorWindow.getSelection();oSel.addRange(oRange);this.Focus();};FCK.InsertElement=function(element){var oSel=FCKSelection.Delete();var oRange=oSel.getRangeAt(0);oRange.insertNode(element);oRange.setEndAfter(element);oRange.setStartAfter(element);this.Focus();};FCK.PasteAsPlainText=function(){};FCK.GetClipboardHTML=function(){return '';};var FCKSelection=new Object();FCK.Selection=FCKSelection;FCKSelection.GetSelectedElement=function(){var oSel=FCK.EditorWindow.getSelection();if (oSel.rangeCount==1){var oRange=oSel.getRangeAt(0);if (oRange.startContainer==oRange.endContainer && (oRange.endOffset - oRange.startOffset)==1) return oSel.anchorNode.childNodes[ oSel.anchorOffset ];};};FCKSelection.MoveToNode=function(node){var oSel=FCK.EditorWindow.getSelection();for (i=oSel.rangeCount - 1 ; i >=0 ; i--){if (i==0){oSel.getRangeAt(i).selectNodeContents( node);}else{oSel.removeRange(oSel.getRangeAt(i));};};};FCKSelection.HasAncestorNode=function(nodeTagName){var oContainer=this.GetSelectedElement();if (! oContainer && FCK.EditorWindow){try { oContainer=FCK.EditorWindow.getSelection().getRangeAt(0).startContainer ; }catch(e){};};while (oContainer){if (oContainer.tagName==nodeTagName) return true;oContainer=oContainer.parentNode;};return false;};FCKSelection.MoveToAncestorNode=function(nodeTagName){var oNode;var oContainer=this.GetSelectedElement();if (! oContainer){oContainer=FCK.EditorWindow.getSelection().getRangeAt(0).startContainer;};while (oContainer){if (oContainer.tagName==nodeTagName) return oContainer;oContainer=oContainer.parentNode;};};FCKSelection.Delete=function(){var oSel=FCK.EditorWindow.getSelection();for (var i=0 ; i < oSel.rangeCount ; i++){oSel.getRangeAt(i).deleteContents();};return oSel;};var FCKNamedCommand=function(commandName){this.Name=commandName;};FCKNamedCommand.prototype.Execute=function(){FCK.ExecuteNamedCommand(this.Name);};FCKNamedCommand.prototype.GetState=function(){return FCK.GetNamedCommandState(this.Name);};var FCKDialogCommand=function(name, title, url, width, height, getStateFunction, getStateParam){this.Name=name;this.Title=title;this.Url=url;this.Width=width;this.Height=height;this.GetStateFunction=getStateFunction;this.GetStateParam=getStateParam;};FCKDialogCommand.prototype.Execute=function(){FCKDialog.OpenDialog('FCKDialog_' + this.Name , this.Title, this.Url, this.Width, this.Height);};FCKDialogCommand.prototype.GetState=function(){if (this.GetStateFunction){return this.GetStateFunction(this.GetStateParam);}else{return FCK_TRISTATE_OFF;};};var FCKUndefinedCommand=function(){this.Name='Undefined';};FCKUndefinedCommand.prototype.Execute=function(){alert('Undefined command');};FCKUndefinedCommand.prototype.GetState=function(){return FCK_TRISTATE_OFF;};var FCKFontNameCommand=function(){this.Name='FontName';};FCKFontNameCommand.prototype.Execute=function(fontName){if (fontName==null || fontName==""){}else{FCK.ExecuteNamedCommand('FontName', fontName);};};FCKFontNameCommand.prototype.GetState=function(){return FCK.GetNamedCommandValue('FontName');};var FCKFontSizeCommand=function(){this.Name='FontSize';};FCKFontSizeCommand.prototype.Execute=function(fontSize){if (typeof( fontSize )=='string' ) fontSize = parseInt(fontSize);if (fontSize==null || fontSize==''){FCK.ExecuteNamedCommand('FontSize', 3);}else{FCK.ExecuteNamedCommand('FontSize', fontSize);};};FCKFontSizeCommand.prototype.GetState=function(){return FCK.GetNamedCommandValue('FontSize');};var FCKFormatBlockCommand=function(){this.Name='FormatBlock';};FCKFormatBlockCommand.prototype.Execute=function(formatName){if (formatName==null || formatName==''){FCK.ExecuteNamedCommand('FormatBlock', '<P>');}else{FCK.ExecuteNamedCommand('FormatBlock', formatName);};};FCKFormatBlockCommand.prototype.GetState=function(){return FCK.GetNamedCommandValue('FormatBlock');};var FCKPreviewCommand=function(){this.Name='Preview';};FCKPreviewCommand.prototype.Execute=function(){FCK.Preview();};FCKPreviewCommand.prototype.GetState=function(){return FCK_TRISTATE_OFF;};var FCKSaveCommand=function(){this.Name='Save';};FCKSaveCommand.prototype.Execute=function(){var oForm=FCK.LinkedField.form;oForm.submit();};FCKSaveCommand.prototype.GetState=function(){return FCK_TRISTATE_OFF;};var FCKNewPageCommand=function(){this.Name='NewPage';};FCKNewPageCommand.prototype.Execute=function(){FCK.SetHTML('');};FCKNewPageCommand.prototype.GetState=function(){return FCK_TRISTATE_OFF;};var FCKSourceCommand=function(){this.Name="Source";};FCKSourceComman d.prototype.Execute=function(){FCK.SwitchEditMode();};FCKSourceCommand.prototype.GetState=function(){return (FCK.EditMode==FCK_EDITMODE_WYSIWYG ? FCK_TRISTATE_OFF : FCK_TRISTATE_ON);};var FCKCommands=new Object();var sNamedCommands=[ 'Cut','Copy','Paste','Print','Find','SelectAll','RemoveFormat','Unlink','Undo','Redo', 'Bold','Italic','Underline','StrikeThrough','Subscript','Superscript', 'JustifyLeft','JustifyCenter','JustifyRight','JustifyFull','Outdent','Indent', 'InsertOrderedList','InsertUnorderedList','InsertHorizontalRule'];for (i=0 ; i < sNamedCommands.length ; i++){FCKCommands[ sNamedCommands[i] ]=new FCKNamedCommand(sNamedCommands[i]);};FCKCommands['Link'] = new FCKDialogCommand( 'Link' , FCKLang.DlgLnkWindowTitle, 'dialog/fck_link.html' , 400, 330, FCK.GetNamedCommandState, 'CreateLink' );FCKCommands['About'] = new FCKDialogCommand( 'About' , FCKLang.About, 'dialog/fck_about.html' , 400, 330 );FCKCommands['Image'] = new FCKDialogCommand( 'Image' , 'Image Properties', 'dialog/fck_image.html' , 450, 400, FCK.GetNamedCommandState, 'InsertImage' );FCKCommands['Table'] = new FCKDialogCommand( 'Table' , 'Table Properties', 'dialog/fck_table.html' , 400, 250 );FCKCommands['TableProp'] = new FCKDialogCommand( 'Table' , 'Table Properties', 'dialog/fck_table.html?Parent', 400, 250 );FCKCommands['SpecialChar'] = new FCKDialogCommand( 'SpecialChar' , 'Select Character', 'dialog/fck_specialchar.html' , 400, 300, FCK.GetNamedCommandState, 'InsertImage' );FCKCommands['Smiley'] = new FCKDialogCommand( 'Smiley' , FCKLang.DlgSmileyTitle, 'dialog/fck_smiley.html' , FCKConfig.SmileyWindowWidth, FCKConfig.SmileyWindowHeight, FCK.GetNamedCommandState, 'InsertImage' );FCKCommands['FontName'] = new FCKFontNameCommand();FCKCommands['FontSize'] = new FCKFontSizeCommand();FCKCommands['FontFormat'] = new FCKFormatBlockCommand();FCKCommands['Source'] = new FCKSourceCommand();FCKCommands['Preview'] = new FCKPreviewCommand();FCKCommands['Save'] = new FCKSaveCommand();FCKCommands['NewPage'] = new FCKNewPageCommand();FCKCommands['Undefined'] = new FCKUndefinedCommand();var FCKToolbarButton=function(commandName, label, tooltip, style, sourceView){this.Command=FCKCommands[ commandName ];this.Label=label ? label : commandName;this.Tooltip=tooltip ? tooltip : (label ? label : commandName);this.Style=style ? style : FCK_TOOLBARITEM_ONLYICON;this.SourceView=sourceView ? true : false;this.State=FCK_UNKNOWN;};FCKToolbarButton.prototype.CreateInstance=function(parentToolbar){this.DOMDiv=document.createElement('div');this.DOMDiv.className='TB_Button_Off';this.DOMDiv.FCKToolbarButton=this;this.DOMDiv.onmouseover=function(){if (this.FCKToolbarButton.State !=FCK_TRISTATE_DISABLED){this.className='TB_Button_On';};};this.DOMDiv.onmouseout=function(){if (this.FCKToolbarButton.State !=FCK_TRISTATE_DISABLED && this.FCKToolbarButton.State !=FCK_TRISTATE_ON){this.className='TB_Button_Off';};};this.DOMDiv.onclick=function(){if (this.FCKToolbarButton.State !=FCK_TRISTATE_DISABLED) this.FCKToolbarButton.Command.Execute();return false;};var sClass;switch (this.Style){case FCK_TOOLBARITEM_ONLYICON : sClass='TB_ButtonType_Icon';break;case FCK_TOOLBARITEM_ONLYTEXT : sClass='TB_ButtonType_Text';break;case FCK_TOOLBARITEM_ICONTEXT : sClass='';break;};this.DOMDiv.innerHTML='<table title="' + this.Tooltip + '" class="' + sClass + '" cellspacing="0" cellpadding="0" border="0" unselectable="on">' + '<tr>' + '<td class="TB_Icon" unselectable="on"><img src="' + FCKConfig.SkinPath + 'toolbar/button.' + this.Command.Name.toLowerCase() + '.gif" width="21" height="21" style="VISIBILITY: hidden" onload="this.style.visibility = \'\';" unselectable="on"></td>' + '<td class="TB_Text" unselectable="on">' + this.Label + '</td>' + '</tr>' + '</table>';var oCell=parentToolbar.DOMRow.insertCell(-1);oCell.appendChild(this.DOMDiv);this.RefreshState();};FCKToolbarButton.prototype.RefreshState=function(){var eState;if (FCK.EditMode==FCK_EDITMODE_SOURCE && ! this.SourceView) eState=FCK_TRISTATE_DISABLED;else eState=this.Command.GetState();if (eState==this.State) return;this.State=eState;switch (this.State){case FCK_TRISTATE_ON : this.DOMDiv.className='TB_Button_On';break;case FCK_TRISTATE_OFF : this.DOMDiv.className='TB_Button_Off';break;default : this.DOMDiv.className='TB_Button_Disabled';break;};};var FCKToolbarCombo=function(commandName, label, itemsValues, itemsNames, tooltip, style, firstIsBlank, itemsSeparator, sourceView){this.Command=FCKCommands[ commandName ];this.Label=label ? label : commandName;this.Tooltip=tooltip ? tooltip : (label ? label : commandName);this.Style=style ? style : FCK_TOOLBARITEM_ICONTEXT;this.SourceView=sourceView ? true : false;this.State=FCK_UNKNOWN;this.ItemsValues=itemsValues;this.ItemsNames=itemsNames ? itemsNames : itemsValues;this.ItemsSeparator=itemsSeparator ? itemsSeparator : ';';this.FirstIsBlank=firstIsBlank !=null ? firstIsBlank : true;};FCKToolbarCombo.prototype.CreateInstance=function(parentToolbar){this.DOMDiv=document.createElement('div');this.DOMDiv.className='TB_Combo_Off';var sClass;switch (this.Style){case FCK_TOOLBARITEM_ONLYICON : sClass='TB_ButtonType_Icon';break;case FCK_TOOLBARITEM_ONLYTEXT : sClass='TB_ButtonType_Text';break;case FCK_TOOLBARITEM_ICONTEXT : sClass='';break;};this.DOMDiv.innerHTML='<table class="' + sClass + '" cellspacing="0" cellpadding="0" border="0" unselectable="on">' + '<tr>' + '<td class="TB_Text" unselectable="on" nowrap>' + this.Label + '</td>' + '<td unselectable="on"><select title="' + this.Tooltip + '"></select></td>' + '</tr>' + '</table>';this.SelectElement=this.DOMDiv.firstChild.firstChild.firstChild.childNodes.item(1).firstChild;this.SelectElement.FCKToolbarCombo=this;this.SelectElement.onchange=function(){this.FCKToolbarCombo.Command.Execute(this.value);return false;};var oCell=parentToolbar.DOMRow.insertCell(-1);oCell.appendChild(this.DOMDiv);this.RefreshItems();this.RefreshState();};FCKToolbarCombo.prototype.RefreshItems=function(){var aNames=FCKTools.GetResultingArray(this.ItemsNames, this.ItemsSeparator);var aValues=FCKTools.GetResultingArray(this.ItemsValues, this.ItemsSeparator);FCKTools.RemoveAllSelectOptions(this.SelectElement);if (this.FirstIsBlank) FCKTools.AddSelectOption(document, this.SelectElement, '', '');for (var i=0 ; i < aValues.length ; i++){FCKTools.AddSelectOption(document, this.SelectElement, aNames[i], aValues[i]);};};FCKToolbarCombo.prototype.RefreshState=function(){var eState;if (FCK.EditMode==FCK_EDITMODE_SOURCE && ! this.SourceView){eState=FCK_TRISTATE_DISABLED;this.SelectElement.value='';}else{var sValue=this.Command.GetState();FCKTools.SelectNoCase(this.SelectElement, sValue ? sValue : '', '');eState=sValue==null ? FCK_TRISTATE_DISABLED : FCK_TRISTATE_ON;};if (eState==this.State) return;this.State=eState;this.DOMDiv.className=(eState==FCK_TRISTATE_ON ? 'TB_Combo_Off' : 'TB_Combo_Disabled');this.SelectElement.disabled=(eState==FCK_TRISTATE_DISABLED);};var FCKToolbarItems=new Object();FCKToolbarItems['Source'] = new FCKToolbarButton( 'Source', 'Source', null, FCK_TOOLBARITEM_ICONTEXT, true );FCKToolbarItems['Save'] = new FCKToolbarButton( 'Save', null, null, null, true );FCKToolbarItems['NewPage'] = new FCKToolbarButton( 'NewPage', null, null, null, true );FCKToolbarItems['Preview'] = new FCKToolbarButton( 'Preview', null, null, null, true );FCKToolbarItems['About'] = new FCKToolbarButton( 'About', FCKLang.About );FCKToolbarItems['Cut'] = new FCKToolbarButton( 'Cut', FCKLang.Cut, null, null, true );FCKToolbarItems['Copy'] = new FCKToolbarButton( 'Copy', FCKLang.Copy, null, null, true );FCKToolbarItems['Paste'] = new FCKToolbarButton( 'Paste', FCKLang.Paste, null, null, true );FCKToolbarItems['Print'] = new FCKToolbarButton( 'Print', null, null, null, true );FCKToolbarItems['Undo'] = new FCKToolbarButton( 'Undo', null, null, null, true );FCKToolbarItems['Redo'] = new FCKToolbarButton( 'Redo', null, null, null, true );FCKToolbarItems['Find'] = new FCKToolbarButton( 'Find', null, null, null, true );FCKToolbarItems['SelectAll'] = new FCKToolbarButton( 'SelectAll', 'Select All', null, null, true );FCKToolbarItems['RemoveFormat'] = new FCKToolbarButton ( 'RemoveFormat', 'Remove Format' );FCKToolbarItems['Unlink'] = new FCKToolbarButton( 'Unlink' );FCKToolbarItems['Bold'] = new FCKToolbarButton( 'Bold' );FCKToolbarItems['Italic'] = new FCKToolbarButton( 'Italic' );FCKToolbarItems['Underline'] = new FCKToolbarButton( 'Underline' );FCKToolbarItems['StrikeThrough']= new FCKToolbarButton( 'StrikeThrough', 'Strike Through' );FCKToolbarItems['Subscript'] = new FCKToolbarButton( 'Subscript' );FCKToolbarItems['Superscript'] = new FCKToolbarButton( 'Superscript' );FCKToolbarItems['OrderedList'] = new FCKToolbarButton( 'InsertOrderedList', 'Ordered List', 'Insert/Remove Ordered List' );FCKToolbarItems['UnorderedList']= new FCKToolbarButton( 'InsertUnorderedList', 'Unordered List', 'Insert/Remove Unordered List' );FCKToolbarItems['Outdent'] = new FCKToolbarButton( 'Outdent' );FCKToolbarItems['Indent'] = new FCKToolbarButton( 'Indent' );FCKToolbarItems['Link'] = new FCKToolbarButton( 'Link', 'Link', 'Create/Edit Link' );FCKToolbarItems['Unlink'] = new FCKToolbarButton( 'Unlink', 'Remove Link' );FCKToolbarItems['Image'] = new FCKToolbarButton( 'Image', 'Image', 'Insert/Edit Image' );FCKToolbarItems['Table'] = new FCKToolbarButton( 'Table', 'Table', 'Create/Edit Table' );FCKToolbarItems['SpecialChar'] = new FCKToolbarButton( 'SpecialChar', 'Special Character', 'Insert Special Character' );FCKToolbarItems['Smiley'] = new FCKToolbarButton( 'Smiley', 'Smiley', 'Insert Smiley' );FCKToolbarItems['Rule'] = new FCKToolbarButton( 'InsertHorizontalRule', 'Horizontal Rule', 'Insert Horizontal Rule' );FCKToolbarItems['JustifyLeft'] = new FCKToolbarButton( 'JustifyLeft', 'Align Left' );FCKToolbarItems['JustifyCenter']= new FCKToolbarButton( 'JustifyCenter', 'Center' );FCKToolbarItems['JustifyRight'] = new FCKToolbarButton( 'JustifyRight', 'Align Right' );FCKToolbarItems['JustifyFull'] = new FCKToolbarButton( 'JustifyFull', 'Justify' );FCKToolbarItems['FontName'] = new FCKToolbarCombo( 'FontName', FCKLang['Font'], FCKConfig.FontNames, FCKConfig.FontNames );FCKToolbarItems['FontSize'] = new FCKToolbarCombo( 'FontSize', FCKLang['FontSize'], '1;2;3;4;5;6;7', 'xx-small;x-small;small;medium;large;x-large;xx-large' );FCKToolbarItems['FontFormat'] = new FCKToolbarCombo( 'FontFormat', FCKLang['FontFormat'], '<P>;<DIV>;<H1>;<H2>', 'Normal (P);Normal (DIV);Heading 1;Heading 2' );var FCKToolbar=function(){this.Items=new Array();this.DOMTable=document.createElement('table');this.DOMTable.className='TB_Toolbar';with (this.DOMTable){style.styleFloat=style.cssFloat=FCKLang.Dir=='rtl' ? 'right' : 'left';cellPadding=0;cellSpacing=0;border=0;};this.DOMRow=this.DOMTable.insertRow(-1);var oCell=this.DOMRow.insertCell(-1);oCell.className='TB_Start';oCell.innerHTML='<img src="' + FCKConfig.SkinPath + 'images/toolbar.start.gif" width="7" height="21" style="VISIBILITY: hidden" onload="this.style.visibility = \'\';" unselectable="on">';FCKToolbarSet.DOMElement.appendChild(this.DOMTable);};FCKToolbar.prototype.AddItem=function(toolbarItem){this.Items[ this.Items.length ]=toolbarItem;toolbarItem.CreateInstance(this);};FCKToolbar.prototype.AddSeparator=function(){var oCell=this.DOMRow.insertCell(-1);oCell.unselectable='on';oCell.innerHTML='<img src="' + FCKConfig.SkinPath + 'images/toolbar.separator.gif" width="5" height="21" style="VISIBILITY: hidden" onload="this.style.visibility = \'\';" unselectable="on">';};FCKToolbar.prototype.AddTerminator=function(){var oCell=this.DOMRow.insertCell(-1);oCell.className='TB_End';oCell.innerHTML='<img src="' + FCKConfig.SkinPath + 'images/toolbar.end.gif" width="12" height="21" style="VISIBILITY: hidden" onload="this.style.visibility = \'\';" unselectable="on">';};var FCKToolbarSet=new Object();FCKToolbarSet.Toolbars=new Array();FCKToolbarSet.Expand=function(){document.getElementById('Collapsed').style.display = 'none';document.getElementById('Expanded').style.display = '';if (! FCKBrowserInfo.IsIE){window.setTimeout("window.onresize()", 1);};};FCKToolbarSet.Collapse=function(){document.getElementById('Collapsed').style.display = '';document.getElementById('Expanded').style.display = 'none';if (! FCKBrowserInfo.IsIE){window.setTimeout("window.onresize()", 1);};};FCKToolbarSet.Restart=function(){if (!FCKConfig.ToolbarCanCollapse || FCKConfig.ToolbarStartExpanded) this.Expand();else this.Collapse();document.getElementById('CollapseHandle').style.display = FCKConfig.ToolbarCanCollapse ? '' : 'none';};FCKToolbarSet.Load=function(toolbarSetName){this.DOMElement=document.getElementById('eToolbar');var ToolbarSet=FCKConfig.ToolbarSets[toolbarSetName];if (! ToolbarSet){alert('Toolbar set "' + toolbarSetName + '" doesn\'t exist.');return;};this.Toolbars=new Array();for (var x=0 ; x < ToolbarSet.length ; x++){var oToolbar=new FCKToolbar();for (var j=0 ; j < ToolbarSet[x].length ; j++){var sItem=ToolbarSet[x][j];if (sItem=='-') oToolbar.AddSeparator();else{var oItem=FCKToolbarItems[sItem];if (oItem) oToolbar.AddItem(oItem);else alert('Unknown toolbar item name "' + sItem + "'");};};oToolbar.AddTerminator();this.Toolbars[ this.Toolbars.length ]=oToolbar;};this.Redraw();};FCKToolbarSet.Redraw=function(){};FCKToolbarSet.RefreshItemsState=function(){for (var i=0 ; i < FCKToolbarSet.Toolbars.length ; i++){var oToolbar=FCKToolbarSet.Toolbars[i];for (var j=0 ; j < oToolbar.Items.length ; j++){oToolbar.Items[j].RefreshState();};};};var FCKDialog=new Object();FCKDialog.OpenDialog=function(dialogName, dialogTitle, dialogPage, width, height){var oDialogInfo=new Object();oDialogInfo.Title=dialogTitle;oDialogInfo.Page=dialogPage;oDialogInfo.Editor=window;var sUrl=FCKConfig.BasePath + 'fckdialog.html';this.Show(oDialogInfo, dialogName, sUrl, width, height);};FCKDialog.Show=function(dialogInfo, dialogName, pageUrl, dialogWidth, dialogHeight){var iTop=(screen.height - dialogHeight) / 2;var iLeft=(screen.width - dialogWidth) / 2;var sOption="location=no,menubar=no,resizable=no,toolbar=no,dependent=yes" + ",width=" + dialogWidth + ",height=" + dialogHeight + ",top=" + iTop + ",left=" + iLeft;var oWindow=window.open('', 'FCKEditorDialog', sOption, true);oWindow.moveTo(iLeft, iTop);oWindow.resizeTo(dialogWidth, dialogHeight);oWindow.focus();oWindow.location.href=pageUrl;oWindow.dialogArguments=dialogInfo;this.Window=oWindow;window.top.captureEvents(Event.CLICK | Event.MOUSEDOWN | Event.MOUSEUP | Event.FOCUS);window.top.parent.addEventListener('mousedown', this.CheckFocus, true);window.top.parent.addEventListener('mouseup', this.CheckFocus, true);window.top.parent.addEventListener('click', this.CheckFocus, true);window.top.parent.addEventListener('focus', this.CheckFocus, true);};FCKDialog.CheckFocus=function(){if (FCKDialog.Window && !FCKDialog.Window.closed){FCKDialog.Window.focus();return false;}else{window.top.releaseEvents(Event.CLICK | Event.MOUSEDOWN | Event.MOUSEUP | Event.FOCUS);window.top.parent.removeEventListener('onmousedown', FCKDialog.CheckFocus, true);window.top.parent.removeEventListener('mouseup', FCKDialog.CheckFocus, true);window.top.parent.removeEventListener('click', FCKDialog.CheckFocus, true);window.top.parent.removeEventListener('onfocus', FCKDialog.CheckFocus, true);};};var FCKContextMenuItem=function(contextMenu, commandName, label, hasIcon){this.ContextMenu=contextMenu;this.Command=FCKCommands[ commandName ];this.Label=label ? label : commandName;this.HasIcon=hasIcon ? true : false;};FCKContextMenuItem.prototype.CreateTableRow=function(targetTable){this._Row=targetTable.insertRow(-1);this._Row.className='CM_Disabled';this._Row.FCKContextMenuItem=this;this._Row.onmouseover=function(){if (this.className !='CM_Disabled') this.className='CM_Over';};this._Row.onmouseout=function(){if (this.className !='CM_Disabled') this.className='CM_Option';};this._Row.onclick=function(){this.FCKContextMenuItem.ContextMenu.Hide();this.FCKContextMenuItem.Command.Execute();return false;};var oCell=this._Row.insertCell(-1);oCell.className='CM_Icon';if (this.HasIcon ) oCell.innerHTML='<img alt="" src="' + FCKConfig.SkinPath + 'toolbar/button.' + this.Command.Name.toLowerCase() + '.gif" width="21" height="20" unselectable="on">';oCell=this._Row.insertCell(-1);oCell.className='CM_Label';oCell.unselectable='on' ;oCell.noWrap=true;oCell.innerHTML=this.Label;};FCKContextMenuItem.prototype.SetVisible=function(isVisible){this._Row.style.display=isVisible ? '' : 'none';};FCKContextMenuItem.prototype.RefreshState=function(){switch (this.Command.GetState()){case FCK_TRISTATE_ON : case FCK_TRISTATE_OFF : this._Row.className='CM_Option';break;default : this._Row.className='CM_Disabled';break;};};var FCKContextMenuSeparator=function(){};FCKContextMenuSeparator.prototype.CreateTableRow=function(targetTable){this._Row=targetTable.insertRow(-1);this._Row.className='CM_Separator';var oCell=this._Row.insertCell(-1);oCell.className='CM_Icon';oCell=this._Row.insertCell(-1);oCell.className='CM_Label';oCell.innerHTML='<div></div>';};FCKContextMenuSeparator.prototype.SetVisible=function(isVisible){this._Row.style.display=isVisible ? '' : 'none';};FCKContextMenuSeparator.prototype.RefreshState=function(){};var FCKContextMenuGroup=function(){this.IsVisible=true;this.Items=new Array();this.ValidationFunction=null;};FCKContextMenuGroup.prototype.Add=function(contextMenuItem){this.Items[ this.Items.length ]=contextMenuItem;};FCKContextMenuGroup.prototype.CreateTableRows=function(table){for (var i=0 ; i < this.Items.length ; i++){this.Items[i].CreateTableRow(table);};};FCKContextMenuGroup.prototype.SetVisible=function(isVisible){for (var i=0 ; i < this.Items.length ; i++){this.Items[i].SetVisible(isVisible);};this.IsVisible=isVisible;};FCKContextMenuGroup.prototype.RefreshState=function(){if (! this.IsVisible) return;for (var i=0 ; i < this.Items.length ; i++){this.Items[i].RefreshState();};};var FCKContextMenu=new Object();FCKContextMenu._IsLoaded=false;FCKContextMenu.Reload=function(){this._Div=this._Document.createElement('DIV');this._Div.className='CM_ContextMenu';this._Div.style.position='absolute';this._Div.style.visibility='hidden';this._Document.body.appendChild(this._Div);var oTable=this._Document.createElement('TABLE');oTable.cellSpacing=0;oTable.cellPadding=0;oTable.border=0;this._Div.appendChild(oTable);this.Groups=new Object();this.Groups['Generic'] = new FCKContextMenuGroup();with (this.Groups['Generic']){Add(new FCKContextMenuItem( this, 'Cut' , FCKLang['Cut'] , true ));Add(new FCKContextMenuItem( this, 'Copy' , FCKLang['Copy'] , true ));Add(new FCKContextMenuItem( this, 'Paste' , FCKLang['Paste'] , true ));};this.Groups['Link'] = new FCKContextMenuGroup();with (this.Groups['Link']){Add(new FCKContextMenuSeparator());Add(new FCKContextMenuItem( this, 'Link' , FCKLang['EditLink'] , true ));Add(new FCKContextMenuItem( this, 'Unlink' , FCKLang['RemoveLink'] , true ));};this.Groups['TableCell'] = new FCKContextMenuGroup();with (this.Groups['TableCell']){Add(new FCKContextMenuSeparator());Add(new FCKContextMenuItem( this, 'Undefined', FCKLang["InsertRow"] ));Add(new FCKContextMenuItem( this, 'Undefined', FCKLang["DeleteRows"] ));Add(new FCKContextMenuSeparator());Add(new FCKContextMenuItem( this, 'Undefined', FCKLang["InsertColumn"] ));Add(new FCKContextMenuItem( this, 'Undefined', FCKLang["DeleteColumns"] ));Add(new FCKContextMenuSeparator());Add(new FCKContextMenuItem( this, 'Undefined', FCKLang["InsertCell"] ));Add(new FCKContextMenuItem( this, 'Undefined', FCKLang["DeleteCells"] ));Add(new FCKContextMenuItem( this, 'Undefined', FCKLang["MergeCells"] ));Add(new FCKContextMenuItem( this, 'Undefined', FCKLang["SplitCell"] ));Add(new FCKContextMenuSeparator());Add(new FCKContextMenuItem( this, 'Undefined', FCKLang["CellProperties"] ));Add(new FCKContextMenuItem( this, 'TableProp', FCKLang["TableProperties"], true ));};this.Groups['Table'] = new FCKContextMenuGroup();with (this.Groups['Table']){Add(new FCKContextMenuSeparator());Add(new FCKContextMenuItem( this, 'Table', FCKLang["TableProperties"], true ));};this.Groups['Image'] = new FCKContextMenuGroup();with (this.Groups['Image']){Add(new FCKContextMenuSeparator());Add(new FCKContextMenuItem( this, 'Undefined', FCKLang["ImageProperties"] ));};this.Groups['Select'] = new FCKContextMenuGroup();with (this.Groups['Select']){Add(new FCKContextMenuSeparator());Add(new FCKContextMenuItem( this, 'Undefined', "Selection Field Properties" ));};this.Groups['Textarea'] = new FCKContextMenuGroup();with (this.Groups['Textarea']){Add(new FCKContextMenuSeparator());Add(new FCKContextMenuItem( this, 'Undefined', "Textarea Properties" ));};for (var o in this.Groups){this.Groups[o].CreateTableRows(oTable);};this._IsLoaded=true;};FCKContextMenu.RefreshState=function(){var oTag=FCKSelection.GetSelectedElement();var sTagName;if (oTag){sTagName=oTag.tagName.toUpperCase();};this.Groups['Link'].SetVisible( FCK.GetNamedCommandState( 'Unlink' ) != FCK_TRISTATE_DISABLED );this.Groups['TableCell'].SetVisible( FCKSelection.HasAncestorNode('TD') );this.Groups['Table'].SetVisible( sTagName == 'TABLE' );this.Groups['Image'].SetVisible( sTagName == 'IMG' );this.Groups['Select'].SetVisible( sTagName == 'SELECT' );this.Groups['Textarea'].SetVisible( sTagName == 'TEXTAREA' );for (var o in this.Groups){this.Groups[o].RefreshState();};};FCKTools.AppendStyleSheet(window.parent.document, FCKConfig.SkinPath + 'fck_contextmenu.css');FCKContextMenu.Show=function(x, y){if (! this._Document){this._Document=window.parent.document;};if (!this._IsLoaded){this.Reload();this._Div.style.zIndex=10000;this._Div.oncontextmenu=function() { return false ;};};this.RefreshState();var oFrames=[ FCK.EditorWindow.frameElement, window.frameElement ];for (var i=0 ; i < oFrames.length ; i++){var oParent=oFrames[i];while (oParent){x +=oParent.offsetLeft;y +=oParent.offsetTop;oParent=oParent.offsetParent;};};var iXSpace=x + this._Div.offsetWidth - this._Div.ownerDocument.defaultView.innerWidth;var iYSpace=y + this._Div.offsetHeight - this._Div.ownerDocument.defaultView.innerHeight;if (iXSpace > 0) x -=this._Div.offsetWidth;if (iYSpace > 0) y -=this._Div.offsetHeight;this._Div.style.left=x + 'px';this._Div.style.top=y + 'px';var oActualWindow=FCK.EditorWindow;while (oActualWindow){oActualWindow.document.addEventListener('click', FCKContextMenu._OnDocumentClick, false);if (oActualWindow !=oActualWindow.parent) oActualWindow=oActualWindow.parent;else if (oActualWindow.opener==null) oActualWindow=oActualWindow.opener;else break;};this._Div.style.visibility='';};FCKContextMenu._OnDocumentClick=function(event){var e=event.target;while (e){if (e==FCKContextMenu._Div) return;e=e.parentNode;};FCKContextMenu.Hide();};FCKContextMenu.Hide=function(){this._Div.style.visibility='hidden';this._Div.style.left=this._Div.style.top='1px';};if (FCKConfig.ForcePasteAsPlainText) FCK.Events.AttachEvent("OnPaste", FCK.Paste);FCKToolbarSet.Name=FCKURLParams['Toolbar'] || 'Default';FCKToolbarSet.Load(FCKToolbarSet.Name);FCKToolbarSet.Restart();FCK.AttachToOnSelectionChange(FCKToolbarSet.RefreshItemsState);FCK.Config=FCKConfig;FCK.ToolbarSet=FCKToolbarSet;FCK.SetStatus(FCK_STATUS_COMPLETE);if (typeof( window.parent.FCKeditor_OnComplete )=='function') window.parent.FCKeditor_OnComplete(FCK); --- NEW FILE: fckeditorcode_ie_1.js --- /* * FCKeditor - The text editor for internet * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: * http://www.opensource.org/licenses/lgpl-license.php * * For further information visit: * http://www.fckeditor.net/ * * This file has been compacted for best loading performance. * * Version: 2.0 Beta 1 * Created: 2004-06-01 00:25:31 */ var FCKDebug=new Object();if (FCKConfig.Debug){FCKDebug.Output=function(message, color){if (! FCKConfig.Debug) return;if (message !=null && isNaN( message )){message=message.replace(/</g, "<");};if (!this.DebugWindow || this.DebugWindow.closed){this.DebugWindow=window.open('fckdebug.html', 'FCKeditorDebug', 'menubar=no,scrollbars=no,resizable=yes,location=no,toolbar=no,width=600,height=500', true);};if (this.DebugWindow.Output){this.DebugWindow.Output(message, color);};};}else{FCKDebug.Output=function() {};};var FCKTools=new Object();FCKTools.GetLinkedFieldValue=function(){return FCK.LinkedField.value;};FCKTools.SetLinkedFieldValue=function(value){FCK.LinkedField.value=value;};FCKTools.AttachToLinkedFieldFormSubmit=function(functionPointer){var oForm=FCK.LinkedField.form;if (!oForm) return;if (FCKBrowserInfo.IsIE) oForm.attachEvent("onsubmit", functionPointer);else oForm.addEventListener('submit', functionPointer, true);if (! oForm.updateFCKEditor) oForm.updateFCKEditor=new Array();oForm.updateFCKEditor[oForm.updateFCKEditor.length]=functionPointer;if (! oForm.originalSubmit){oForm.originalSubmit=oForm.submit;oForm.submit=function(){if (this.updateFCKEditor){for (var i=0 ; i < this.updateFCKEditor.length ; i++) this.updateFCKEditor[i]();};this.originalSubmit();};};};FCKTools.AddSelectOption=function(targetDocument, selectElement, optionText, optionValue){var oOption=targetDocument.createElement("OPTION");oOption.text=optionText;oOption.value=optionValue;selectElement.options.add(oOption);return oOption;};FCKTools.RemoveAllSelectOptions=function(selectElement){for (var i=selectElement.options.length - 1 ; i >=0 ; i--){selectElement.options.remove(i);};};FCKTools.SelectNoCase=function(selectElement, value, defaultValue){var sNoCaseValue=value.toString().toLowerCase();for (var i=0 ; i < selectElement.options.length ; i++){if (sNoCaseValue==selectElement.options[i].value.toLowerCase()){selectElement.selectedIndex=i;return;};};if (defaultValue !=null ) FCKTools.SelectNoCase( selectElement, defaultValue);};FCKTools.HTMLEncode=function(text){text=text.replace(/&/g, "&");text=text.replace(/"/g, """);text=text.replace(/</g, "<");text=text.replace(/>/g, ">");text=text.replace(/'/g, "’");return text;};FCKTools.GetResultingArray=function(arraySource, separator){switch (typeof( arraySource )){case "string" : return arraySource.split(separator);case "function" : return separator();default : if (isArray( arraySource )) return arraySource;else return new Array();};};FCKTools.AppendStyleSheet=function(documentElement, cssFileUrl){documentElement.createStyleSheet(cssFileUrl);};FCKTools.ClearElementAttributes=function(element){element.clearAttributes();};FCKTools.GetAllChildrenIds=function(parentElement){var aIds=new Array();for (var i=0 ; i < parentElement.all.length ; i++){var sId=parentElement.all[i].id;if (sId && sId.length > 0) aIds[ aIds.length ]=sId;};return aIds;};var FCKLanguageManager=new Object();FCKLanguageManager.AvailableLanguages={'ar' : 'Arabic', 'en' : 'English', 'it' : 'Italian'};FCKLanguageManager.GetActiveLanguage=function(){if (FCKConfig.AutoDetectLanguage){var sUserLang=navigator.language ? navigator.language.toLowerCase() : navigator.userLanguage.toLowerCase();FCKDebug.Output('Navigator Language = ' + sUserLang);if (sUserLang.length >=5){sUserLang=sUserLang.substr(0,5);if (this.AvailableLanguages[sUserLang]) return sUserLang;};if (sUserLang.length >=2){sUserLang=sUserLang.substr(0,2);if (this.AvailableLanguages[sUserLang]) return sUserLang;};};return FCKConfig.DefaultLanguage;};FCKLanguageManager.TranslateElements=function(targetDocument, tag, propertyToSet){var aInputs=targetDocument.getElementsByTagName(tag);for (var i=0 ; i < aInputs.length ; i++){if (aInputs[i].attributes['fckLang']){var s=FCKLang[ aInputs[i].attributes["fckLang"].value ];eval('aInputs[i].' + propertyToSet + ' = s');};};};FCKLanguageManager.TranslatePage=function(targetDocument){this.TranslateElements(targetDocument, 'INPUT', 'value');this.TranslateElements(targetDocument, 'SPAN', 'innerHTML');this.TranslateElements(targetDocument, 'OPTION', 'innerHTML');};FCKLanguageManager.ActiveLanguage=new Object();FCKLanguageManager.ActiveLanguage.Code=FCKLanguageManager.GetActiveLanguage();FCKLanguageManager.ActiveLanguage.Name=FCKLanguageManager.AvailableLanguages[ FCKLanguageManager.ActiveLanguage.Code ];FCK.Language=FCKLanguageManager;FCKScriptLoader.AddScript('lang/' + FCKLanguageManager.ActiveLanguage.Code + '.js');var FCKEvents=function(eventsOwner){this.Owner=eventsOwner;this.RegisteredEvents=new Object();};FCKEvents.prototype.AttachEvent=function(eventName, functionPointer, params){if (! this.RegisteredEvents[ eventName ] ) this.RegisteredEvents[ eventName ]=new Array();this.RegisteredEvents[ eventName ][ this.RegisteredEvents[ eventName ].length ]=functionPointer;};FCKEvents.prototype.FireEvent=function(eventName, params){var bReturnValue=true;FCKDebug.Output('Firing event: ' + eventName, 'Fuchsia');var oCalls=this.RegisteredEvents[ eventName ];if (oCalls){for (i in oCalls){if (typeof( oCalls[ i ] )=="function"){bReturnValue=(bReturnValue && oCalls[ i ]( params ));}else{bReturnValue=(bReturnValue && eval( oCalls[ i ] ));};};};return bReturnValue;};var FCKXHtml=new Object();FCKXHtml.GetXHTML=function(node){if (window.ActiveXObject) this.XML=new ActiveXObject('Msxml2.DOMDocument');else{this.XML=document.implementation.createDocument('', '', null);Node.prototype.__defineGetter__('xml', FCKXHtml._Node_getXML);};this.MainNode=this.XML.appendChild(this.XML.createElement( 'XHTML' ));this._AppendChildNodes(this.MainNode, node);var sXHTML=this.MainNode.xml;return sXHTML.substr(7, sXHTML.length - 15);};FCKXHtml._Node_getXML=function(){var oSerializer=new XMLSerializer();return oSerializer.serializeToString(this);};FCKXHtml._AppendAttribute=function(xmlNode, attributeName, attributeValue){var oXmlAtt=this.XML.createAttribute(attributeName);if (typeof( attributeValue )=='boolean' && attributeValue == true) oXmlAtt.value=attributeName;else oXmlAtt.value=attributeValue;xmlNode.attributes.setNamedItem(oXmlAtt);};FCKXHtml._AppendChildNodes=function(xmlNode, htmlNode){var oChildren=htmlNode.childNodes;var i=0;while (i < oChildren.length){i +=this._AppendNode(xmlNode, oChildren[i]);};};FCKXHtml._AppendNode=function(xmlNode, htmlNode){var iAddedNodes=1;switch (htmlNode.nodeType){case 1 : var sNodeName=htmlNode.nodeName.toLowerCase();var oNode=xmlNode.appendChild(this.XML.createElement( sNodeName ));var oAttributes=htmlNode.attributes;for (var n=0 ; n < oAttributes.length ; n++){var oAttribute=oAttributes[n];if (oAttribute.specified) this._AppendAttribute(oNode, oAttribute.nodeName.toLowerCase(), oAttribute.nodeValue);};switch (sNodeName){case "script" : case "style" : oNode.appendChild(this.XML.createCDATASection( htmlNode.text ));break;case "abbr" : if (document.all){var oNextNode=htmlNode.nextSibling;while (true){iAddedNodes++;if (oNextNode && oNextNode.nodeName !='/ABBR'){this._AppendNode(oNode, oNextNode);oNextNode=oNextNode.nextSibling;}else break;};break;};case "area" : if (document.all && ! oNode.attributes.getNamedItem( 'coords' )){var sCoords=htmlNode.getAttribute('coords', 2);if (sCoords && sCoords !='0,0,0') this._AppendAttribute(oNode, 'coords', sCoords);};case "img" : if (! oNode.attributes.getNamedItem( 'alt' )) this._AppendAttribute(oNode, 'alt', '');default : this._AppendChildNodes(oNode, htmlNode);break;};break;case 3 : xmlNode.appendChild(this.XML.createTextNode( htmlNode.nodeValue ));break;default : xmlNode.appendChild(this.XML.createComment( "Element not supported - Type: " + htmlNode.nodeType + " Name: " + htmlNode.nodeName ));break;};return iAddedNodes;};FCK.Events=new FCKEvents(FCK);FCK.Toolbar=null;FCK.SetStatus=function(newStatus){this.Status=newStatus;if (newStatus==FCK_STATUS_ACTIVE){if (FCKBrowserInfo.IsIE) FCKScriptLoader.AddScript('js/fckeditorcode_ie_2.js');else FCKScriptLoader.AddScript('js/fckeditorcode_gecko_2.js');};this.Events.FireEvent('OnStatusChange', newStatus);if (this.OnStatusChange ) this.OnStatusChange( newStatus);};FCK.SetHTML=function(html, forceWYSIWYG){if (forceWYSIWYG || FCK.EditMode==FCK_EDITMODE_WYSIWYG){if ( FCKBrowserInfo.IsGecko) FCK.EditorDocument.designMode="off";this.EditorDocument.body.innerHTML=html;if (FCKBrowserInfo.IsGecko) FCK.EditorDocument.designMode="on";}else document.getElementById('eSourceField').value = html;};FCK.GetHTML=function(){if (FCK.EditMode==FCK_EDITMODE_WYSIWYG) return this.EditorDocument.body.innerHTML;else return document.getElementById('eSourceField').value;};FCK.GetXHTML=function(){var bSource=(FCK.EditMode==FCK_EDITMODE_SOURCE);if (bSource) this.SwitchEditMode();var sXHTML=FCKXHtml.GetXHTML(this.EditorDocument.body);if (bSource) this.SwitchEditMode();return sXHTML;};FCK.UpdateLinkedField=function(){if (FCKConfig.EnableXHTML) FCKTools.SetLinkedFieldValue(FCK.GetXHTML());else FCKTools.SetLinkedFieldValue(FCK.GetHTML());};FCK.Focus=function(){if (FCK.EditMode==FCK_EDITMODE_WYSIWYG) FCK.EditorDocument.body.focus();else document.getElementById('eSource').focus();};FCK.ShowContextMenu=function(x, y){if (this.Status !=FCK_STATUS_COMPLETE) return;FCKContextMenu.Show(x, y);this.Events.FireEvent("OnContextMenu");};FCK.Description="FCKeditor for Internet Explorer 5.5+";FCK.StartEditor=function(){this.EditorWindow=window.frames[ 'eEditorArea' ];this.EditorDocument=this.EditorWindow.document;this.SetHTML(FCKTools.GetLinkedFieldValue());FCKTools.AttachToLinkedFieldFormSubmit(this.UpdateLinkedField);this.EditorDocument.body.onpaste=function(){if (FCK.Status==FCK_STATUS_COMPLETE) return FCK.Events.FireEvent("OnPaste");else return false;};this.EditorDocument.oncontextmenu=function(){var e=this.parentWindow.event;FCK.ShowContextMenu(e.screenX, e.screenY);return false;};this.EditorDocument.onselectionchange=function(){FCK.Events.FireEvent("OnSelectionChange");};this.EditorDocument.body.contentEditable=true;this.SetStatus(FCK_STATUS_ACTIVE);}; --- NEW FILE: fckeditorcode_ie_2.js --- /* * FCKeditor - The text editor for internet * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: * http://www.opensource.org/licenses/lgpl-license.php * * For further information visit: * http://www.fckeditor.net/ * * This file has been compacted for best loading performance. * * Version: 2.0 Beta 1 * Created: 2004-06-01 00:25:32 */ FCK.ExecuteNamedCommand=function(commandName, commandParameter){this.EditorDocument.execCommand(commandName, false, commandParameter);this.Events.FireEvent('OnSelectionChange');};FCK.GetNamedCommandState=function(commandName){try{if (!FCK.EditorDocument.queryCommandEnabled( commandName )) return FCK_TRISTATE_DISABLED;else return FCK.EditorDocument.queryCommandState(commandName) ? FCK_TRISTATE_ON : FCK_TRISTATE_OFF;}catch (e){return FCK_TRISTATE_OFF;};};FCK.GetNamedCommandValue=function(commandName){var sValue='';var eState=FCK.GetNamedCommandState(commandName);if (eState==FCK_TRISTATE_DISABLED) return null;try{sValue=this.EditorDocument.queryCommandValue(commandName);}catch(e) {};return sValue ? sValue : '';};FCK.CreateLink=function(url){if (url.length==0) this.ExecuteNamedCommand('Unlink');else{this.ExecuteNamedCommand('CreateLink', "javascript:void(0)... [truncated message content] |
From: Joe S. <joe...@us...> - 2004-10-29 17:11:06
|
Update of /cvsroot/phpslash/phpslash-dev/public_html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29989/phpslash-dev/public_html Modified Files: config_setup.php Log Message: psl_core.sql, psl_example.sql - correct section_block_lut id's. Index: config_setup.php =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/public_html/config_setup.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** config_setup.php 21 Oct 2004 18:57:59 -0000 1.14 --- config_setup.php 29 Oct 2004 17:10:57 -0000 1.15 *************** *** 808,812 **** <tr class="setVal" valign="top"> <td class="name">Admin Password</td> ! <td class="value"><input type="text" name="user[adminpass]" value=""></td> </tr> </table> --- 808,812 ---- <tr class="setVal" valign="top"> <td class="name">Admin Password</td> ! <td class="value"><input type="password" name="user[adminpass]" value=""></td> </tr> </table> |
From: Joe S. <joe...@us...> - 2004-10-29 16:35:53
|
Update of /cvsroot/phpslash/phpslash-dev In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22505/phpslash-dev Modified Files: CHANGES Log Message: psl_core.sql, psl_example.sql - correct section_block_lut id's. Index: CHANGES =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/CHANGES,v retrieving revision 1.132 retrieving revision 1.133 diff -C2 -d -r1.132 -r1.133 *** CHANGES 29 Oct 2004 05:31:51 -0000 1.132 --- CHANGES 29 Oct 2004 16:35:43 -0000 1.133 *************** *** 13,16 **** --- 13,19 ---- 9 - Removal of something (kill -9 :) + 2004-October 28 Joe Stewart <joe...@us... + [B] - psl_core.sql, psl_example.sql - correct section_block_lut id's. + 2004-October 29 Luis M <le...@ph... [F] - LDAP authentication works |
From: Joe S. <joe...@us...> - 2004-10-29 16:35:53
|
Update of /cvsroot/phpslash/phpslash-dev/tables/0.8 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22505/phpslash-dev/tables/0.8 Modified Files: psl_core.sql psl_example.sql Log Message: psl_core.sql, psl_example.sql - correct section_block_lut id's. Index: psl_core.sql =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/tables/0.8/psl_core.sql,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** psl_core.sql 28 Oct 2004 20:15:17 -0000 1.6 --- psl_core.sql 29 Oct 2004 16:35:44 -0000 1.7 *************** *** 128,132 **** INSERT INTO db_sequence (seq_name, nextid) VALUES ('psl_glossary_seq',1); INSERT INTO db_sequence (seq_name, nextid) VALUES ('psl_blocktype_seq',20); ! INSERT INTO db_sequence (seq_name, nextid) VALUES ('psl_section_block_lut_seq',451); INSERT INTO db_sequence (seq_name, nextid) VALUES ('psl_permission_seq',82); INSERT INTO db_sequence (seq_name, nextid) VALUES ('psl_group_seq',28); --- 128,132 ---- INSERT INTO db_sequence (seq_name, nextid) VALUES ('psl_glossary_seq',1); INSERT INTO db_sequence (seq_name, nextid) VALUES ('psl_blocktype_seq',20); ! INSERT INTO db_sequence (seq_name, nextid) VALUES ('psl_section_block_lut_seq',452); INSERT INTO db_sequence (seq_name, nextid) VALUES ('psl_permission_seq',82); INSERT INTO db_sequence (seq_name, nextid) VALUES ('psl_group_seq',28); Index: psl_example.sql =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/tables/0.8/psl_example.sql,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** psl_example.sql 23 Oct 2004 17:20:02 -0000 1.4 --- psl_example.sql 29 Oct 2004 16:35:44 -0000 1.5 *************** *** 107,112 **** INSERT INTO psl_section_block_lut (lut_id, block_id, section_id) VALUES (430,139,14); INSERT INTO psl_section_block_lut (lut_id, block_id, section_id) VALUES (431,139,15); ! INSERT INTO psl_section_block_lut (lut_id, block_id, section_id) VALUES (450,139,16); ! INSERT INTO psl_section_block_lut (lut_id, block_id, section_id) VALUES (451,131,16); -- --- 107,112 ---- INSERT INTO psl_section_block_lut (lut_id, block_id, section_id) VALUES (430,139,14); INSERT INTO psl_section_block_lut (lut_id, block_id, section_id) VALUES (431,139,15); ! INSERT INTO psl_section_block_lut (lut_id, block_id, section_id) VALUES (451,139,16); ! INSERT INTO psl_section_block_lut (lut_id, block_id, section_id) VALUES (452,131,16); -- |
From: Joe S. <joe...@us...> - 2004-10-29 15:23:06
|
Update of /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/_jsp/src/com/fredck/FCKeditor In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6026/phpslash-dev/public_html/scripts/fckeditor/_jsp/src/com/fredck/FCKeditor Added Files: FCKeditor.java FCKeditorConfigurations.java package.html Log Message: complete fckeditor addition --- NEW FILE: FCKeditor.java --- /* * FCKeditor - The text editor for internet * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: * http://www.opensource.org/licenses/lgpl-license.php * * For further information visit: * http://www.fckeditor.net/ * * File Name: FCKeditor.java * FCKeditor control class. * * Version: 2.0 Beta 1 * Modified: 2004-05-30 21:25:54 * * File Authors: * Simone Chiaretta (si...@pi...) */ package com.fredck.FCKeditor; import javax.servlet.http.HttpServletRequest; /** * The main class of the class lib.<br> * It's the container for all properties and the class that generate the output based on browser capabilities and configurations passed by the developer. * * @author Simone Chiaretta (si...@pi...) */ public class FCKeditor { private FCKeditorConfigurations oConfig; private String instanceName; private String value = ""; private String basePath; private String toolbarSet = "Default"; private String width = "100%"; private String height = "200"; private Boolean canUpload = null; private Boolean canBrowse = null; HttpServletRequest request; /** * Get the unique name of the editor * * @return name */ public String getInstanceName() { return instanceName; } /** * Set the unique name of the editor * * @param value name */ public void setInstanceName(String value) { instanceName=value; } /** * Get the initial value to be edited.<br> * In HTML code * * @return value */ public String getValue() { return value; } /** * Set the initial value to be edited.<br> * In HTML code * * @param value value */ public void setValue(String value) { this.value=value; } /** * Get the dir where the FCKeditor files reside on the server * * @return path */ public String getBasePath() { return basePath; } /** * Set the dir where the FCKeditor files reside on the server *Remarks:<br> *Avoid using relative paths. It is preferable to set the base path starting from the root (/). *Always finish the path with a slash (/). * * @param value path */ public void setBasePath(String value) { basePath=value; } /** * Get the name of the toolbar to display * * @return toolbar name */ public String getToolbarSet() { return toolbarSet; } /** * Set the name of the toolbar to display * * @param value toolbar name */ public void setToolbarSet(String value) { toolbarSet=value; } /** * Get the width of the textarea * * @return width */ public String getWidth() { return width; } /** * Set the width of the textarea * * @param value width */ public void setWidth(String value) { width=value; } /** * Get the height of the textarea * * @return height */ public String getHeight() { return height; } /** * Set the height of the textarea * * @param value height */ public void setHeight(String value) { height=value; } /** * Get the capability to upload files or images from inside the editor. * * @return true/false * @see #setCanUpload * @deprecated use getConfig().get("LinkUpload") and getConfig().get("ImageUpload") instead */ public boolean getCanUpload() { return canUpload.booleanValue(); } /** * Set the capability to upload files or images from inside the editor. * * @param value true/false * @see #getCanUpload * @deprecated use getConfig().put("LinkUpload",...) and getConfig().put("ImageUpload",...) instead */ public void setCanUpload(boolean value) { canUpload=Boolean.valueOf(value); getConfig().put("LinkUpload",canUpload); getConfig().put("ImageUpload",canUpload); } /** * Get the capability to browse files or images from inside the editor. * * @return true/false * @see #setCanBrowse * @deprecated use getConfig().get("LinkBrowser") and getConfig().get("ImageBrowser") instead */ public boolean getCanBrowse() { return canBrowse.booleanValue(); } /** * Set the capability to browse files or images from inside the editor. * * @param value true/false * @see #getCanBrowse * @deprecated use getConfig().put("LinkBrowser",...) and getConfig().put("ImageBrowser",...) instead */ public void setCanBrowse(boolean value) { canBrowse=Boolean.valueOf(value); getConfig().put("LinkBrowser",canBrowse); getConfig().put("ImageBrowser",canBrowse); } /** * Get the advanced configuation set.<br> * Adding element to this collection you can override the settings specified in the config.js file. * * @return configuration collection */ public FCKeditorConfigurations getConfig() { return oConfig; } /** * Set the advanced configuation set. * * @param value configuration collection */ public void setConfig(FCKeditorConfigurations value) { oConfig=value; } /** * Initialize the object setting all value to the default ones. * <p> * <ul> * <li>width: 100%</li> * <li>height: 200</li> * <li>toolbar name: Default</li> * <li>basePath: context root + "/FCKeditor/"</li> * </ul> * </p> * * @param req request object */ public FCKeditor(HttpServletRequest req){ request=req; basePath = request.getContextPath() + "/FCKeditor/"; oConfig = new FCKeditorConfigurations() ; } /** * Initialize the object setting the unique name and then all value to the default ones. * <p> * <ul> * <li>width: 100%</li> * <li>height: 200</li> * <li>toolbar name: Default</li> * <li>basePath: context root + "/FCKeditor/"</li> * </ul> * </p> * * @param req request object * @param parInstanceName unique name */ public FCKeditor(HttpServletRequest req, String parInstanceName){ request=req; basePath = request.getContextPath() + "/FCKeditor/"; instanceName=parInstanceName; oConfig = new FCKeditorConfigurations() ; } /** * Initialize the object setting all basic configurations.<br> * * The basePath is context root + "/FCKeditor/" * * @param req request object * @param parInstanceName unique name * @param parWidth width * @param parHeight height * @param parToolbarSet toolbarSet name * @param parValue initial value */ public FCKeditor(HttpServletRequest req, String parInstanceName, String parWidth, String parHeight, String parToolbarSet, String parValue){ request=req; basePath = request.getContextPath() + "/FCKeditor/"; instanceName=parInstanceName; width=parWidth; height=parHeight; toolbarSet=parToolbarSet; value=parValue; oConfig = new FCKeditorConfigurations() ; } private boolean isCompatible() { String userAgent=request.getHeader("user-agent").toLowerCase(); if(userAgent==null) return false; if ((userAgent.indexOf("msie") !=-1) && (userAgent.indexOf("mac") == -1) && (userAgent.indexOf("Opera") == -1)) { if(retrieveBrowserVersion(userAgent)>=5.5) return true; } else if (userAgent.indexOf("gecko") !=-1){ if(retrieveBrowserVersion(userAgent)>=20030210) return true; } return false; } private double retrieveBrowserVersion(String userAgent) { if(userAgent.indexOf("msie")>-1) { String str = userAgent.substring(userAgent.indexOf("msie") + 5); return Double.parseDouble(str.substring(0, str.indexOf(";"))); } else { String str = userAgent.substring(userAgent.indexOf("gecko") + 6); return Double.parseDouble(str.substring(0, str.indexOf(" "))); } } private String HTMLEncode(String txt) { txt=txt.replaceAll("&","&"); txt=txt.replaceAll("<","<"); txt=txt.replaceAll(">",">"); txt=txt.replaceAll("\"","""); txt=txt.replaceAll("'","’"); return txt; } /** * Generate the HTML Code for the editor. * <br> * Evalute the browser capabilities and generate the editor if IE 5.5 or Gecko 20030210 or greater, * or a simple textarea otherwise. * * @return html code */ public String create() { StringBuffer strEditor=new StringBuffer(); strEditor.append("<div>"); value=HTMLEncode(value); if(isCompatible()) { strEditor.append("<input type=\"hidden\" id=\"" + instanceName + "\" name=\"" + instanceName + "\" value=\"" + value + "\">"); strEditor.append(createConfigHTML()); strEditor.append(createIFrameHTML()); } else{ strEditor.append("<TEXTAREA name=\"" + instanceName + "\" rows=\"4\" cols=\"40\" style=\"WIDTH: " + width + "; HEIGHT: " + height + "\" wrap=\"virtual\">"+value+"</TEXTAREA>"); } strEditor.append("</div>"); return strEditor.toString(); } private String createConfigHTML() { String configStr=oConfig.getUrlParams(); if (!toolbarSet.equals("")) configStr+="&Toolbar=" + toolbarSet; if(!configStr.equals("")) configStr=configStr.substring(1); return "<input type=\"hidden\" id=\"" + instanceName + "___Config\" value=\"" + configStr + "\">" ; } private String createIFrameHTML() { StringBuffer sLink=new StringBuffer(basePath + "editor/fckeditor.html?InstanceName=" + instanceName); return "<iframe id=\"" + instanceName + "___Frame\" src=\"" + sLink + "\" width=\"" + width + "\" height=\"" + height + "\" frameborder=\"no\" scrolling=\"no\"></iframe>"; } } --- NEW FILE: FCKeditorConfigurations.java --- /* * FCKeditor - The text editor for internet * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: * http://www.opensource.org/licenses/lgpl-license.php * * For further information visit: * http://www.fckeditor.net/ * * File Name: FCKeditorConfigurations.java * FCKeditor configurations container. * * Version: 2.0 Beta 1 * Modified: 2004-05-30 21:26:18 * * File Authors: * Simone Chiaretta (si...@pi...) */ package com.fredck.FCKeditor; import java.util.*; /** * Contains the configuration settings for the FCKEditor.<br> * Adding element to this collection you can override the settings specified in the config.js file. * * @author Simone Chiaretta (si...@pi...) */ public class FCKeditorConfigurations extends HashMap{ /** * Initialize the configuration collection */ public FCKeditorConfigurations() { super(); } /** * Generate the url parameter sequence used to pass this configuration to the editor. * * *@return html endocode sequence of configuration parameters */ public String getUrlParams() { StringBuffer osParams = new StringBuffer(); for(Iterator i=this.entrySet().iterator();i.hasNext();) { Map.Entry entry = (Map.Entry) i.next(); osParams.append("&"+HTMLEncode(entry.getKey().toString())+"="+HTMLEncode(entry.getValue().toString())); } return osParams.toString(); } private String HTMLEncode(String txt) { txt=txt.replaceAll("&","&"); txt=txt.replaceAll("<","<"); txt=txt.replaceAll(">",">"); txt=txt.replaceAll("\"","""); txt=txt.replaceAll("'","’"); return txt; } } --- NEW FILE: package.html --- <!-- * FCKeditor - The text editor for internet * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: * http://www.opensource.org/licenses/lgpl-license.php * * For further information visit: * http://www.fckeditor.net/ * * File Name: package.html * FCKeditor package description * * Version: 2.0 Beta 1 * Modified: 2004-05-31 23:12:46 * * File Authors: * Simone Chiaretta (si...@pi...) --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html> <head> <!-- @(#)package.html 1.60 98/01/27 Copyright 1998 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved. This software is the confidential and proprietary information of Sun Microsystems, Inc. ("Confidential Information"). You shall not disclose such Confidential Information and shall use it only in accordance with the terms of the license agreement you entered into with Sun. CopyrightVersion 1.2 --> </head> <body bgcolor="white"> Core objects to manage the FCKeditor text input form. Java Intergration Module 2.0. <h2>Related Documentation</h2> For overviews, tutorials, examples, guides, and tool documentation, please see: <ul> <li><a href="http://www.fckeditor.net/">Official page of FCKeditor</a> </ul> <!-- Put @see and @since tags down here. --> </body> </html> |
From: Joe S. <joe...@us...> - 2004-10-29 15:23:06
|
Update of /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/_jsp/src/com/fredck/FCKeditor/connector In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6026/phpslash-dev/public_html/scripts/fckeditor/_jsp/src/com/fredck/FCKeditor/connector Added Files: 10b36~ue.html ConnectorServlet.java package.html Log Message: complete fckeditor addition --- NEW FILE: 10b36~ue.html --- <!-- * FCKeditor - The text editor for internet * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: * http://www.opensource.org/licenses/lgpl-license.php * * For further information visit: * http://www.fckeditor.net/ * * File Name: 10b36~ue.html * FCKeditor Browser connector package description * * Version: 2.0 Beta 1 * Modified: 2004-05-30 22:12:00 * * File Authors: * Simone Chiaretta (si...@pi...) --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html> <head> <!-- @(#)package.html 1.60 98/01/27 Copyright 1998 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved. This software is the confidential and proprietary information of Sun Microsystems, Inc. ("Confidential Information"). You shall not disclose such Confidential Information and shall use it only in accordance with the terms of the license agreement you entered into with Sun. CopyrightVersion 1.2 --> </head> <body bgcolor="white"> Connector used by the FCKeditor to list and create resources on the server. <h2>Package Specification</h2> This servlet is access directly from the file browser in the FCKeditor.<br> To make everything work correctly you have to add the following piece of code in your application's web.xml <br> <pre> <servlet> <servlet-name>Connector</servlet-name> <servlet-class>com.fredck.FCKeditor.connector.ConnectorServlet</servlet-class> <init-param> <param-name>baseDir</param-name> <param-value>/UserFiles/</param-value> </init-param> <load-on-startup>1</load-on-startup> </servlet> <servlet-mapping> <servlet-name>Connector</servlet-name> <url-pattern>/editor/filemanager/browser/default/connectors/jsp/connector</url-pattern> </servlet-mapping> </pre> <br> And put in the fckconfig.js the following line: <pre> FCKConfig.LinkBrowserURL = FCKConfig.BasePath + "filemanager/browser/default/browser.html?Connector=connectors/jsp/connector" ; </pre> Also, since the servlet manage a file upload using the Jakarta Common fileupload library, you need to put in your <code>WEB-INF/lib/</code> the <code>commons-fileupload.jar</code>. <h2>Related Documentation</h2> For overviews, tutorials, examples, guides, and tool documentation, please see: <ul> <li>_sample/jsp directory for example of how to implement FCKEditor in your application </ul> <!-- Put @see and @since tags down here. --> </body> </html> --- NEW FILE: ConnectorServlet.java --- /* * FCKeditor - The text editor for internet * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: * http://www.opensource.org/licenses/lgpl-license.php * * For further information visit: * http://www.fckeditor.net/ * * File Name: ConnectorServlet.java * Connector used to browse and upload files. * * Version: 2.0 Beta 1 * Modified: 2004-05-30 21:52:18 * * File Authors: * Simone Chiaretta (si...@pi...) */ package com.fredck.FCKeditor.connector; import java.io.*; import javax.servlet.*; import javax.servlet.http.*; import java.util.*; import org.apache.commons.fileupload.*; import javax.xml.parsers.*; import org.w3c.dom.*; import javax.xml.transform.*; import javax.xml.transform.dom.DOMSource; import javax.xml.transform.stream.StreamResult; /** * Servlet to upload and browse files.<br> * * This servlet accepts 4 commands used to retrieve and create files and folders from a server directory. * The allowed commands are: * <ul> * <li>GetFolders: Retrive the list of directory under the current folder * <li>GetFoldersAndFiles: Retrive the list of files and directory under the current folder * <li>CreateFolder: Create a new directory under the current folder * <li>FileUpload: Send a new file to the server (must be sent with a POST) * </ul> * * @author Simone Chiaretta (si...@pi...) */ public class ConnectorServlet extends HttpServlet { private static String baseDir; /** * Initialize the servlet.<br> * Retrieve from the servlet configuration the "baseDir" which is the root of the file repository:<br> * If not specified the value of "/UserFiles/" will be used. * * @author Simone Chiaretta (si...@pi...) */ public void init() throws ServletException { baseDir=getInitParameter("baseDir"); if(baseDir==null) baseDir="/UserFiles/"; String realBaseDir=getServletContext().getRealPath(baseDir); File baseFile=new File(realBaseDir); if(!baseFile.exists()){ baseFile.mkdir(); } } /** * Manage the Get requests (GetFolders, GetFoldersAndFiles, CreateFolder).<br> * * The servlet accepts commands sent in the following format:<br> * connector?Command=CommandName&Type=ResourceType&CurrentFolder=FolderPath<br><br> * It execute the command and then return the results to the client in XML format. * * @author Simone Chiaretta (si...@pi...) */ public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { response.setContentType("text/xml"); response.setHeader("Cache-Control","no-cache"); response.setCharacterEncoding("UTF-8"); PrintWriter out = response.getWriter(); String commandStr=request.getParameter("Command"); String typeStr=request.getParameter("Type"); String currentFolderStr=request.getParameter("CurrentFolder"); String currentPath=baseDir+typeStr+currentFolderStr; String currentDirPath=getServletContext().getRealPath(currentPath); File currentDir=new File(currentDirPath); if(!currentDir.exists()){ currentDir.mkdir(); } Document document=null; try { DocumentBuilderFactory factory=DocumentBuilderFactory.newInstance(); DocumentBuilder builder = factory.newDocumentBuilder(); document=builder.newDocument(); } catch (ParserConfigurationException pce) { pce.printStackTrace(); } Node root=CreateCommonXml(document,commandStr,typeStr,currentFolderStr,currentPath); if(commandStr.equals("GetFolders")) { getFolders(currentDir,root,document); } else if (commandStr.equals("GetFoldersAndFiles")) { getFolders(currentDir,root,document); getFiles(currentDir,root,document); } else if (commandStr.equals("CreateFolder")) { String newFolderStr=request.getParameter("NewFolderName"); File newFolder=new File(currentDir,newFolderStr); String retValue="110"; if(newFolder.exists()){ retValue="101"; } else { try { boolean dirCreated = newFolder.mkdir(); if(dirCreated) retValue="0"; else retValue="102"; }catch(SecurityException sex) { retValue="103"; } } setCreateFolderResponse(retValue,root,document); } document.getDocumentElement().normalize(); try { TransformerFactory tFactory = TransformerFactory.newInstance(); Transformer transformer = tFactory.newTransformer(); DOMSource source = new DOMSource(document); StreamResult result = new StreamResult(out); transformer.transform(source, result); } catch (Exception ex) { ex.printStackTrace(); } out.flush(); out.close(); } /** * Manage the Post requests (FileUpload).<br> * * The servlet accepts commands sent in the following format:<br> * connector?Command=FileUpload&Type=ResourceType&CurrentFolder=FolderPath<br><br> * It store the file (renaming it in case a file with the same name exists) and then return an HTML file * with a javascript command in it. * * @author Simone Chiaretta (si...@pi...) */ public void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { response.setContentType("text/html"); response.setHeader("Cache-Control","no-cache"); response.setCharacterEncoding("UTF-8"); PrintWriter out = response.getWriter(); String commandStr=request.getParameter("Command"); String typeStr=request.getParameter("Type"); String currentFolderStr=request.getParameter("CurrentFolder"); String currentPath=baseDir+typeStr+currentFolderStr; String currentDirPath=getServletContext().getRealPath(currentPath); String retVal="0"; String newName=""; if(!commandStr.equals("FileUpload")) retVal="203"; else { DiskFileUpload upload = new DiskFileUpload(); try { List items = upload.parseRequest(request); Map fields=new HashMap(); Iterator iter = items.iterator(); while (iter.hasNext()) { FileItem item = (FileItem) iter.next(); if (item.isFormField()) fields.put(item.getFieldName(),item.getString()); else fields.put(item.getFieldName(),item); } FileItem uplFile=(FileItem)fields.get("NewFile"); String fileNameLong=uplFile.getName(); fileNameLong=fileNameLong.replace('\\','/'); String[] pathParts=fileNameLong.split("/"); String fileName=pathParts[pathParts.length-1]; String nameWithoutExt=getNameWithoutExtension(fileName); String ext=getExtension(fileName); File pathToSave=new File(currentDirPath,fileName); int counter=1; while(pathToSave.exists()){ newName=nameWithoutExt+"("+counter+")"+"."+ext; retVal="201"; pathToSave=new File(currentDirPath,newName); counter++; } uplFile.write(pathToSave); }catch (Exception ex) { retVal="203"; } } out.println("<script type=\"text/javascript\">"); out.println("window.parent.frames['frmUpload'].OnUploadCompleted("+retVal+",'"+newName+"');"); out.println("</script>"); out.flush(); out.close(); } private void setCreateFolderResponse(String retValue,Node root,Document doc) { Element myEl=doc.createElement("Error"); myEl.setAttribute("number",retValue); root.appendChild(myEl); } private void getFolders(File dir,Node root,Document doc) { Element folders=doc.createElement("Folders"); root.appendChild(folders); File[] fileList=dir.listFiles(); for(int i=0;i<fileList.length;++i) { if(fileList[i].isDirectory()){ Element myEl=doc.createElement("Folder"); myEl.setAttribute("name",fileList[i].getName()); folders.appendChild(myEl); } } } private void getFiles(File dir,Node root,Document doc) { Element files=doc.createElement("Files"); root.appendChild(files); File[] fileList=dir.listFiles(); for(int i=0;i<fileList.length;++i) { if(fileList[i].isFile()){ Element myEl=doc.createElement("File"); myEl.setAttribute("name",fileList[i].getName()); myEl.setAttribute("size",""+fileList[i].length()/1024); files.appendChild(myEl); } } } private Node CreateCommonXml(Document doc,String commandStr, String typeStr, String currentPath, String currentUrl ) { Element root=doc.createElement("Connector"); doc.appendChild(root); root.setAttribute("command",commandStr); root.setAttribute("resourceType",typeStr); Element myEl=doc.createElement("CurrentFolder"); myEl.setAttribute("path",currentPath); myEl.setAttribute("url",currentUrl); root.appendChild(myEl); return root; } private String getExtension(String fileName) { String[] nameParts=fileName.split("\\."); String ext=""; for (int i=1;i<nameParts.length;++i) ext+="."+nameParts[i]; if(ext.length()!=0) ext=ext.substring(1); return ext; } private String getNameWithoutExtension(String fileName) { String[] nameParts=fileName.split("\\."); return nameParts[0]; } } --- NEW FILE: package.html --- <!-- * FCKeditor - The text editor for internet * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: * http://www.opensource.org/licenses/lgpl-license.php * * For further information visit: * http://www.fckeditor.net/ * * File Name: package.html * FCKeditor Browser connector package description * * Version: 2.0 Beta 1 * Modified: 2004-05-30 22:11:56 * * File Authors: * Simone Chiaretta (si...@pi...) --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html> <head> <!-- @(#)package.html 1.60 98/01/27 Copyright 1998 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved. This software is the confidential and proprietary information of Sun Microsystems, Inc. ("Confidential Information"). You shall not disclose such Confidential Information and shall use it only in accordance with the terms of the license agreement you entered into with Sun. CopyrightVersion 1.2 --> </head> <body bgcolor="white"> Connector used by the FCKeditor to list and create resources on the server. <h2>Package Specification</h2> This servlet is access directly from the file browser in the FCKeditor.<br> To make everything work correctly you have to add the following piece of code in your application's web.xml <br> <pre> <servlet> <servlet-name>Connector</servlet-name> <servlet-class>com.fredck.FCKeditor.connector.ConnectorServlet</servlet-class> <init-param> <param-name>baseDir</param-name> <param-value>/UserFiles/</param-value> </init-param> <load-on-startup>1</load-on-startup> </servlet> <servlet-mapping> <servlet-name>Connector</servlet-name> <url-pattern>/editor/filemanager/browser/default/connectors/jsp/connector</url-pattern> </servlet-mapping> </pre> <br> And put in the fckconfig.js the following line: <pre> FCKConfig.LinkBrowserURL = FCKConfig.BasePath + "filemanager/browser/default/browser.html?Connector=connectors/jsp/connector" ; </pre> Also, since the servlet manage a file upload using the Jakarta Common fileupload library, you need to put in your <code>WEB-INF/lib/</code> the <code>commons-fileupload.jar</code>. <h2>Related Documentation</h2> For overviews, tutorials, examples, guides, and tool documentation, please see: <ul> <li>_sample/jsp directory for example of how to implement FCKEditor in your application </ul> <!-- Put @see and @since tags down here. --> </body> </html> |
From: Joe S. <joe...@us...> - 2004-10-29 15:23:06
|
Update of /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/_jsp/src/com/fredck/FCKeditor/tags In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6026/phpslash-dev/public_html/scripts/fckeditor/_jsp/src/com/fredck/FCKeditor/tags Added Files: FCKeditorConfigurationsTag.java FCKeditorTag.java package.html Log Message: complete fckeditor addition --- NEW FILE: FCKeditorConfigurationsTag.java --- /* * FCKeditor - The text editor for internet * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: * http://www.opensource.org/licenses/lgpl-license.php * * For further information visit: * http://www.fckeditor.net/ * * File Name: FCKeditorConfigurationsTag.java * FCKeditor Configuration tag. * * Version: 2.0 Beta 1 * Modified: 2004-05-30 21:28:48 * * File Authors: * Simone Chiaretta (si...@pi...) */ package com.fredck.FCKeditor.tags; import com.fredck.FCKeditor.FCKeditor; import java.io.IOException; import javax.servlet.http.HttpServletRequest; import javax.servlet.jsp.PageContext; import javax.servlet.jsp.JspException; import javax.servlet.jsp.JspWriter; import javax.servlet.jsp.JspTagException; import javax.servlet.jsp.tagext.TagSupport; /** * Custom Tag class to access the {@linkplain com.fredck.FCKeditor.FCKeditorConfigurations advanced settings}.<br> * Used to override the settings specified in the config.js file. * This tag is valid only inside an <FCK:editor> * <p> * <b>Simple usage</b>: * <pre> * <FCK:config name="StyleNames" value=";Style 1;Style 2; Style 3" /> * </pre> * * @author Simone Chiaretta (si...@pi...) */ public class FCKeditorConfigurationsTag extends TagSupport { private String name = null; private String value = null; /** * Get the name of the setting * * @return name */ public String getName() { return name; } /** * Set the name of the setting * * @param value name */ public void setName(String value) { name=value; } /** * Get the value of the setting * * @return name */ public String getValue() { return value; } /** * Set the value of the setting * * @param value value */ public void setValue(String value) { this.value=value; } /** * Update the configuration settings adding the specified value * * @return SKIP_BODY * @throws JspException if tag used outside the <FCK:editor> tag */ public int doStartTag () throws JspException { FCKeditorTag editorTag=(FCKeditorTag)findAncestorWithClass(this, FCKeditorTag.class); if(editorTag==null) throw new JspTagException("This tag cannot be used outside the <FCK:editor> tag"); editorTag.fcked.getConfig().put(name,value); return SKIP_BODY; } } --- NEW FILE: FCKeditorTag.java --- /* * FCKeditor - The text editor for internet * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: * http://www.opensource.org/licenses/lgpl-license.php * * For further information visit: * http://www.fckeditor.net/ * * File Name: FCKeditorTag.java * FCKeditor tag. * * Version: 2.0 Beta 1 * Modified: 2004-05-30 21:28:50 * * File Authors: * Simone Chiaretta (si...@pi...) */ package com.fredck.FCKeditor.tags; import com.fredck.FCKeditor.FCKeditor; import java.io.IOException; import javax.servlet.http.HttpServletRequest; import javax.servlet.jsp.PageContext; import javax.servlet.jsp.JspException; import javax.servlet.jsp.JspWriter; import javax.servlet.jsp.JspTagException; import javax.servlet.jsp.tagext.BodyContent; import javax.servlet.jsp.tagext.BodyTagSupport; /** * Custom Tag class to access the {@linkplain com.fredck.FCKeditor.FCKeditor contaniner}.<br> *<p> * <b>Simple usage</b>: * <pre> * <FCK:editor * id="EditorAccessibility" * width="80%" * height="120" * toolbarSet="Accessibility" * ">This is another test. <BR"><B">The "Second" row.</B"></FCK:editor"> * </pre> * *<p>In this example we set all the attribute for the fckedit tag. * *<p> * <b>Advanced usage of the tag</b>: * <pre> * <FCK:editor id="EditorDefault" basePath="/FCKeditor/"> * <FCK:config name="StyleNames" value=";Style 1;Style 2; Style 3" /> * <FCK:config name="FontNames" value=";Arial;Courier New;Times New Roman;Verdana" /> * This is some <B>sample text</B>. * </FCK:editor> * </pre> *<p>In this example we set the id and the basePath of the editor (since it is /FCKeditor/ * we could have omitted it because it's already the default value).<br> * Then we used the inner tag <FCK:config> to set some advanced configuration settings. * * @author Simone Chiaretta (si...@pi...) */ public class FCKeditorTag extends BodyTagSupport { private String id; private String value = ""; private String basePath = null; private String toolbarSet = null; private String width = null; private String height = null; private String canUpload = null; private String canBrowse = null; /** * The underlying FCKeditor object * */ protected FCKeditor fcked = null; /** * Get the unique id of the editor * * @return id */ public String getId() { return id; } /** * Set the unique id of the editor * * @param value name */ public void setId(String value) { id=value; } /** * Get the dir where the FCKeditor files reside on the server * * @return path */ public String getBasePath() { return basePath; } /** * Set the dir where the FCKeditor files reside on the server * * @param value path */ public void setBasePath(String value) { basePath=value; } /** * Get the name of the toolbar to display * * @return toolbar name */ public String getToolbarSet() { return toolbarSet; } /** * Set the name of the toolbar to display * * @param value toolbar name */ public void setToolbarSet(String value) { toolbarSet=value; } /** * Get the width of the textarea * * @return width */ public String getWidth() { return width; } /** * Set the width of the textarea * * @param value width */ public void setWidth(String value) { width=value; } /** * Get the height of the textarea * * @return height */ public String getHeight() { return height; } /** * Set the height of the textarea * * @param value height */ public void setHeight(String value) { height=value; } /** * Get the capability to upload files or images from inside the editor * * @return true/false */ public String getCanUpload() { return canUpload; } /** * Set the capability to upload files or images from inside the editor * * @param value true/false */ public void setCanUpload(String value) { canUpload=value; } /** * Get the capability to browse files or images from inside the editor * * @return true/false */ public String getCanBrowse() { return canBrowse; } /** * Set the capability to browse files or images from inside the editor * * @param value true/false */ public void setCanBrowse(String value) { canBrowse=value; } /** * Initialize the FCKeditor container and set attributes * * @return EVAL_BODY_BUFFERED * @throws JspException if canUpload or canBrowse are not of boolean value */ public int doStartTag() throws JspException { fcked=new FCKeditor((HttpServletRequest)pageContext.getRequest(),id); if(toolbarSet!=null) fcked.setToolbarSet(toolbarSet); if(basePath!=null) fcked.setBasePath(basePath); if(width!=null) fcked.setWidth(width); if(height!=null) fcked.setHeight(height); if(canUpload!=null) if(canUpload.equals("true")) fcked.setCanUpload(true); else if (canUpload.equals("false")) fcked.setCanUpload(false); else throw new JspTagException("Error evaluating FCKeditor Tag: canUpload must be a boolean value"); if(canBrowse!=null) if(canBrowse.equals("true")) fcked.setCanBrowse(true); else if (canBrowse.equals("false")) fcked.setCanBrowse(false); else throw new JspTagException("Error evaluating FCKeditor Tag: canBrowse must be a boolean value"); return EVAL_BODY_BUFFERED; } /** * Retrive initial value to be edited and writes the HTML code in the page * * @return SKIP_BODY * @throws JspException if an error occurs whie writing to the out buffer */ public int doAfterBody() throws JspException { BodyContent body = getBodyContent(); JspWriter writer = body.getEnclosingWriter(); String bodyString = body.getString(); fcked.setValue(bodyString); try { writer.println(fcked.create()); }catch(IOException ioe) { throw new JspException("Error: IOException while writing to the user"); } return SKIP_BODY; } } --- NEW FILE: package.html --- <!-- * FCKeditor - The text editor for internet * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: * http://www.opensource.org/licenses/lgpl-license.php * * For further information visit: * http://www.fckeditor.net/ * * File Name: package.html * FCKeditor taglib package description * * Version: 2.0 Beta 1 * Modified: 2004-05-30 21:27:54 * * File Authors: * Simone Chiaretta (si...@pi...) --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html> <head> <!-- @(#)package.html 1.60 98/01/27 Copyright 1998 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved. This software is the confidential and proprietary information of Sun Microsystems, Inc. ("Confidential Information"). You shall not disclose such Confidential Information and shall use it only in accordance with the terms of the license agreement you entered into with Sun. CopyrightVersion 1.2 --> </head> <body bgcolor="white"> JSP Tag to access and modify the FCKeditor objects. <h2>Package Specification</h2> This taglibrary is compliant to the taglib 1.1 specification.<br> To use it put the FCKeditor.jar inside the <code>WEB-INF/lib</code> dir and FCKeditor.tld inside the <code>WEB-INF</code> directory of your website.<br> Put the following declaration in each page that use the tags:<br> <pre> <%@ taglib uri="/WEB-INF/FCKeditor.tld" prefix="FCK" %> </pre> <h2>Related Documentation</h2> For overviews, tutorials, examples, guides, and tool documentation, please see: <ul> <li>_sample/jsp directory for example of how to implement FCKEditor in your application </ul> <!-- Put @see and @since tags down here. --> </body> </html> |
Update of /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/_jsp/docs/api/com/fredck/FCKeditor/connector In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6026/phpslash-dev/public_html/scripts/fckeditor/_jsp/docs/api/com/fredck/FCKeditor/connector Added Files: ConnectorServlet.html package-frame.html package-summary.html package-tree.html Log Message: complete fckeditor addition --- NEW FILE: ConnectorServlet.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.4.2_01) on Sun May 30 22:30:10 CEST 2004 --> <TITLE> ConnectorServlet </TITLE> <META NAME="keywords" CONTENT="com.fredck.FCKeditor.connector.ConnectorServlet class"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="ConnectorServlet"; } </SCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV CLASS NEXT CLASS</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A> <A HREF="ConnectorServlet.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> com.fredck.FCKeditor.connector</FONT> <BR> Class ConnectorServlet</H2> <PRE> java.lang.Object <IMG SRC="../../../../resources/inherit.gif" ALT="extended by">javax.servlet.GenericServlet <IMG SRC="../../../../resources/inherit.gif" ALT="extended by">javax.servlet.http.HttpServlet <IMG SRC="../../../../resources/inherit.gif" ALT="extended by"><B>com.fredck.FCKeditor.connector.ConnectorServlet</B> </PRE> <DL> <DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig</DD> </DL> <HR> <DL> <DT>public class <B>ConnectorServlet</B><DT>extends javax.servlet.http.HttpServlet</DL> <P> Servlet to upload and browse files.<br> This servlet accepts 4 commands used to retrieve and create files and folders from a server directory. The allowed commands are: <ul> <li>GetFolders: Retrive the list of directory under the current folder <li>GetFoldersAndFiles: Retrive the list of files and directory under the current folder <li>CreateFolder: Create a new directory under the current folder <li>FileUpload: Send a new file to the server (must be sent with a POST) </ul> <P> <P> <DL> <DT><B>Author:</B></DT> <DD>Simone Chiaretta (si...@pi...)</DD> <DT><B>See Also:</B><DD><A HREF="../../../../serialized-form.html#com.fredck.FCKeditor.connector.ConnectorServlet">Serialized Form</A></DL> <HR> <P> <!-- ======== NESTED CLASS SUMMARY ======== --> <!-- =========== FIELD SUMMARY =========== --> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <A NAME="constructor_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Constructor Summary</B></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/connector/ConnectorServlet.html#ConnectorServlet()">ConnectorServlet</A></B>()</CODE> <BR> </TD> </TR> </TABLE> <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Method Summary</B></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/connector/ConnectorServlet.html#doGet(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)">doGet</A></B>(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)</CODE> <BR> Manage the Get requests (GetFolders, GetFoldersAndFiles, CreateFolder).</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/connector/ConnectorServlet.html#doPost(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)">doPost</A></B>(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)</CODE> <BR> Manage the Post requests (FileUpload).</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/connector/ConnectorServlet.html#init()">init</A></B>()</CODE> <BR> Initialize the servlet.</TD> </TR> </TABLE> <A NAME="methods_inherited_from_class_javax.servlet.http.HttpServlet"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TD><B>Methods inherited from class javax.servlet.http.HttpServlet</B></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service</CODE></TD> </TR> </TABLE> <A NAME="methods_inherited_from_class_javax.servlet.GenericServlet"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TD><B>Methods inherited from class javax.servlet.GenericServlet</B></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log</CODE></TD> </TR> </TABLE> <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TD><B>Methods inherited from class java.lang.Object</B></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> </TR> </TABLE> <P> <!-- ============ FIELD DETAIL =========== --> <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=1><FONT SIZE="+2"> <B>Constructor Detail</B></FONT></TD> </TR> </TABLE> <A NAME="ConnectorServlet()"><!-- --></A><H3> ConnectorServlet</H3> <PRE> public <B>ConnectorServlet</B>()</PRE> <DL> </DL> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=1><FONT SIZE="+2"> <B>Method Detail</B></FONT></TD> </TR> </TABLE> <A NAME="init()"><!-- --></A><H3> init</H3> <PRE> public void <B>init</B>() throws javax.servlet.ServletException</PRE> <DL> <DD>Initialize the servlet.<br> Retrieve from the servlet configuration the "baseDir" which is the root of the file repository:<br> If not specified the value of "/UserFiles/" will be used. <P> <DD><DL> <DT><B>Throws:</B> <DD><CODE>javax.servlet.ServletException</CODE></DL> </DD> </DL> <HR> <A NAME="doGet(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)"><!-- --></A><H3> doGet</H3> <PRE> public void <B>doGet</B>(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, java.io.IOException</PRE> <DL> <DD>Manage the Get requests (GetFolders, GetFoldersAndFiles, CreateFolder).<br> The servlet accepts commands sent in the following format:<br> connector?Command=CommandName&Type=ResourceType&CurrentFolder=FolderPath<br><br> It execute the command and then return the results to the client in XML format. <P> <DD><DL> <DT><B>Throws:</B> <DD><CODE>javax.servlet.ServletException</CODE> <DD><CODE>java.io.IOException</CODE></DL> </DD> </DL> <HR> <A NAME="doPost(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)"><!-- --></A><H3> doPost</H3> <PRE> public void <B>doPost</B>(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, java.io.IOException</PRE> <DL> <DD>Manage the Post requests (FileUpload).<br> The servlet accepts commands sent in the following format:<br> connector?Command=FileUpload&Type=ResourceType&CurrentFolder=FolderPath<br><br> It store the file (renaming it in case a file with the same name exists) and then return an HTML file with a javascript command in it. <P> <DD><DL> <DT><B>Throws:</B> <DD><CODE>javax.servlet.ServletException</CODE> <DD><CODE>java.io.IOException</CODE></DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV CLASS NEXT CLASS</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A> <A HREF="ConnectorServlet.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML> --- NEW FILE: package-frame.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.4.2_01) on Sun May 30 22:30:10 CEST 2004 --> <TITLE> com.fredck.FCKeditor.connector </TITLE> <META NAME="keywords" CONTENT="com.fredck.FCKeditor.connector package"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> </HEAD> <BODY BGCOLOR="white"> <FONT size="+1" CLASS="FrameTitleFont"> <A HREF="../../../../com/fredck/FCKeditor/connector/package-summary.html" target="classFrame">com.fredck.FCKeditor.connector</A></FONT> <TABLE BORDER="0" WIDTH="100%" SUMMARY=""> <TR> <TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont"> Classes</FONT> <FONT CLASS="FrameItemFont"> <BR> <A HREF="ConnectorServlet.html" title="class in com.fredck.FCKeditor.connector" target="classFrame">ConnectorServlet</A></FONT></TD> </TR> </TABLE> </BODY> </HTML> --- NEW FILE: package-summary.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.4.2_01) on Sun May 30 22:30:10 CEST 2004 --> <TITLE> com.fredck.FCKeditor.connector </TITLE> <META NAME="keywords" CONTENT="com.fredck.FCKeditor.connector package"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="com.fredck.FCKeditor.connector"; } </SCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../com/fredck/FCKeditor/package-summary.html"><B>PREV PACKAGE</B></A> <A HREF="../../../../com/fredck/FCKeditor/tags/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A> <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <H2> Package com.fredck.FCKeditor.connector </H2> Connector used by the FCKeditor to list and create resources on the server. <P> <B>See:</B> <BR> <A HREF="#package_description"><B>Description</B></A> <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Class Summary</B></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../com/fredck/FCKeditor/connector/ConnectorServlet.html" title="class in com.fredck.FCKeditor.connector">ConnectorServlet</A></B></TD> <TD>Servlet to upload and browse files.</TD> </TR> </TABLE> <P> <A NAME="package_description"><!-- --></A><H2> Package com.fredck.FCKeditor.connector Description </H2> <P> Connector used by the FCKeditor to list and create resources on the server. <h2>Package Specification</h2> This servlet is access directly from the file browser in the FCKeditor.<br> To make everything work correctly you have to add the following piece of code in your application's web.xml <br> <pre> <servlet> <servlet-name>Connector</servlet-name> <servlet-class>com.fredck.FCKeditor.connector.ConnectorServlet</servlet-class> <init-param> <param-name>baseDir</param-name> <param-value>/UserFiles/</param-value> </init-param> <load-on-startup>1</load-on-startup> </servlet> <servlet-mapping> <servlet-name>Connector</servlet-name> <url-pattern>/editor/filemanager/browser/default/connectors/jsp/connector</url-pattern> </servlet-mapping> </pre> <br> And put in the fckconfig.js the following line: <pre> FCKConfig.LinkBrowserURL = FCKConfig.BasePath + "filemanager/browser/default/browser.html?Connector=connectors/jsp/connector" ; </pre> Also, since the servlet manage a file upload using the Jakarta Common fileupload library, you need to put in your <code>WEB-INF/lib/</code> the <code>commons-fileupload.jar</code>. <h2>Related Documentation</h2> For overviews, tutorials, examples, guides, and tool documentation, please see: <ul> <li>_sample/jsp directory for example of how to implement FCKEditor in your application </ul> <!-- Put @see and @since tags down here. --> <P> <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../com/fredck/FCKeditor/package-summary.html"><B>PREV PACKAGE</B></A> <A HREF="../../../../com/fredck/FCKeditor/tags/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A> <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML> --- NEW FILE: package-tree.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.4.2_01) on Sun May 30 22:30:10 CEST 2004 --> <TITLE> com.fredck.FCKeditor.connector Class Hierarchy </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="com.fredck.FCKeditor.connector Class Hierarchy"; } </SCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../com/fredck/FCKeditor/package-tree.html"><B>PREV</B></A> <A HREF="../../../../com/fredck/FCKeditor/tags/package-tree.html"><B>NEXT</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A> <A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> Hierarchy For Package com.fredck.FCKeditor.connector </H2> </CENTER> <DL> <DT><B>Package Hierarchies:</B><DD><A HREF="../../../../overview-tree.html">All Packages</A></DL> <HR> <H2> Class Hierarchy </H2> <UL> <LI TYPE="circle">class java.lang.Object<UL> <LI TYPE="circle">class javax.servlet.GenericServlet (implements java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig) <UL> <LI TYPE="circle">class javax.servlet.http.HttpServlet (implements java.io.Serializable) <UL> <LI TYPE="circle">class com.fredck.FCKeditor.connector.<A HREF="../../../../com/fredck/FCKeditor/connector/ConnectorServlet.html" title="class in com.fredck.FCKeditor.connector"><B>ConnectorServlet</B></A></UL> </UL> </UL> </UL> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../com/fredck/FCKeditor/package-tree.html"><B>PREV</B></A> <A HREF="../../../../com/fredck/FCKeditor/tags/package-tree.html"><B>NEXT</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A> <A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML> |
From: Joe S. <joe...@us...> - 2004-10-29 15:23:05
|
Update of /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/_jsp/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6026/phpslash-dev/public_html/scripts/fckeditor/_jsp/lib Added Files: commons-fileupload.jar Log Message: complete fckeditor addition --- NEW FILE: commons-fileupload.jar --- PK ½úÏç÷Ïìì¹È7LÙêE§V=%F®¿zñA ØÁ©ØÃÄÙz²®,¹¯Ï4gÐ#°!,ÒÁû@Y Öá] m8²H«mõ¨µö²ö°µVûÞÌd³Yi~ó}ó}óÞûÞñï}ËÓï> R( ÆWdôÊèS ¡_AQÐG³Ñ½<ìãá«<|öóp@ÁqçA¹Hðö/e<¦`+¨ÁBÛGà¨c<Êø:o~CAçá0/IØ àá<òö·XÈ2+X§dPP§yø6ïåa$ö;N<£ ¨Áwyøø¾gY¯ÈxÎ*øçÈø±Z<êÄ<¿ÈÄ/9ñ2/~¯ððS6ìU'~Æ_ãÅÏü¿Ì²¿ýø[ðk^ñ¿ñ;Ù§ÇC1-" ²;ZÐßìíÖ\Wy¯ñV½¡Îªu±H Ô¹T`O'êP¬µ'L$Ñz=Ò]ÏL$`£³#ÔLþhà:µ+¢E»tþ¬D´° ÄôHÀdSx@¯ª'ãóúº4)^@Ú´JÀæïУç6êÎ*o)ª|zw·VñAñpP÷ú«VkZ$¢ùYTK<ÇH_ÍÛMbÏò½Ñh ñü%É8 ñ{ãÁ³7Ä´n¼ÓëX Ä4ì¤w6¼Õ0Ñþ²62¶N÷Ûr!9Þ½Y´z7@è>o°Í ðÚڴźäªÓ»&Õ4²cr§k%}$0£´,©LÊ"UÖlõiáXd|u©Á6Æ7!2Ñ }@°°¥ê!Aæú®@õHÖe½ñùuÞPHE ؤÔüÅÌVÓýè¹*þ ]Å<|wÔüMu}/Õ9TmyYÐ+cÝa "ã}U öÉfíØgIÛ Ësɽ) Lß7Ñq"²ÈÅdb*æ)V$¥îi*QÜÝÉc Oï¸qóg£hئrO37ôaF/JEc&÷âZ[¶ÑZ{ùÈ-O °ÎZG/²úíRÕ¨§ØyPGIzo4æÏSJøé»i\=òHÙPHá<QY¹¢e¢ qjŬg£^qZÄ2\.VP{Z ¿¨CX-¢ÁpÆaÝ3ʰ1JNA¬B×Ð ×b+¹¦~ãöà:ì+ w&9#(j'¿Ìòav\ÄeÆaÓMÂd¶åà£F¶÷cà1üÕXY¤ Ât¹ªÉnÃõ¦râm2O¡½ÄÆ.Ts¼ÛIùMå,2y}P{ßÜ{Åh$Sæ÷Ûz±(Jhg;GuÁnìÍ¢Ö6 íõr÷5 ´}LêÊjmyNqÖÚ³j(Â9¶{V¾#wE=O{CÚóþ0Jke<Zë¬H AM (°%P1¶èwö²k+Û]UCX<ºÏÆlª §Ä×âsØIóNÜcÌ{ðz -{±¨¹ ÄvJÈ7Ã%nA¡¸Åâv;q¶¸³ËŽûq¡ØµâAlÓ=§.²}¸Fô£G<í4ß%öa§Àq ¦*sÁûtÆê)§ÃöÍÕóv²Ýd^nij¶¼q¥ø¿æ Þ!¥ÞMQÄô§Ãj_êAì´2,Mʨȸë$E¨ã¦)"Á.Í: "¡ÉÀi /ÀTs¹\ÇL ÀYî,áú9²çìA³¬{ËÅÍVò@* J%-N9n®u@j¤:{Ñ´hHõz2i7,Ï+°ø? XÂI mü»Æ:æË´â»ÅJ:FmôÇÔ´»ÎƹC8¯qµíCXêZÀ±F×ù4$°¢é<TV6SYU1nßngÂäG¶ÔéR Ú*VT¼nËe½¿`HÐФÖ&ò Û¡]²Ým¶[Lô ¼¼`"&>ú>ñÌn--!ò¡3Ó3çüæþ³óý÷ço y«[¸í]M w(¡}Õ£eÿ !Ã2n04eyÖ´V¦v¾hOÛ׳ÝÉú#=nñÑX^0ÄJ Eí^ÑcWå7§ÅsveI«WR®/*é48läû& ITEgücfªFß-f¸5£/¦¤Ògu˾ôÛ£À04¥¸×SOÙ¬+Ä ²_6õt|/r">Z±x!c.§Xü%îlD¥8ñ$Åó¶Ads)Íqø¤u[gæG)²hÒ°QHä&{sî3ÈÔtÜÉóG¢"SJò ÊfpT¦Í¢â¥óÎøõ*GqKÅ´Ræ_ ©hFÛùÃ9¢bc*ÂhR1¡ÿÿnà 3»º¹¥ÊÂæÝSÞeBö:Ûôh2#û´Àc˰IÀ@d~TøÍFÁë%ðx§q^¶zUý>´gg%©Ä¥5Fº´=F^*|´vk`Zl¶ßyþu4í+ë~q ©Ç¨ätÛaÓl9ÏWÂTlUs½b2W˸nN 0SLxÈáädÕb*ï¦2Dõ°Ù²Û$¥vðúLé«TI*ZN¯®¦YÎ5¨!LÐ~ÆÊÛiÆ"¡£rB\IA'º$þAUAÃ8¢à()HbRÁutSÄõK×+HaJÁ ÜT òm·$ôüË+µ%ütLwèÂ}Û ªFcW1b4 ãå]W Å9iu*ÁáX%ìM¸h?6ÉsCÛ9Á!úBés+Ñ×ÊO« ©£´CºIÝïîÞÃÿr>ì ØF`~<D;V±vJñva·àîÄoNùè_|ñ:LOé)¹x&¢E´ÇÄWÜ% )öbÇ©=Ш¾ÿM®I$j,ÚÞáK¡ ÿ_ Y<xf¼,ó,y â ÕkÓÌztýfî¥ÆWUv^Ùi.Ù¡q¯±Cç÷ÐTmgmüÅÎqò1t{t¢@ÍÕúT樥äÞ)búá@Þ¯A. ¥ÚØêþ×2c¡±zÐ+$¨W>ÁêR¯8VÝ[¢* UÝÕX@/ ýǩߨußIçqý§)Ã65¢8>q¨(O¬úqJÌTð½tbÖ~B ÒïÐ8ûPKOpH¡ lNÈuVÚ±ÍI¦»~ðñRþ¡2a#p"°vú+¢Ì*£µô½Ñ´ýr@&M¤¬SzÂ:yeÊ5Uõ'JM~-°ìçup¬nÈÙøË¶@˾½X.À¡ÿî{Êy8X¹ÊåÛþ|Jè$8óà´cJÈÖ%Ï:\e (ë&;Å?æÎ}uYµ®ÉSÇfË?¯8]Î<*mc»{í6#ÕzǦÌ#ªØ¨`h)=®Ø<½É'¡ÌdôÂȤ)ßAø)e3¶ÀÖ¢ÙÑÅ%E¼Ìþ¬àr%u#/ª½ù-æ+p0ó~ÕEe&·êÈÄ<wÖ[{ÛK|ùu[¼¬°Õf«Åè±çVÙàY§¸Ã l:ìbËá66=ç©}ì4"س=y<e<ÁSϦ¹ã Ã}¼lvÃçÿ/áõ_PK ï° _·uà9|ÂÝp\=k:CééÄ×|à\Rxç<?P×¶*í;>ãÏçt¢@*¯nÖ°Ç"¹Ïý Àíèià #ÅPú¬X3øRH·±Ãpõ_#3üêCÏñ_ä±=°9Ù¬MÙ)yF>U=Å×+d³äa ´<d(Ï-@T_#oòK! tõhë+Ã=RV3¨% X'qO4Lý9lawPKø*àY DPü¸x@44Æ#D Iãå¾´kYÓÒcü1zÖ'þ í«Â²ÚcªP±æ Ê+c44¬¤5ꡪèáEäßPKmànø\ HXByÆ+,eÒ°°ÍäÉÃLÑï zPK8^lW øXÔ¯ÄÎÃI»ôZºdÉè^åA¬--[i»nÚ¤ ЮšÐ"Ïu³>Bi»ne:Z 0¶²ÒnÝ£ì;÷^˲P'¿Î9ßwÎ÷ï}¾ë|çí¯>`]ïÁnäí¬nìÂYq|Õ vâkùWN<å¤wâ¯=¨@Þ¯;ñ ªwábþ.xPóÃÓN|Û g<X$¾ãÂw=Xó.|Oðý'¾ïÂßzPóþ;1ü@Ð=ëÄß{°ÿ Ã?á9òC1ü³wáGýc¼ Ëñ~"p?õà"^R¾"ÀWÅð/N¼æÂ¿zpþÍ ¹ðs^wáâÚ7Äðïbø¥o ^¿*ǯñNü§Èß8ñ_bþoþGÌÿ+ßáÿÚoãm\rx&rä¤2ÂÞämjGr8©·«jBMyDOfÒ9N«Ù¢iªF¨Ù¾%9$E§ÆÒGT2ÑIëjZï;1R¼+·twõµuõêëïi#ø:(GHJIôêÙdúðVBjºÖ÷*©JX0EÓëíéîõź»îÝ»;µ6õ5<M}}M-í|7:÷tôÅzvózAa}¨pÜE6BåôFgl[«À4í?ÔÞÖÔÚ¶ûPoì ¶.µpDf§hªe9ÂõóöÉ9§'S¤at{äøðm5e³Ê k¿<kÒ %9s2¹tBÉ¥*kì ÒÁfÁ-=ÓÜHL XU· "D~õW t¥Õãzc8G8¶fh" ¦ïTFø¨{0©¦]Ê0ìÕr-ÅaUÎæÐåkonÀdl¶ Ì74ø*)Ã,,(ÛÓµ%u%ºe÷<9[±nʼ*4K¥¡ã,Hñ+P¢LM3$fðÄY$ÝÍÿÀ|JÄCRÛɼ§±}Ê«J îÿxLß6wäÕ¬ö@"fqéÿ8LæÉ©L¹ XÅ{MÑFT²º kÅw²°y¶.+öLÛÒ¦5{3¹l\Vá`fåÜ ÈdÆTñ áÖ9þdñ89ÇðTGd~]2±°|úÖ®\*ÕI2q¶è}«à|2Ââ¢;Y¹Kh¿¿ú_Õ ³Ñly-¡©A«DUK¯Ó¢+ÉtP N+9ÈAN(ºÌdÐÃÉãj"¨Ó´ 0UÐôr0©erG¦rÜ.L¦+Ò¬t±¹XòcÆë#j\giÔ¸ÓÔ`R_§ÅË,dÈL;¯èîwjwnº T\*©TæÈ²+8¸ÜSõwL^ªär¾Ò]éÌ´ËSWG SUËä£2Õ¾¢êÎALeÜ;eZDe °£ñE<,ãsø,çà2?+fdZBKe|Fø<þÔIËdºËTKA'i%g ¢Õ2¡ ÖÒâ©<Y¹èÉf⪦qX3%cvÊ: kØÀ¹·ÆÑÊíDRÉhI»@Çi®è:aØè<¢l[)Üv[/S`å°ðÐ ;©¢î¦»]ѸTɦ ªÙ )!@¦« Î^Ú(Ó5"aÜ´ÉI×Ê´¹@Ï£VÊtm!4\IϨ{@[§%¹^Ï«U!¬½ü[2³({OÛÔ.Ó<q¿àPFF±a^lÍò&^Y=cbXC~@,w¨éÃâ6îcÜ$ S^æv>áæ¦C³ØøC±Òï9³o>¡[h½h¦¼)j«&rÚzÑf6YKB%»¯Í¢µ[#=a|°&OI^ñrnJ§[${È$\;¿3Å.n§ß¹-,nnÎ$N´Á>(XSjå§2" tm¿/8a¿½ÊýÞ<Væ±*ê`Ö«ùkÏ95ýgÀ1µQWÀ%lǺ+P£{zêÄr}uQO]ÀG}´<P~êðÙóhÊùȾ°x0Â`ú²+PÇ«wfs\Àv^åqu´2P9,[Uåq;³`hõY8ÕQÀnzÄרÌãÚ}£pn÷±±Ñë÷¾ôy&uð£89E ÂäïåCÞ"þÿÑÝôHMZðßʤ¶w$õRÿdt¡Iº°@:C4·ß}úíÇG±:jnrúvxmyýãWL6<'µS/íå(ÜKù,}ò<çiÂ_¦7èMߤß'¥åÒ \gEð¯¸Vp¯B%Å"îJ´¨1Ú]´ûè:(´9ÚÔ»© ¥¸Þ /PÎQÆi¾N½xúð=ã9Úh?^¡xâ-:DÕç:ÁíµJ+é0w¡CÜP¡)ÅZd¨FXwrt+½Ñt'ý ¤ñx?}ÎÐݬáGè1º5ü8=M Ð}ô<ï¾L§èçt5}@è$ÓÃÎJêÓ¤ô¨ÔLOú"ç*çàT¦òJT5Â")àl ´Ú¨oel_ã.®à6ÖüSø¯ì¬÷mø0îæ?GYüþßqRñÜ[a>q|ñqüW(O0¿r¶ÇRü1¯dªæb÷'Ì¥jYªO2 näRu/îco´c-îǧPEg,\µp^z¾{y 'B-> ®ë8 óϵ<òUÇ.0$j|uÖÕû¢]aßV£Àp¥¹ÁHÍMaß6Qláª~[Ós;W tG_Ø@û9oÌã¦Îéjºu}}úÑÓ\?¾ÍÉð¶ÑwÑAß7¬¿Ý¢P'»séÀl â¿4¬¿!1¬¿Kña}øª³tzÊÒiGNp½©×)\ö5©ã(RÇo¨S6Ð:suù1ëòëò"gÆOPK?E]ÄzôZ.; ºì(èÒjø[èr¥K-ÖXº4ðË:¥{o÷!ãÁ[VGs]=×QVIÔÏe£ÅYoýÖ"hÒ¤XfI!V_à¸fDÖc½Àëhå2ÓÖYÍ ½«¬ÑVÖhÅ3eQ~lü»Tï·ßeç²cßaÿÜ¥_0Ö¸¶ªâ¡Kyiã¥ç¡KÏM`g¸Ll¡=ê8}±<n>·Ñ6ãgûè]üR1ã#g 0)~_Îf> 7EÝu ¢66\@VE´p\«xè¸ÍÂ8®2pMõòvÀmB~Û©K[FázFQÆ>æ/n>^E·eÉö¤*¸¤jÎ"ª¥¨s5X%ÒU¸JªEçWÎýÒJpmBФzåqÁÒF6ãYi+^`ÚÒxUjÂk\[~&µ^1m]ðÒë5ú^1ü%q÷"Îâöf5~/±çl,ëñgF¬,Á³8Ç+SÝGytr½Qðç¼rquá/xåÆkLÿiÓ>'¬Lé`þ"J¼õl¯qôH8³âIÚ[OÞ¤ÞB<yñe#ª%|Å |}FïXÆ¿]èåÛñ¼çJ÷ÂýÿPKm±t æÔ²xÇðº9%g§ÏP=4CÁ0ßZ|,ÓÈ>ó¢Êb×Ä\õy&m>)VmËk¥DÂÕ{Sê!Ï.¾Çb\H£Ev¨xRO×ÒöC`òüaZ{ݯü×ID©gØOEóÄ9üGÀöLÅ¢-Ýå¿ö@70ßF/|¼dhÿK®%i¢Î§?ª^Óv¾Ò¼ßÑþTc±FI`MÐ>ûU( ÒZ§¬My ö°u ÖÚ½BåÒi´>xg¨z}ÞÌQmõNMÿ-°-sqÂ<% D½µw ï^è R×ÒîÿÀäùÛ¸ö÷ü;"®:U¤êXÃn,Òw¬ÃW¿¥ûI(ÒØ]|<0Jð°QÂ\mºØbh¼KÛÔÁÙ峪S5«o;ú8Ö娡A,Ð`Ò´OÂ|9<ø´)kP£Ý¯ Àjû¿ûe5%Z§á ¯¥×¶, I&¦iÚÒ6ýØÚ&i3 Içtq³$ j´ÈȬÏÛ·BñÏ+JE¿1zzÌJq¹¶ÀJ©ÔÉXÇwOçãÇeLX3ü$«£Ã3¹ÀkCáã½Éìt:ÊäìØ3sLï¶r@õ"¯¶ãNéÕËß¡±TR9/BÓH++Jƨ|vH«Kå,FëÊX<µ2EbéY ðgÄÓ{/q»n,Ôn~£j Üo)÷ÙG§uòÒý*üfnF ÍòÇüf=©yLÕ^c0ªãa\ðãñLSV.:©ãbFìÍ¥òñŽìØ=f©z]ðuéD¦nÞ¶hÂÉKßpj:µ{ãÊüª%öݪ8øq'úýx:ýèÁV?zÑîG·ºÔr'¶zpÕ/à~Ü®vv©áNùÑ;<ø_ÆWV-§0Jeìp°ãÙ0/Ū ¢Òå«T6Ï l'cü`ºðmâø ëôÆOÎI;Ðõ9/R"K±á¨'S¹ðTNNØóÐïM\?Úÿ¾¯ûq߸ùIUuwbÆ¿Q_Ó¿U¡pfü¸÷øñ<ÀÜ\>Î[·oôãïð÷|Ëoã;<ÙèsÞvuòM7ä=>BwÝK^³5|<³y«D'a4&>âjÿf{ß2[úXµÌÁbÑEÅÃdîÓÉÚ]oÓòy_&®j«^ß°Ü»±Ü£Sµ\Q,è§'¦³ªPXé4cV ñb](åKOÈ\×§ÝãKÔt¼·¬µ4ëdà&¶jofYÆ~¯[Ù½+ÛØàm+ZoçQL:¨jwèYªÚ¤gÖ#=ïtænç¼ÇY÷:ëÛõ.gfâ\AY,u¸já,8Ïëk}_à ß`7)þöà9+Cq×Åy\14ÎÃ.{ÏÃi¼â9¬(SSçáæìæì¼Ó(/Q³«Ü§g³¼IÏn΢<W^7bG|v`%)KT DT¢L¬B@¼ kÅlÕh5Ø*j±Cq»a·¨ÃAÆaql±N[ÉkîX¥(åb¡)åT©)åVCÛ<Ìes?¿3" å¸K<'Z©ÓV-#¿Yá+Èð92FH»¸SÆß^ìsüÚ\ ʹ1ÊQù9Æ~;¨H ¾3ØÉË90æQJÔy¥P6Z¹òʯê;£¼tÀEäKZæ úÔP"D+Ä8ÊÅ$¸n©"ïpô+v벣߫ÜS0Þc^ööíZ%ª +i0"ó¨ipå§Pi¾UÁk´Ï¢ë*gíâºì£ÊÕ𦫳X9_®QËàE®"î»)<¯z+J©ú¿÷Â-Ä*ñ~Ô¸I| Ö¢`½LQ]ÍÍÀÔ¢Å÷¼<9i´¹.{.!8z¡Áz´ºVsy¯Ï¢|»È'LÑh´¼ºÚ3(9!Ä,+@[À¸¯GóX[ë9{ýËb[ý×Pפæy·¹ Ï6OÓ<Ö)ÒEI®v?GµªeëLSH³ÔæÍêûmHñ"ô +Ä?¥¢éÿjñ¯ïa½xÅ¿£E|â?Ð-~^ñÿÂïk¸[üQñßÿ´ø-fÄÿâ~ñ;B»ïn(w8îx5c«Fó½Ð^ãDh®B÷òÔE§ÅR&nq°vSw72äiÑÏkðO"åð¿óðäÑn´Ò#ÿF¯ou\ò42 ÇØ<n¸úp«;p15TÄ?rUosð< jêEia¿£¡(Áó[¡<¿¢µâ¿å)N.#T(ÚN©ú ¾,m5&,&SÔ7u ùoȶa·Ü!2,N¾Ç®; ã^ÈjH)ëà7¡L®C¼å´È¸MÖ£CÞA¹ûä[pXnÅ}rNÊíx\và´Üs²/Ën|EÞoÉ~¼"ð]9çå0~*G4Æ»òÞ.¤È5ÆÙQ""ñ3b¥2vBV¿eø>QVãs>16ñ8FÊñtó~@1ö¢xÅÏm:>£íÑUkfÈÁÎTok«m.]{1tí³@õ·FÁ<FÁ¥FAQ>Ê"Á+QUÀE*µ]?0ÙG 'HL4JåQTÊBrëä1"ó.l÷c|úä ÊHÈS8*ÆCò<,?OÈOâÓòQÌÇ3ò íý¼g 6§}.Ø(e´Ï%kñYísÙ·IûÜE~NûÜ\âóãO䮪Äuó¡;5\1cÊ7©zyl¸ÃƶÂséEumIKS;§Þ£ù"87xC÷®Rÿµ´x?mSó)Z³O·Oáa=çñéeãùyfȳX+_ÀÍräU´Ë/ W~Yò%ìq{)îÍpïîâú4×OsýׯEQV*ï(z0ÊX½ø/ÖiF2DEy¹Æ`i©ZB-§iÇÜ Cg¯ÿµE«ä¿0¾Ë|þÊI¯¯½5x·no5¡)Eݯ£@²âë(p©ÿlücÜW_Ö)¿RW£Ú30CZg¯ÿL.ÕáuøVÊ_¢tPþªHºB¨cÖ¡NÇÒ!XÐÿ)®9>HêPIéu¨Ôd*wixÚyÔ·Õ2ï¼µ¡§(}Nè¥omðpº¤ßÔKÈG%«ûìõò =z}æú üO+6Wdî ö~Ã*c£F9¶è2ªÐCzQaÃÃÆL5HÁ"ÛíÌ¢ú|³Ò¶ûù½ßéO:Ù§Ý| Ø*Dú*YÎïReíW¦+o]ØbÙ|/l^lzuhl`Û¶+zÔ°Î Áh(ÇÍf^Ô³iýJ÷2þþèÔÚÛ=½£*FUr::³øä{C½nRë&®+×]¶R¨L7õOP±§èg(þaìñÝg©dþoàüGÿPK TjÔ¢ì©ðØóØ"Îw=8Ù°¹÷û¾{¿s¾s|=÷ÿ¹»à^µ0ó9Áe¹ µR»$ÑeY^å^1ñ²$raQ*¯¸jbI!Õ~«Ö×TEÁ|¿Dß`öÂÑäôêï¯ùrëm ìÅ DReö·ÅpÍW8R þëíÍU¿¹ì®ÖY¬[¿á6Éã¢ÕÂùjØÜ(»[®WóË^¸¹6Zåõ î··ê¡»V^îqkíh«]¾»yA!#SI*X2ÚV°¥(µ²@-L*z¾t¸¾Îµ.º2ëõv«Æ¬$'¯¶d°)úWßqßsËAX®\K ÉioøÑò¾Yl¯tFþbØnDºHצÖòaßxFçÆ)Ö{·'ãu[sDêêSÈf!O$¿È¾GëzØnzþR ÞÎükçÐÆIµq6BÞÆ3xÖÆMáDEYÎØxg)d6Jq'l<'æÿ߯¨plD£È×9ÁwFJædÙôNRî6eä¹>ÀlõwËù Ê)ì"u[ß=Åu(ÀG0ð1røf'º·1@G§$6ðL0ßDFßÊ;Fi§£ÐAÆyë²»ì>Ã$±Oyÿ3ásÎõEK>aÉã!Ír±Á}Tóc¾¯àÌíÅspno{å×Èâ üµ} ²@ÊQ)CRr¦Ç8ÍhDsÎ¥¼ÅïùëüÀÚÒéB¢èvuzQúÀ|\ñóÚytÛç´t÷=øYsÙÝ{1W?Z)AóI×Ѭծ´ìÛºÝ ÜhLp¿°vÕ_ ýÏ~ç°ôù9PÂ,ôsÇϰÉ8wú.QÕÅ?ûdb@ 'ø-ï5§æìæ¿6ñdÜ|IO#¢Ù,ìÛ_ÞiìÀHÎñwTO!Ø?.fì+LbaÛíÚôrÜ1v16ð4ÔN*5Ój¬Ï½bò4xúàÀ0äã3PáeÀáyÍôü¿PKÇ/E 0ÁQ¼ájËóé9â¹hZ%:iC×p4²S7oDª=¬¥*v¢ÝTæWv)e.Ö"3i-Ð4j®JѶ<ZÉÈqÐnÒÿáTr'ªGÈdÔóÓ%oçGz³é3 Èõ@-9.ïëjS¤¬±Ó¹ÕSÁ >lQ` Ô8cvSæSj5+RQr5ªuù=L{"Ï@kÎ;¤øaÖF/ÉeÖ¼jÓÁCí8£ð´\´hF89 Ö3úajv¯òsÜêY<VEw 5âX Ö~Zí^CÔ³²Òìk%wä>á3µ6½Çèí?lõoy!k¤ñ°?H?ÿ~,àݦmë¹mïv»ijM¥z´Ï¦À)Pµ ¥+öDY÷Ö5Oµ¦#)Ñ6¼X[X'wh²UÐtL¨ü¼Æþ´Üà¾PeZþèÈO½#UZ¢=ü³ï°RòÏÚ·o8ÔY'ÏTHbLzgp3Â×G7Ô®K m |
From: Joe S. <joe...@us...> - 2004-10-29 15:23:04
|
Update of /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/_jsp/docs/api/resources In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6026/phpslash-dev/public_html/scripts/fckeditor/_jsp/docs/api/resources Added Files: inherit.gif Log Message: complete fckeditor addition --- NEW FILE: inherit.gif --- GIF89a |
From: Joe S. <joe...@us...> - 2004-10-29 15:23:04
|
Update of /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/_jsp/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6026/phpslash-dev/public_html/scripts/fckeditor/_jsp/src Added Files: FCKeditor.tld Log Message: complete fckeditor addition --- NEW FILE: FCKeditor.tld --- <?xml version="1.0" encoding="ISO-8859-1" ?> <!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN" "http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd"> <taglib> <tlibversion>2.0</tlibversion> <jspversion>1.1</jspversion> <shortname>FCKeditor</shortname> <info>FCKeditor taglib</info> <tag> <name>editor</name> <tagclass>com.fredck.FCKeditor.tags.FCKeditorTag</tagclass> <bodycontent>JSP</bodycontent> <attribute> <name>id</name> <required>true</required> </attribute> <attribute> <name>basePath</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>toolbarSet</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>width</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>height</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>canUpload</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> <attribute> <name>canBrowse</name> <required>false</required> <rtexprvalue>true</rtexprvalue> </attribute> </tag> <tag> <name>config</name> <tagclass>com.fredck.FCKeditor.tags.FCKeditorConfigurationsTag</tagclass> <bodycontent>empty</bodycontent> <attribute> <name>name</name> <required>true</required> </attribute> <attribute> <name>value</name> <required>true</required> <rtexprvalue>true</rtexprvalue> </attribute> </tag> </taglib> |
Update of /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/_jsp/dist/docs/api In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6026/phpslash-dev/public_html/scripts/fckeditor/_jsp/dist/docs/api Added Files: allclasses-frame.html allclasses-noframe.html constant-values.html deprecated-list.html help-doc.html index-all.html index.html overview-frame.html overview-summary.html overview-tree.html package-list packages.html serialized-form.html stylesheet.css Log Message: complete fckeditor addition --- NEW FILE: allclasses-frame.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.4.2_01) on Sun May 30 22:30:10 CEST 2004 --> <TITLE> All Classes </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> </HEAD> <BODY BGCOLOR="white"> <FONT size="+1" CLASS="FrameHeadingFont"> <B>All Classes</B></FONT> <BR> <TABLE BORDER="0" WIDTH="100%" SUMMARY=""> <TR> <TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="com/fredck/FCKeditor/connector/ConnectorServlet.html" title="class in com.fredck.FCKeditor.connector" target="classFrame">ConnectorServlet</A> <BR> <A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor" target="classFrame">FCKeditor</A> <BR> <A HREF="com/fredck/FCKeditor/FCKeditorConfigurations.html" title="class in com.fredck.FCKeditor" target="classFrame">FCKeditorConfigurations</A> <BR> <A HREF="com/fredck/FCKeditor/tags/FCKeditorConfigurationsTag.html" title="class in com.fredck.FCKeditor.tags" target="classFrame">FCKeditorConfigurationsTag</A> <BR> <A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags" target="classFrame">FCKeditorTag</A> <BR> </FONT></TD> </TR> </TABLE> </BODY> </HTML> --- NEW FILE: allclasses-noframe.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.4.2_01) on Sun May 30 22:30:10 CEST 2004 --> <TITLE> All Classes </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> </HEAD> <BODY BGCOLOR="white"> <FONT size="+1" CLASS="FrameHeadingFont"> <B>All Classes</B></FONT> <BR> <TABLE BORDER="0" WIDTH="100%" SUMMARY=""> <TR> <TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="com/fredck/FCKeditor/connector/ConnectorServlet.html" title="class in com.fredck.FCKeditor.connector">ConnectorServlet</A> <BR> <A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A> <BR> <A HREF="com/fredck/FCKeditor/FCKeditorConfigurations.html" title="class in com.fredck.FCKeditor">FCKeditorConfigurations</A> <BR> <A HREF="com/fredck/FCKeditor/tags/FCKeditorConfigurationsTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorConfigurationsTag</A> <BR> <A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A> <BR> </FONT></TD> </TR> </TABLE> </BODY> </HTML> --- NEW FILE: constant-values.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.4.2_01) on Sun May 30 22:30:09 CEST 2004 --> <TITLE> Constant Field Values </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="Constant Field Values"; } </SCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="index.html" target="_top"><B>FRAMES</B></A> <A HREF="constant-values.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H1> Constant Field Values</H1> </CENTER> <HR SIZE="4" NOSHADE> <B>Contents</B><UL> </UL> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="index.html" target="_top"><B>FRAMES</B></A> <A HREF="constant-values.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML> --- NEW FILE: deprecated-list.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.4.2_01) on Sun May 30 22:30:10 CEST 2004 --> <TITLE> Deprecated List </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="Deprecated List"; } </SCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Deprecated</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="index.html" target="_top"><B>FRAMES</B></A> <A HREF="deprecated-list.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Deprecated API</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Deprecated Methods</B></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="com/fredck/FCKeditor/FCKeditor.html#getCanBrowse()">com.fredck.FCKeditor.FCKeditor.getCanBrowse()</A> <BR> <I>use getConfig().get("LinkBrowser") and getConfig().get("ImageBrowser") instead</I> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="com/fredck/FCKeditor/FCKeditor.html#getCanUpload()">com.fredck.FCKeditor.FCKeditor.getCanUpload()</A> <BR> <I>use getConfig().get("LinkUpload") and getConfig().get("ImageUpload") instead</I> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="com/fredck/FCKeditor/FCKeditor.html#setCanBrowse(boolean)">com.fredck.FCKeditor.FCKeditor.setCanBrowse(boolean)</A> <BR> <I>use getConfig().put("LinkBrowser",...) and getConfig().put("ImageBrowser",...) instead</I> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="com/fredck/FCKeditor/FCKeditor.html#setCanUpload(boolean)">com.fredck.FCKeditor.FCKeditor.setCanUpload(boolean)</A> <BR> <I>use getConfig().put("LinkUpload",...) and getConfig().put("ImageUpload",...) instead</I> </TD> </TR> </TABLE> <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Deprecated</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="index.html" target="_top"><B>FRAMES</B></A> <A HREF="deprecated-list.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML> --- NEW FILE: help-doc.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.4.2_01) on Sun May 30 22:30:10 CEST 2004 --> <TITLE> API Help </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="API Help"; } </SCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Help</B></FONT> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="index.html" target="_top"><B>FRAMES</B></A> <A HREF="help-doc.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H1> How This API Document Is Organized</H1> </CENTER> This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.<H3> Overview</H3> <BLOCKQUOTE> <P> The <A HREF="overview-summary.html">Overview</A> page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.</BLOCKQUOTE> <H3> Package</H3> <BLOCKQUOTE> <P> Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:<UL> <LI>Interfaces (italic)<LI>Classes<LI>Exceptions<LI>Errors</UL> </BLOCKQUOTE> <H3> Class/Interface</H3> <BLOCKQUOTE> <P> Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:<UL> <LI>Class inheritance diagram<LI>Direct Subclasses<LI>All Known Subinterfaces<LI>All Known Implementing Classes<LI>Class/interface declaration<LI>Class/interface description <P> <LI>Nested Class Summary<LI>Field Summary<LI>Constructor Summary<LI>Method Summary <P> <LI>Field Detail<LI>Constructor Detail<LI>Method Detail</UL> Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.</BLOCKQUOTE> <H3> Tree (Class Hierarchy)</H3> <BLOCKQUOTE> There is a <A HREF="overview-tree.html">Class Hierarchy</A> page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with <code>java.lang.Object</code>. The interfaces do not inherit from <code>java.lang.Object</code>.<UL> <LI>When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.<LI>When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.</UL> </BLOCKQUOTE> <H3> Deprecated API</H3> <BLOCKQUOTE> The <A HREF="deprecated-list.html">Deprecated API</A> page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.</BLOCKQUOTE> <H3> Index</H3> <BLOCKQUOTE> The <A HREF="index-all.html">Index</A> contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.</BLOCKQUOTE> <H3> Prev/Next</H3> These links take you to the next or previous class, interface, package, or related page.<H3> Frames/No Frames</H3> These links show and hide the HTML frames. All pages are available with or without frames. <P> <H3> Serialized Form</H3> Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description. <P> <FONT SIZE="-1"> <EM> This help file applies to API documentation generated using the standard doclet.</EM> </FONT> <BR> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Help</B></FONT> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="index.html" target="_top"><B>FRAMES</B></A> <A HREF="help-doc.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML> --- NEW FILE: index-all.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.4.2_01) on Sun May 30 22:30:10 CEST 2004 --> <TITLE> Index </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="Index"; } </SCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="index.html" target="_top"><B>FRAMES</B></A> <A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_I_">I</A> <A HREF="#_S_">S</A> <HR> <A NAME="_C_"><!-- --></A><H2> <B>C</B></H2> <DL> <DT><A HREF="com/fredck/FCKeditor/connector/ConnectorServlet.html" title="class in com.fredck.FCKeditor.connector"><B>ConnectorServlet</B></A> - class com.fredck.FCKeditor.connector.<A HREF="com/fredck/FCKeditor/connector/ConnectorServlet.html" title="class in com.fredck.FCKeditor.connector">ConnectorServlet</A>.<DD>Servlet to upload and browse files.<DT><A HREF="com/fredck/FCKeditor/connector/ConnectorServlet.html#ConnectorServlet()"><B>ConnectorServlet()</B></A> - Constructor for class com.fredck.FCKeditor.connector.<A HREF="com/fredck/FCKeditor/connector/ConnectorServlet.html" title="class in com.fredck.FCKeditor.connector">ConnectorServlet</A> <DD> <DT><A HREF="com/fredck/FCKeditor/package-summary.html"><B>com.fredck.FCKeditor</B></A> - package com.fredck.FCKeditor<DD>Core objects to manage the FCKeditor text input form. <DT><A HREF="com/fredck/FCKeditor/connector/package-summary.html"><B>com.fredck.FCKeditor.connector</B></A> - package com.fredck.FCKeditor.connector<DD>Connector used by the FCKeditor to list and create resources on the server. <DT><A HREF="com/fredck/FCKeditor/tags/package-summary.html"><B>com.fredck.FCKeditor.tags</B></A> - package com.fredck.FCKeditor.tags<DD>JSP Tag to access and modify the FCKeditor objects. <DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#create()"><B>create()</B></A> - Method in class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A> <DD>Generate the HTML Code for the editor. </DL> <HR> <A NAME="_D_"><!-- --></A><H2> <B>D</B></H2> <DL> <DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#doAfterBody()"><B>doAfterBody()</B></A> - Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A> <DD>Retrive initial value to be edited and writes the HTML code in the page <DT><A HREF="com/fredck/FCKeditor/connector/ConnectorServlet.html#doGet(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)"><B>doGet(HttpServletRequest, HttpServletResponse)</B></A> - Method in class com.fredck.FCKeditor.connector.<A HREF="com/fredck/FCKeditor/connector/ConnectorServlet.html" title="class in com.fredck.FCKeditor.connector">ConnectorServlet</A> <DD>Manage the Get requests (GetFolders, GetFoldersAndFiles, CreateFolder). <DT><A HREF="com/fredck/FCKeditor/connector/ConnectorServlet.html#doPost(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)"><B>doPost(HttpServletRequest, HttpServletResponse)</B></A> - Method in class com.fredck.FCKeditor.connector.<A HREF="com/fredck/FCKeditor/connector/ConnectorServlet.html" title="class in com.fredck.FCKeditor.connector">ConnectorServlet</A> <DD>Manage the Post requests (FileUpload). <DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorConfigurationsTag.html#doStartTag()"><B>doStartTag()</B></A> - Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorConfigurationsTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorConfigurationsTag</A> <DD>Update the configuration settings adding the specified value <DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#doStartTag()"><B>doStartTag()</B></A> - Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A> <DD>Initialize the FCKeditor container and set attributes </DL> <HR> <A NAME="_F_"><!-- --></A><H2> <B>F</B></H2> <DL> <DT><A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor"><B>FCKeditor</B></A> - class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A>.<DD>The main class of the class lib.<DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#FCKeditor(javax.servlet.http.HttpServletRequest)"><B>FCKeditor(HttpServletRequest)</B></A> - Constructor for class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A> <DD>Initialize the object setting all value to the default ones. <DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#FCKeditor(javax.servlet.http.HttpServletRequest, java.lang.String)"><B>FCKeditor(HttpServletRequest, String)</B></A> - Constructor for class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A> <DD>Initialize the object setting the unique name and then all value to the default ones. <DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#FCKeditor(javax.servlet.http.HttpServletRequest, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><B>FCKeditor(HttpServletRequest, String, String, String, String, String)</B></A> - Constructor for class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A> <DD>Initialize the object setting all basic configurations. <DT><A HREF="com/fredck/FCKeditor/FCKeditorConfigurations.html" title="class in com.fredck.FCKeditor"><B>FCKeditorConfigurations</B></A> - class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditorConfigurations.html" title="class in com.fredck.FCKeditor">FCKeditorConfigurations</A>.<DD>Contains the configuration settings for the FCKEditor.<DT><A HREF="com/fredck/FCKeditor/FCKeditorConfigurations.html#FCKeditorConfigurations()"><B>FCKeditorConfigurations()</B></A> - Constructor for class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditorConfigurations.html" title="class in com.fredck.FCKeditor">FCKeditorConfigurations</A> <DD>Initialize the configuration collection <DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorConfigurationsTag.html" title="class in com.fredck.FCKeditor.tags"><B>FCKeditorConfigurationsTag</B></A> - class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorConfigurationsTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorConfigurationsTag</A>.<DD>Custom Tag class to access the <A HREF="com/fredck/FCKeditor/FCKeditorConfigurations.html" title="class in com.fredck.FCKeditor">advanced settings</A>.<DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorConfigurationsTag.html#FCKeditorConfigurationsTag()"><B>FCKeditorConfigurationsTag()</B></A> - Constructor for class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorConfigurationsTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorConfigurationsTag</A> <DD> <DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags"><B>FCKeditorTag</B></A> - class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A>.<DD>Custom Tag class to access the <A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">contaniner</A>.<DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#FCKeditorTag()"><B>FCKeditorTag()</B></A> - Constructor for class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A> <DD> <DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#fcked"><B>fcked</B></A> - Variable in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A> <DD>The underlying FCKeditor object </DL> <HR> <A NAME="_G_"><!-- --></A><H2> <B>G</B></H2> <DL> <DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#getBasePath()"><B>getBasePath()</B></A> - Method in class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A> <DD>Get the dir where the FCKeditor files reside on the server <DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#getBasePath()"><B>getBasePath()</B></A> - Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A> <DD>Get the dir where the FCKeditor files reside on the server <DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#getCanBrowse()"><B>getCanBrowse()</B></A> - Method in class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A> <DD><B>Deprecated.</B> <I>use getConfig().get("LinkBrowser") and getConfig().get("ImageBrowser") instead</I> <DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#getCanBrowse()"><B>getCanBrowse()</B></A> - Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A> <DD>Get the capability to browse files or images from inside the editor <DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#getCanUpload()"><B>getCanUpload()</B></A> - Method in class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A> <DD><B>Deprecated.</B> <I>use getConfig().get("LinkUpload") and getConfig().get("ImageUpload") instead</I> <DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#getCanUpload()"><B>getCanUpload()</B></A> - Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A> <DD>Get the capability to upload files or images from inside the editor <DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#getConfig()"><B>getConfig()</B></A> - Method in class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A> <DD>Get the advanced configuation set. <DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#getHeight()"><B>getHeight()</B></A> - Method in class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A> <DD>Get the height of the textarea <DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#getHeight()"><B>getHeight()</B></A> - Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A> <DD>Get the height of the textarea <DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#getId()"><B>getId()</B></A> - Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A> <DD>Get the unique id of the editor <DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#getInstanceName()"><B>getInstanceName()</B></A> - Method in class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A> <DD>Get the unique name of the editor <DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorConfigurationsTag.html#getName()"><B>getName()</B></A> - Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorConfigurationsTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorConfigurationsTag</A> <DD>Get the name of the setting <DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#getToolbarSet()"><B>getToolbarSet()</B></A> - Method in class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A> <DD>Get the name of the toolbar to display <DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#getToolbarSet()"><B>getToolbarSet()</B></A> - Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A> <DD>Get the name of the toolbar to display <DT><A HREF="com/fredck/FCKeditor/FCKeditorConfigurations.html#getUrlParams()"><B>getUrlParams()</B></A> - Method in class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditorConfigurations.html" title="class in com.fredck.FCKeditor">FCKeditorConfigurations</A> <DD>Generate the url parameter sequence used to pass this configuration to the editor. <DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#getValue()"><B>getValue()</B></A> - Method in class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A> <DD>Get the initial value to be edited. <DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorConfigurationsTag.html#getValue()"><B>getValue()</B></A> - Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorConfigurationsTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorConfigurationsTag</A> <DD>Get the value of the setting <DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#getWidth()"><B>getWidth()</B></A> - Method in class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A> <DD>Get the width of the textarea <DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#getWidth()"><B>getWidth()</B></A> - Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A> <DD>Get the width of the textarea </DL> <HR> <A NAME="_I_"><!-- --></A><H2> <B>I</B></H2> <DL> <DT><A HREF="com/fredck/FCKeditor/connector/ConnectorServlet.html#init()"><B>init()</B></A> - Method in class com.fredck.FCKeditor.connector.<A HREF="com/fredck/FCKeditor/connector/ConnectorServlet.html" title="class in com.fredck.FCKeditor.connector">ConnectorServlet</A> <DD>Initialize the servlet. </DL> <HR> <A NAME="_S_"><!-- --></A><H2> <B>S</B></H2> <DL> <DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#setBasePath(java.lang.String)"><B>setBasePath(String)</B></A> - Method in class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A> <DD>Set the dir where the FCKeditor files reside on the server Remarks:<br> Avoid using relative paths. <DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#setBasePath(java.lang.String)"><B>setBasePath(String)</B></A> - Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A> <DD>Set the dir where the FCKeditor files reside on the server <DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#setCanBrowse(boolean)"><B>setCanBrowse(boolean)</B></A> - Method in class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A> <DD><B>Deprecated.</B> <I>use getConfig().put("LinkBrowser",...) and getConfig().put("ImageBrowser",...) instead</I> <DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#setCanBrowse(java.lang.String)"><B>setCanBrowse(String)</B></A> - Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A> <DD>Set the capability to browse files or images from inside the editor <DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#setCanUpload(boolean)"><B>setCanUpload(boolean)</B></A> - Method in class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A> <DD><B>Deprecated.</B> <I>use getConfig().put("LinkUpload",...) and getConfig().put("ImageUpload",...) instead</I> <DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#setCanUpload(java.lang.String)"><B>setCanUpload(String)</B></A> - Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A> <DD>Set the capability to upload files or images from inside the editor <DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#setConfig(com.fredck.FCKeditor.FCKeditorConfigurations)"><B>setConfig(FCKeditorConfigurations)</B></A> - Method in class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A> <DD>Set the advanced configuation set. <DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#setHeight(java.lang.String)"><B>setHeight(String)</B></A> - Method in class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A> <DD>Set the height of the textarea <DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#setHeight(java.lang.String)"><B>setHeight(String)</B></A> - Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A> <DD>Set the height of the textarea <DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#setId(java.lang.String)"><B>setId(String)</B></A> - Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A> <DD>Set the unique id of the editor <DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#setInstanceName(java.lang.String)"><B>setInstanceName(String)</B></A> - Method in class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A> <DD>Set the unique name of the editor <DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorConfigurationsTag.html#setName(java.lang.String)"><B>setName(String)</B></A> - Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorConfigurationsTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorConfigurationsTag</A> <DD>Set the name of the setting <DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#setToolbarSet(java.lang.String)"><B>setToolbarSet(String)</B></A> - Method in class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A> <DD>Set the name of the toolbar to display <DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#setToolbarSet(java.lang.String)"><B>setToolbarSet(String)</B></A> - Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A> <DD>Set the name of the toolbar to display <DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#setValue(java.lang.String)"><B>setValue(String)</B></A> - Method in class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A> <DD>Set the initial value to be edited. <DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorConfigurationsTag.html#setValue(java.lang.String)"><B>setValue(String)</B></A> - Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorConfigurationsTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorConfigurationsTag</A> <DD>Set the value of the setting <DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#setWidth(java.lang.String)"><B>setWidth(String)</B></A> - Method in class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A> <DD>Set the width of the textarea <DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#setWidth(java.lang.String)"><B>setWidth(String)</B></A> - Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A> <DD>Set the width of the textarea </DL> <HR> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_I_">I</A> <A HREF="#_S_">S</A> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="index.html" target="_top"><B>FRAMES</B></A> <A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML> --- NEW FILE: index.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc on Sun May 30 22:30:10 CEST 2004--> <TITLE> Generated Documentation (Untitled) </TITLE> </HEAD> <FRAMESET cols="20%,80%"> <FRAMESET rows="30%,70%"> <FRAME src="overview-frame.html" name="packageListFrame" title="All Packages"> <FRAME src="allclasses-frame.html" name="packageFrame" title="All classes and interfaces (except non-static nested types)"> </FRAMESET> <FRAME src="overview-summary.html" name="classFrame" title="Package, class and interface descriptions"> <NOFRAMES> <H2> Frame Alert</H2> <P> This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. <BR> Link to<A HREF="overview-summary.html">Non-frame version.</A> </NOFRAMES> </FRAMESET> </HTML> --- NEW FILE: overview-frame.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.4.2_01) on Sun May 30 22:30:10 CEST 2004 --> <TITLE> Overview </TITLE> <META NAME="keywords" CONTENT="Overview"> <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> </HEAD> <BODY BGCOLOR="white"> <TABLE BORDER="0" WIDTH="100%" SUMMARY=""> <TR> <TD NOWRAP><FONT size="+1" CLASS="FrameTitleFont"> <B></B></FONT></TD> </TR> </TABLE> <TABLE BORDER="0" WIDTH="100%" SUMMARY=""> <TR> <TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="allclasses-frame.html" target="packageFrame">All Classes</A></FONT> <P> <FONT size="+1" CLASS="FrameHeadingFont"> Packages</FONT> <BR> <FONT CLASS="FrameItemFont"><A HREF="com/fredck/FCKeditor/package-frame.html" target="packageFrame">com.fredck.FCKeditor</A></FONT> <BR> <FONT CLASS="FrameItemFont"><A HREF="com/fredck/FCKeditor/connector/package-frame.html" target="packageFrame">com.fredck.FCKeditor.connector</A></FONT> <BR> <FONT CLASS="FrameItemFont"><A HREF="com/fredck/FCKeditor/tags/package-frame.html" target="packageFrame">com.fredck.FCKeditor.tags</A></FONT> <BR> </TD> </TR> </TABLE> <P> </BODY> </HTML> --- NEW FILE: overview-summary.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.4.2_01) on Sun May 30 22:30:10 CEST 2004 --> <TITLE> Overview </TITLE> <META NAME="keywords" CONTENT="Overview"> <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="Overview"; } </SCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Overview</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="index.html" target="_top"><B>FRAMES</B></A> <A HREF="overview-summary.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Packages</B></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="20%"><B><A HREF="com/fredck/FCKeditor/package-summary.html">com.fredck.FCKeditor</A></B></TD> <TD>Core objects to manage the FCKeditor text input form. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="20%"><B><A HREF="com/fredck/FCKeditor/connector/package-summary.html">com.fredck.FCKeditor.connector</A></B></TD> <TD>Connector used by the FCKeditor to list and create resources on the server. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="20%"><B><A HREF="com/fredck/FCKeditor/tags/package-summary.html">com.fredck.FCKeditor.tags</A></B></TD> <TD>JSP Tag to access and modify the FCKeditor objects. </TD> </TR> </TABLE> <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Overview</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="index.html" target="_top"><B>FRAMES</B></A> <A HREF="overview-summary.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML> --- NEW FILE: overview-tree.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.4.2_01) on Sun May 30 22:30:10 CEST 2004 --> <TITLE> Class Hierarchy </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="Class Hierarchy"; } </SCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="index.html" target="_top"><B>FRAMES</B></A> <A HREF="overview-tree.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> Hierarchy For All Packages</H2> </CENTER> <DL> <DT><B>Package Hierarchies:</B><DD><A HREF="com/fredck/FCKeditor/package-tree.html">com.fredck.FCKeditor</A>, <A HREF="com/fredck/FCKeditor/connector/package-tree.html">com.fredck.FCKeditor.connector</A>, <A HREF="com/fredck/FCKeditor/tags/package-tree.html">com.fredck.FCKeditor.tags</A></DL> <HR> <H2> Class Hierarchy </H2> <UL> <LI TYPE="circle">class java.lang.Object<UL> <LI TYPE="circle">class java.util.AbstractMap (implements java.util.Map) <UL> <LI TYPE="circle">class java.util.HashMap (implements java.lang.Cloneable, java.util.Map, java.io.Serializable) <UL> <LI TYPE="circle">class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditorConfigurations.html" title="class in com.fredck.FCKeditor"><B>FCKeditorConfigurations</B></A></UL> </UL> <LI TYPE="circle">class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor"><B>FCKeditor</B></A><LI TYPE="circle">class javax.servlet.GenericServlet (implements java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig) <UL> <LI TYPE="circle">class javax.servlet.http.HttpServlet (implements java.io.Serializable) <UL> <LI TYPE="circle">class com.fredck.FCKeditor.connector.<A HREF="com/fredck/FCKeditor/connector/ConnectorServlet.html" title="class in com.fredck.FCKeditor.connector"><B>ConnectorServlet</B></A></UL> </UL> <LI TYPE="circle">class javax.servlet.jsp.tagext.TagSupport (implements javax.servlet.jsp.tagext.IterationTag, java.io.Serializable) <UL> <LI TYPE="circle">class javax.servlet.jsp.tagext.BodyTagSupport (implements javax.servlet.jsp.tagext.BodyTag) <UL> <LI TYPE="circle">class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags"><B>FCKeditorTag</B></A></UL> <LI TYPE="circle">class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorConfigurationsTag.html" title="class in com.fredck.FCKeditor.tags"><B>FCKeditorConfigurationsTag</B></A></UL> </UL> </UL> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADD... [truncated message content] |
From: Joe S. <joe...@us...> - 2004-10-29 15:23:02
|
Update of /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/_jsp/dist/docs/api/com/fredck/FCKeditor In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6026/phpslash-dev/public_html/scripts/fckeditor/_jsp/dist/docs/api/com/fredck/FCKeditor Added Files: FCKeditor.html FCKeditorConfigurations.html package-frame.html package-summary.html package-tree.html Log Message: complete fckeditor addition --- NEW FILE: FCKeditor.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.4.2_01) on Sun May 30 22:30:10 CEST 2004 --> <TITLE> FCKeditor </TITLE> <META NAME="keywords" CONTENT="com.fredck.FCKeditor.FCKeditor class"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="FCKeditor"; } </SCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV CLASS <A HREF="../../../com/fredck/FCKeditor/FCKeditorConfigurations.html" title="class in com.fredck.FCKeditor"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html" target="_top"><B>FRAMES</B></A> <A HREF="FCKeditor.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> com.fredck.FCKeditor</FONT> <BR> Class FCKeditor</H2> <PRE> java.lang.Object <IMG SRC="../../../resources/inherit.gif" ALT="extended by"><B>com.fredck.FCKeditor.FCKeditor</B> </PRE> <HR> <DL> <DT>public class <B>FCKeditor</B><DT>extends java.lang.Object</DL> <P> The main class of the class lib.<br> It's the container for all properties and the class that generate the output based on browser capabilities and configurations passed by the developer. <P> <P> <DL> <DT><B>Author:</B></DT> <DD>Simone Chiaretta (si...@pi...)</DD> </DL> <HR> <P> <!-- ======== NESTED CLASS SUMMARY ======== --> <!-- =========== FIELD SUMMARY =========== --> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <A NAME="constructor_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Constructor Summary</B></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../com/fredck/FCKeditor/FCKeditor.html#FCKeditor(javax.servlet.http.HttpServletRequest)">FCKeditor</A></B>(javax.servlet.http.HttpServletRequest req)</CODE> <BR> Initialize the object setting all value to the default ones. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../com/fredck/FCKeditor/FCKeditor.html#FCKeditor(javax.servlet.http.HttpServletRequest, java.lang.String)">FCKeditor</A></B>(javax.servlet.http.HttpServletRequest req, java.lang.String parInstanceName)</CODE> <BR> Initialize the object setting the unique name and then all value to the default ones. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../com/fredck/FCKeditor/FCKeditor.html#FCKeditor(javax.servlet.http.HttpServletRequest, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)">FCKeditor</A></B>(javax.servlet.http.HttpServletRequest req, java.lang.String parInstanceName, java.lang.String parWidth, java.lang.String parHeight, java.lang.String parToolbarSet, java.lang.String parValue)</CODE> <BR> Initialize the object setting all basic configurations.</TD> </TR> </TABLE> <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Method Summary</B></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../com/fredck/FCKeditor/FCKeditor.html#create()">create</A></B>()</CODE> <BR> Generate the HTML Code for the editor. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../com/fredck/FCKeditor/FCKeditor.html#getBasePath()">getBasePath</A></B>()</CODE> <BR> Get the dir where the FCKeditor files reside on the server</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../com/fredck/FCKeditor/FCKeditor.html#getCanBrowse()">getCanBrowse</A></B>()</CODE> <BR> <B>Deprecated.</B> <I>use getConfig().get("LinkBrowser") and getConfig().get("ImageBrowser") instead</I></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../com/fredck/FCKeditor/FCKeditor.html#getCanUpload()">getCanUpload</A></B>()</CODE> <BR> <B>Deprecated.</B> <I>use getConfig().get("LinkUpload") and getConfig().get("ImageUpload") instead</I></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> <A HREF="../../../com/fredck/FCKeditor/FCKeditorConfigurations.html" title="class in com.fredck.FCKeditor">FCKeditorConfigurations</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../com/fredck/FCKeditor/FCKeditor.html#getConfig()">getConfig</A></B>()</CODE> <BR> Get the advanced configuation set.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../com/fredck/FCKeditor/FCKeditor.html#getHeight()">getHeight</A></B>()</CODE> <BR> Get the height of the textarea</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../com/fredck/FCKeditor/FCKeditor.html#getInstanceName()">getInstanceName</A></B>()</CODE> <BR> Get the unique name of the editor</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../com/fredck/FCKeditor/FCKeditor.html#getToolbarSet()">getToolbarSet</A></B>()</CODE> <BR> Get the name of the toolbar to display</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../com/fredck/FCKeditor/FCKeditor.html#getValue()">getValue</A></B>()</CODE> <BR> Get the initial value to be edited.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../com/fredck/FCKeditor/FCKeditor.html#getWidth()">getWidth</A></B>()</CODE> <BR> Get the width of the textarea</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../com/fredck/FCKeditor/FCKeditor.html#setBasePath(java.lang.String)">setBasePath</A></B>(java.lang.String value)</CODE> <BR> Set the dir where the FCKeditor files reside on the server Remarks:<br> Avoid using relative paths. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../com/fredck/FCKeditor/FCKeditor.html#setCanBrowse(boolean)">setCanBrowse</A></B>(boolean value)</CODE> <BR> <B>Deprecated.</B> <I>use getConfig().put("LinkBrowser",...) and getConfig().put("ImageBrowser",...) instead</I></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../com/fredck/FCKeditor/FCKeditor.html#setCanUpload(boolean)">setCanUpload</A></B>(boolean value)</CODE> <BR> <B>Deprecated.</B> <I>use getConfig().put("LinkUpload",...) and getConfig().put("ImageUpload",...) instead</I></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../com/fredck/FCKeditor/FCKeditor.html#setConfig(com.fredck.FCKeditor.FCKeditorConfigurations)">setConfig</A></B>(<A HREF="../../../com/fredck/FCKeditor/FCKeditorConfigurations.html" title="class in com.fredck.FCKeditor">FCKeditorConfigurations</A> value)</CODE> <BR> Set the advanced configuation set.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../com/fredck/FCKeditor/FCKeditor.html#setHeight(java.lang.String)">setHeight</A></B>(java.lang.String value)</CODE> <BR> Set the height of the textarea</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../com/fredck/FCKeditor/FCKeditor.html#setInstanceName(java.lang.String)">setInstanceName</A></B>(java.lang.String value)</CODE> <BR> Set the unique name of the editor</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../com/fredck/FCKeditor/FCKeditor.html#setToolbarSet(java.lang.String)">setToolbarSet</A></B>(java.lang.String value)</CODE> <BR> Set the name of the toolbar to display</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../com/fredck/FCKeditor/FCKeditor.html#setValue(java.lang.String)">setValue</A></B>(java.lang.String value)</CODE> <BR> Set the initial value to be edited.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../com/fredck/FCKeditor/FCKeditor.html#setWidth(java.lang.String)">setWidth</A></B>(java.lang.String value)</CODE> <BR> Set the width of the textarea</TD> </TR> </TABLE> <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TD><B>Methods inherited from class java.lang.Object</B></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> </TR> </TABLE> <P> <!-- ============ FIELD DETAIL =========== --> <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=1><FONT SIZE="+2"> <B>Constructor Detail</B></FONT></TD> </TR> </TABLE> <A NAME="FCKeditor(javax.servlet.http.HttpServletRequest)"><!-- --></A><H3> FCKeditor</H3> <PRE> public <B>FCKeditor</B>(javax.servlet.http.HttpServletRequest req)</PRE> <DL> <DD>Initialize the object setting all value to the default ones. <p> <ul> <li>width: 100%</li> <li>height: 200</li> <li>toolbar name: Default</li> <li>basePath: context root + "/FCKeditor/"</li> </ul> </p> <P> <DT><B>Parameters:</B><DD><CODE>req</CODE> - request object</DL> <HR> <A NAME="FCKeditor(javax.servlet.http.HttpServletRequest, java.lang.String)"><!-- --></A><H3> FCKeditor</H3> <PRE> public <B>FCKeditor</B>(javax.servlet.http.HttpServletRequest req, java.lang.String parInstanceName)</PRE> <DL> <DD>Initialize the object setting the unique name and then all value to the default ones. <p> <ul> <li>width: 100%</li> <li>height: 200</li> <li>toolbar name: Default</li> <li>basePath: context root + "/FCKeditor/"</li> </ul> </p> <P> <DT><B>Parameters:</B><DD><CODE>req</CODE> - request object<DD><CODE>parInstanceName</CODE> - unique name</DL> <HR> <A NAME="FCKeditor(javax.servlet.http.HttpServletRequest, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><!-- --></A><H3> FCKeditor</H3> <PRE> public <B>FCKeditor</B>(javax.servlet.http.HttpServletRequest req, java.lang.String parInstanceName, java.lang.String parWidth, java.lang.String parHeight, java.lang.String parToolbarSet, java.lang.String parValue)</PRE> <DL> <DD>Initialize the object setting all basic configurations.<br> The basePath is context root + "/FCKeditor/" <P> <DT><B>Parameters:</B><DD><CODE>req</CODE> - request object<DD><CODE>parInstanceName</CODE> - unique name<DD><CODE>parWidth</CODE> - width<DD><CODE>parHeight</CODE> - height<DD><CODE>parToolbarSet</CODE> - toolbarSet name<DD><CODE>parValue</CODE> - initial value</DL> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=1><FONT SIZE="+2"> <B>Method Detail</B></FONT></TD> </TR> </TABLE> <A NAME="getInstanceName()"><!-- --></A><H3> getInstanceName</H3> <PRE> public java.lang.String <B>getInstanceName</B>()</PRE> <DL> <DD>Get the unique name of the editor <P> <DD><DL> <DT><B>Returns:</B><DD>name</DL> </DD> </DL> <HR> <A NAME="setInstanceName(java.lang.String)"><!-- --></A><H3> setInstanceName</H3> <PRE> public void <B>setInstanceName</B>(java.lang.String value)</PRE> <DL> <DD>Set the unique name of the editor <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>value</CODE> - name</DL> </DD> </DL> <HR> <A NAME="getValue()"><!-- --></A><H3> getValue</H3> <PRE> public java.lang.String <B>getValue</B>()</PRE> <DL> <DD>Get the initial value to be edited.<br> In HTML code <P> <DD><DL> <DT><B>Returns:</B><DD>value</DL> </DD> </DL> <HR> <A NAME="setValue(java.lang.String)"><!-- --></A><H3> setValue</H3> <PRE> public void <B>setValue</B>(java.lang.String value)</PRE> <DL> <DD>Set the initial value to be edited.<br> In HTML code <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>value</CODE> - value</DL> </DD> </DL> <HR> <A NAME="getBasePath()"><!-- --></A><H3> getBasePath</H3> <PRE> public java.lang.String <B>getBasePath</B>()</PRE> <DL> <DD>Get the dir where the FCKeditor files reside on the server <P> <DD><DL> <DT><B>Returns:</B><DD>path</DL> </DD> </DL> <HR> <A NAME="setBasePath(java.lang.String)"><!-- --></A><H3> setBasePath</H3> <PRE> public void <B>setBasePath</B>(java.lang.String value)</PRE> <DL> <DD>Set the dir where the FCKeditor files reside on the server Remarks:<br> Avoid using relative paths. It is preferable to set the base path starting from the root (/). Always finish the path with a slash (/). <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>value</CODE> - path</DL> </DD> </DL> <HR> <A NAME="getToolbarSet()"><!-- --></A><H3> getToolbarSet</H3> <PRE> public java.lang.String <B>getToolbarSet</B>()</PRE> <DL> <DD>Get the name of the toolbar to display <P> <DD><DL> <DT><B>Returns:</B><DD>toolbar name</DL> </DD> </DL> <HR> <A NAME="setToolbarSet(java.lang.String)"><!-- --></A><H3> setToolbarSet</H3> <PRE> public void <B>setToolbarSet</B>(java.lang.String value)</PRE> <DL> <DD>Set the name of the toolbar to display <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>value</CODE> - toolbar name</DL> </DD> </DL> <HR> <A NAME="getWidth()"><!-- --></A><H3> getWidth</H3> <PRE> public java.lang.String <B>getWidth</B>()</PRE> <DL> <DD>Get the width of the textarea <P> <DD><DL> <DT><B>Returns:</B><DD>width</DL> </DD> </DL> <HR> <A NAME="setWidth(java.lang.String)"><!-- --></A><H3> setWidth</H3> <PRE> public void <B>setWidth</B>(java.lang.String value)</PRE> <DL> <DD>Set the width of the textarea <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>value</CODE> - width</DL> </DD> </DL> <HR> <A NAME="getHeight()"><!-- --></A><H3> getHeight</H3> <PRE> public java.lang.String <B>getHeight</B>()</PRE> <DL> <DD>Get the height of the textarea <P> <DD><DL> <DT><B>Returns:</B><DD>height</DL> </DD> </DL> <HR> <A NAME="setHeight(java.lang.String)"><!-- --></A><H3> setHeight</H3> <PRE> public void <B>setHeight</B>(java.lang.String value)</PRE> <DL> <DD>Set the height of the textarea <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>value</CODE> - height</DL> </DD> </DL> <HR> <A NAME="getCanUpload()"><!-- --></A><H3> getCanUpload</H3> <PRE> public boolean <B>getCanUpload</B>()</PRE> <DL> <DD><B>Deprecated.</B> <I>use getConfig().get("LinkUpload") and getConfig().get("ImageUpload") instead</I> <P> <DD>Get the capability to upload files or images from inside the editor. <P> <DD><DL> <DT><B>Returns:</B><DD>true/false<DT><B>See Also:</B><DD><A HREF="../../../com/fredck/FCKeditor/FCKeditor.html#setCanUpload(boolean)"><CODE>setCanUpload(boolean)</CODE></A></DL> </DD> </DL> <HR> <A NAME="setCanUpload(boolean)"><!-- --></A><H3> setCanUpload</H3> <PRE> public void <B>setCanUpload</B>(boolean value)</PRE> <DL> <DD><B>Deprecated.</B> <I>use getConfig().put("LinkUpload",...) and getConfig().put("ImageUpload",...) instead</I> <P> <DD>Set the capability to upload files or images from inside the editor. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>value</CODE> - true/false<DT><B>See Also:</B><DD><A HREF="../../../com/fredck/FCKeditor/FCKeditor.html#getCanUpload()"><CODE>getCanUpload()</CODE></A></DL> </DD> </DL> <HR> <A NAME="getCanBrowse()"><!-- --></A><H3> getCanBrowse</H3> <PRE> public boolean <B>getCanBrowse</B>()</PRE> <DL> <DD><B>Deprecated.</B> <I>use getConfig().get("LinkBrowser") and getConfig().get("ImageBrowser") instead</I> <P> <DD>Get the capability to browse files or images from inside the editor. <P> <DD><DL> <DT><B>Returns:</B><DD>true/false<DT><B>See Also:</B><DD><A HREF="../../../com/fredck/FCKeditor/FCKeditor.html#setCanBrowse(boolean)"><CODE>setCanBrowse(boolean)</CODE></A></DL> </DD> </DL> <HR> <A NAME="setCanBrowse(boolean)"><!-- --></A><H3> setCanBrowse</H3> <PRE> public void <B>setCanBrowse</B>(boolean value)</PRE> <DL> <DD><B>Deprecated.</B> <I>use getConfig().put("LinkBrowser",...) and getConfig().put("ImageBrowser",...) instead</I> <P> <DD>Set the capability to browse files or images from inside the editor. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>value</CODE> - true/false<DT><B>See Also:</B><DD><A HREF="../../../com/fredck/FCKeditor/FCKeditor.html#getCanBrowse()"><CODE>getCanBrowse()</CODE></A></DL> </DD> </DL> <HR> <A NAME="getConfig()"><!-- --></A><H3> getConfig</H3> <PRE> public <A HREF="../../../com/fredck/FCKeditor/FCKeditorConfigurations.html" title="class in com.fredck.FCKeditor">FCKeditorConfigurations</A> <B>getConfig</B>()</PRE> <DL> <DD>Get the advanced configuation set.<br> Adding element to this collection you can override the settings specified in the config.js file. <P> <DD><DL> <DT><B>Returns:</B><DD>configuration collection</DL> </DD> </DL> <HR> <A NAME="setConfig(com.fredck.FCKeditor.FCKeditorConfigurations)"><!-- --></A><H3> setConfig</H3> <PRE> public void <B>setConfig</B>(<A HREF="../../../com/fredck/FCKeditor/FCKeditorConfigurations.html" title="class in com.fredck.FCKeditor">FCKeditorConfigurations</A> value)</PRE> <DL> <DD>Set the advanced configuation set. <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>value</CODE> - configuration collection</DL> </DD> </DL> <HR> <A NAME="create()"><!-- --></A><H3> create</H3> <PRE> public java.lang.String <B>create</B>()</PRE> <DL> <DD>Generate the HTML Code for the editor. <br> Evalute the browser capabilities and generate the editor if IE 5.5 or Gecko 20030210 or greater, or a simple textarea otherwise. <P> <DD><DL> <DT><B>Returns:</B><DD>html code</DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV CLASS <A HREF="../../../com/fredck/FCKeditor/FCKeditorConfigurations.html" title="class in com.fredck.FCKeditor"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html" target="_top"><B>FRAMES</B></A> <A HREF="FCKeditor.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML> --- NEW FILE: FCKeditorConfigurations.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.4.2_01) on Sun May 30 22:30:10 CEST 2004 --> <TITLE> FCKeditorConfigurations </TITLE> <META NAME="keywords" CONTENT="com.fredck.FCKeditor.FCKeditorConfigurations class"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="FCKeditorConfigurations"; } </SCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor"><B>PREV CLASS</B></A> NEXT CLASS</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html" target="_top"><B>FRAMES</B></A> <A HREF="FCKeditorConfigurations.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> com.fredck.FCKeditor</FONT> <BR> Class FCKeditorConfigurations</H2> <PRE> java.lang.Object <IMG SRC="../../../resources/inherit.gif" ALT="extended by">java.util.AbstractMap <IMG SRC="../../../resources/inherit.gif" ALT="extended by">java.util.HashMap <IMG SRC="../../../resources/inherit.gif" ALT="extended by"><B>com.fredck.FCKeditor.FCKeditorConfigurations</B> </PRE> <DL> <DT><B>All Implemented Interfaces:</B> <DD>java.lang.Cloneable, java.util.Map, java.io.Serializable</DD> </DL> <HR> <DL> <DT>public class <B>FCKeditorConfigurations</B><DT>extends java.util.HashMap</DL> <P> Contains the configuration settings for the FCKEditor.<br> Adding element to this collection you can override the settings specified in the config.js file. <P> <P> <DL> <DT><B>Author:</B></DT> <DD>Simone Chiaretta (si...@pi...)</DD> <DT><B>See Also:</B><DD><A HREF="../../../serialized-form.html#com.fredck.FCKeditor.FCKeditorConfigurations">Serialized Form</A></DL> <HR> <P> <!-- ======== NESTED CLASS SUMMARY ======== --> <!-- =========== FIELD SUMMARY =========== --> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <A NAME="constructor_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Constructor Summary</B></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../com/fredck/FCKeditor/FCKeditorConfigurations.html#FCKeditorConfigurations()">FCKeditorConfigurations</A></B>()</CODE> <BR> Initialize the configuration collection</TD> </TR> </TABLE> <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Method Summary</B></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../com/fredck/FCKeditor/FCKeditorConfigurations.html#getUrlParams()">getUrlParams</A></B>()</CODE> <BR> Generate the url parameter sequence used to pass this configuration to the editor.</TD> </TR> </TABLE> <A NAME="methods_inherited_from_class_java.util.HashMap"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TD><B>Methods inherited from class java.util.HashMap</B></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values</CODE></TD> </TR> </TABLE> <A NAME="methods_inherited_from_class_java.util.AbstractMap"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TD><B>Methods inherited from class java.util.AbstractMap</B></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>equals, hashCode, toString</CODE></TD> </TR> </TABLE> <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TD><B>Methods inherited from class java.lang.Object</B></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>finalize, getClass, notify, notifyAll, wait, wait, wait</CODE></TD> </TR> </TABLE> <A NAME="methods_inherited_from_class_java.util.Map"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TD><B>Methods inherited from interface java.util.Map</B></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>equals, hashCode</CODE></TD> </TR> </TABLE> <P> <!-- ============ FIELD DETAIL =========== --> <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=1><FONT SIZE="+2"> <B>Constructor Detail</B></FONT></TD> </TR> </TABLE> <A NAME="FCKeditorConfigurations()"><!-- --></A><H3> FCKeditorConfigurations</H3> <PRE> public <B>FCKeditorConfigurations</B>()</PRE> <DL> <DD>Initialize the configuration collection <P> </DL> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=1><FONT SIZE="+2"> <B>Method Detail</B></FONT></TD> </TR> </TABLE> <A NAME="getUrlParams()"><!-- --></A><H3> getUrlParams</H3> <PRE> public java.lang.String <B>getUrlParams</B>()</PRE> <DL> <DD>Generate the url parameter sequence used to pass this configuration to the editor. <P> <DD><DL> <DT><B>Returns:</B><DD>html endocode sequence of configuration parameters</DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor"><B>PREV CLASS</B></A> NEXT CLASS</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html" target="_top"><B>FRAMES</B></A> <A HREF="FCKeditorConfigurations.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML> --- NEW FILE: package-frame.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.4.2_01) on Sun May 30 22:30:10 CEST 2004 --> <TITLE> com.fredck.FCKeditor </TITLE> <META NAME="keywords" CONTENT="com.fredck.FCKeditor package"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"> </HEAD> <BODY BGCOLOR="white"> <FONT size="+1" CLASS="FrameTitleFont"> <A HREF="../../../com/fredck/FCKeditor/package-summary.html" target="classFrame">com.fredck.FCKeditor</A></FONT> <TABLE BORDER="0" WIDTH="100%" SUMMARY=""> <TR> <TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont"> Classes</FONT> <FONT CLASS="FrameItemFont"> <BR> <A HREF="FCKeditor.html" title="class in com.fredck.FCKeditor" target="classFrame">FCKeditor</A> <BR> <A HREF="FCKeditorConfigurations.html" title="class in com.fredck.FCKeditor" target="classFrame">FCKeditorConfigurations</A></FONT></TD> </TR> </TABLE> </BODY> </HTML> --- NEW FILE: package-summary.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.4.2_01) on Sun May 30 22:30:10 CEST 2004 --> <TITLE> com.fredck.FCKeditor </TITLE> <META NAME="keywords" CONTENT="com.fredck.FCKeditor package"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="com.fredck.FCKeditor"; } </SCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV PACKAGE <A HREF="../../../com/fredck/FCKeditor/connector/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html" target="_top"><B>FRAMES</B></A> <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <H2> Package com.fredck.FCKeditor </H2> Core objects to manage the FCKeditor text input form. <P> <B>See:</B> <BR> <A HREF="#package_description"><B>Description</B></A> <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Class Summary</B></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A></B></TD> <TD>The main class of the class lib.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../com/fredck/FCKeditor/FCKeditorConfigurations.html" title="class in com.fredck.FCKeditor">FCKeditorConfigurations</A></B></TD> <TD>Contains the configuration settings for the FCKEditor.</TD> </TR> </TABLE> <P> <A NAME="package_description"><!-- --></A><H2> Package com.fredck.FCKeditor Description </H2> <P> Core objects to manage the FCKeditor text input form. Java Intergration Module 2.0. <h2>Related Documentation</h2> For overviews, tutorials, examples, guides, and tool documentation, please see: <ul> <li><a href="http://www.fckeditor.net/">Official page of FCKeditor</a> </ul> <!-- Put @see and @since tags down here. --> <P> <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV PACKAGE <A HREF="../../../com/fredck/FCKeditor/connector/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html" target="_top"><B>FRAMES</B></A> <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML> --- NEW FILE: package-tree.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.4.2_01) on Sun May 30 22:30:10 CEST 2004 --> <TITLE> com.fredck.FCKeditor Class Hierarchy </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="com.fredck.FCKeditor Class Hierarchy"; } </SCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV <A HREF="../../../com/fredck/FCKeditor/connector/package-tree.html"><B>NEXT</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html" target="_top"><B>FRAMES</B></A> <A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> Hierarchy For Package com.fredck.FCKeditor </H2> </CENTER> <DL> <DT><B>Package Hierarchies:</B><DD><A HREF="../../../overview-tree.html">All Packages</A></DL> <HR> <H2> Class Hierarchy </H2> <UL> <LI TYPE="circle">class java.lang.Object<UL> <LI TYPE="circle">class java.util.AbstractMap (implements java.util.Map) <UL> <LI TYPE="circle">class java.util.HashMap (implements java.lang.Cloneable, java.util.Map, java.io.Serializable) <UL> <LI TYPE="circle">class com.fredck.FCKeditor.<A HREF="../../../com/fredck/FCKeditor/FCKeditorConfigurations.html" title="class in com.fredck.FCKeditor"><B>FCKeditorConfigurations</B></A></UL> </UL> <LI TYPE="circle">class com.fredck.FCKeditor.<A HREF="../../../com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor"><B>FCKeditor</B></A></UL> </UL> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV <A HREF="../../../com/fredck/FCKeditor/connector/package-tree.html"><B>NEXT</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html" target="_top"><B>FRAMES</B></A> <A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML> |
Update of /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/_jsp/docs/api In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6026/phpslash-dev/public_html/scripts/fckeditor/_jsp/docs/api Added Files: allclasses-frame.html allclasses-noframe.html constant-values.html deprecated-list.html help-doc.html index-all.html index.html overview-frame.html overview-summary.html overview-tree.html package-list packages.html serialized-form.html stylesheet.css Log Message: complete fckeditor addition --- NEW FILE: allclasses-frame.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.4.2_01) on Sun May 30 22:30:10 CEST 2004 --> <TITLE> All Classes </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> </HEAD> <BODY BGCOLOR="white"> <FONT size="+1" CLASS="FrameHeadingFont"> <B>All Classes</B></FONT> <BR> <TABLE BORDER="0" WIDTH="100%" SUMMARY=""> <TR> <TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="com/fredck/FCKeditor/connector/ConnectorServlet.html" title="class in com.fredck.FCKeditor.connector" target="classFrame">ConnectorServlet</A> <BR> <A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor" target="classFrame">FCKeditor</A> <BR> <A HREF="com/fredck/FCKeditor/FCKeditorConfigurations.html" title="class in com.fredck.FCKeditor" target="classFrame">FCKeditorConfigurations</A> <BR> <A HREF="com/fredck/FCKeditor/tags/FCKeditorConfigurationsTag.html" title="class in com.fredck.FCKeditor.tags" target="classFrame">FCKeditorConfigurationsTag</A> <BR> <A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags" target="classFrame">FCKeditorTag</A> <BR> </FONT></TD> </TR> </TABLE> </BODY> </HTML> --- NEW FILE: allclasses-noframe.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.4.2_01) on Sun May 30 22:30:10 CEST 2004 --> <TITLE> All Classes </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> </HEAD> <BODY BGCOLOR="white"> <FONT size="+1" CLASS="FrameHeadingFont"> <B>All Classes</B></FONT> <BR> <TABLE BORDER="0" WIDTH="100%" SUMMARY=""> <TR> <TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="com/fredck/FCKeditor/connector/ConnectorServlet.html" title="class in com.fredck.FCKeditor.connector">ConnectorServlet</A> <BR> <A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A> <BR> <A HREF="com/fredck/FCKeditor/FCKeditorConfigurations.html" title="class in com.fredck.FCKeditor">FCKeditorConfigurations</A> <BR> <A HREF="com/fredck/FCKeditor/tags/FCKeditorConfigurationsTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorConfigurationsTag</A> <BR> <A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A> <BR> </FONT></TD> </TR> </TABLE> </BODY> </HTML> --- NEW FILE: constant-values.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.4.2_01) on Sun May 30 22:30:09 CEST 2004 --> <TITLE> Constant Field Values </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="Constant Field Values"; } </SCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="index.html" target="_top"><B>FRAMES</B></A> <A HREF="constant-values.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H1> Constant Field Values</H1> </CENTER> <HR SIZE="4" NOSHADE> <B>Contents</B><UL> </UL> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="index.html" target="_top"><B>FRAMES</B></A> <A HREF="constant-values.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML> --- NEW FILE: deprecated-list.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.4.2_01) on Sun May 30 22:30:10 CEST 2004 --> <TITLE> Deprecated List </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="Deprecated List"; } </SCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Deprecated</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="index.html" target="_top"><B>FRAMES</B></A> <A HREF="deprecated-list.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Deprecated API</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Deprecated Methods</B></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="com/fredck/FCKeditor/FCKeditor.html#getCanBrowse()">com.fredck.FCKeditor.FCKeditor.getCanBrowse()</A> <BR> <I>use getConfig().get("LinkBrowser") and getConfig().get("ImageBrowser") instead</I> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="com/fredck/FCKeditor/FCKeditor.html#getCanUpload()">com.fredck.FCKeditor.FCKeditor.getCanUpload()</A> <BR> <I>use getConfig().get("LinkUpload") and getConfig().get("ImageUpload") instead</I> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="com/fredck/FCKeditor/FCKeditor.html#setCanBrowse(boolean)">com.fredck.FCKeditor.FCKeditor.setCanBrowse(boolean)</A> <BR> <I>use getConfig().put("LinkBrowser",...) and getConfig().put("ImageBrowser",...) instead</I> </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="com/fredck/FCKeditor/FCKeditor.html#setCanUpload(boolean)">com.fredck.FCKeditor.FCKeditor.setCanUpload(boolean)</A> <BR> <I>use getConfig().put("LinkUpload",...) and getConfig().put("ImageUpload",...) instead</I> </TD> </TR> </TABLE> <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Deprecated</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="index.html" target="_top"><B>FRAMES</B></A> <A HREF="deprecated-list.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML> --- NEW FILE: help-doc.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.4.2_01) on Sun May 30 22:30:10 CEST 2004 --> <TITLE> API Help </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="API Help"; } </SCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Help</B></FONT> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="index.html" target="_top"><B>FRAMES</B></A> <A HREF="help-doc.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H1> How This API Document Is Organized</H1> </CENTER> This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.<H3> Overview</H3> <BLOCKQUOTE> <P> The <A HREF="overview-summary.html">Overview</A> page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.</BLOCKQUOTE> <H3> Package</H3> <BLOCKQUOTE> <P> Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:<UL> <LI>Interfaces (italic)<LI>Classes<LI>Exceptions<LI>Errors</UL> </BLOCKQUOTE> <H3> Class/Interface</H3> <BLOCKQUOTE> <P> Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:<UL> <LI>Class inheritance diagram<LI>Direct Subclasses<LI>All Known Subinterfaces<LI>All Known Implementing Classes<LI>Class/interface declaration<LI>Class/interface description <P> <LI>Nested Class Summary<LI>Field Summary<LI>Constructor Summary<LI>Method Summary <P> <LI>Field Detail<LI>Constructor Detail<LI>Method Detail</UL> Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.</BLOCKQUOTE> <H3> Tree (Class Hierarchy)</H3> <BLOCKQUOTE> There is a <A HREF="overview-tree.html">Class Hierarchy</A> page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with <code>java.lang.Object</code>. The interfaces do not inherit from <code>java.lang.Object</code>.<UL> <LI>When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.<LI>When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.</UL> </BLOCKQUOTE> <H3> Deprecated API</H3> <BLOCKQUOTE> The <A HREF="deprecated-list.html">Deprecated API</A> page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.</BLOCKQUOTE> <H3> Index</H3> <BLOCKQUOTE> The <A HREF="index-all.html">Index</A> contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.</BLOCKQUOTE> <H3> Prev/Next</H3> These links take you to the next or previous class, interface, package, or related page.<H3> Frames/No Frames</H3> These links show and hide the HTML frames. All pages are available with or without frames. <P> <H3> Serialized Form</H3> Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description. <P> <FONT SIZE="-1"> <EM> This help file applies to API documentation generated using the standard doclet.</EM> </FONT> <BR> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Help</B></FONT> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="index.html" target="_top"><B>FRAMES</B></A> <A HREF="help-doc.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML> --- NEW FILE: index-all.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.4.2_01) on Sun May 30 22:30:10 CEST 2004 --> <TITLE> Index </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="Index"; } </SCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="index.html" target="_top"><B>FRAMES</B></A> <A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_I_">I</A> <A HREF="#_S_">S</A> <HR> <A NAME="_C_"><!-- --></A><H2> <B>C</B></H2> <DL> <DT><A HREF="com/fredck/FCKeditor/connector/ConnectorServlet.html" title="class in com.fredck.FCKeditor.connector"><B>ConnectorServlet</B></A> - class com.fredck.FCKeditor.connector.<A HREF="com/fredck/FCKeditor/connector/ConnectorServlet.html" title="class in com.fredck.FCKeditor.connector">ConnectorServlet</A>.<DD>Servlet to upload and browse files.<DT><A HREF="com/fredck/FCKeditor/connector/ConnectorServlet.html#ConnectorServlet()"><B>ConnectorServlet()</B></A> - Constructor for class com.fredck.FCKeditor.connector.<A HREF="com/fredck/FCKeditor/connector/ConnectorServlet.html" title="class in com.fredck.FCKeditor.connector">ConnectorServlet</A> <DD> <DT><A HREF="com/fredck/FCKeditor/package-summary.html"><B>com.fredck.FCKeditor</B></A> - package com.fredck.FCKeditor<DD>Core objects to manage the FCKeditor text input form. <DT><A HREF="com/fredck/FCKeditor/connector/package-summary.html"><B>com.fredck.FCKeditor.connector</B></A> - package com.fredck.FCKeditor.connector<DD>Connector used by the FCKeditor to list and create resources on the server. <DT><A HREF="com/fredck/FCKeditor/tags/package-summary.html"><B>com.fredck.FCKeditor.tags</B></A> - package com.fredck.FCKeditor.tags<DD>JSP Tag to access and modify the FCKeditor objects. <DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#create()"><B>create()</B></A> - Method in class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A> <DD>Generate the HTML Code for the editor. </DL> <HR> <A NAME="_D_"><!-- --></A><H2> <B>D</B></H2> <DL> <DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#doAfterBody()"><B>doAfterBody()</B></A> - Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A> <DD>Retrive initial value to be edited and writes the HTML code in the page <DT><A HREF="com/fredck/FCKeditor/connector/ConnectorServlet.html#doGet(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)"><B>doGet(HttpServletRequest, HttpServletResponse)</B></A> - Method in class com.fredck.FCKeditor.connector.<A HREF="com/fredck/FCKeditor/connector/ConnectorServlet.html" title="class in com.fredck.FCKeditor.connector">ConnectorServlet</A> <DD>Manage the Get requests (GetFolders, GetFoldersAndFiles, CreateFolder). <DT><A HREF="com/fredck/FCKeditor/connector/ConnectorServlet.html#doPost(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)"><B>doPost(HttpServletRequest, HttpServletResponse)</B></A> - Method in class com.fredck.FCKeditor.connector.<A HREF="com/fredck/FCKeditor/connector/ConnectorServlet.html" title="class in com.fredck.FCKeditor.connector">ConnectorServlet</A> <DD>Manage the Post requests (FileUpload). <DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorConfigurationsTag.html#doStartTag()"><B>doStartTag()</B></A> - Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorConfigurationsTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorConfigurationsTag</A> <DD>Update the configuration settings adding the specified value <DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#doStartTag()"><B>doStartTag()</B></A> - Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A> <DD>Initialize the FCKeditor container and set attributes </DL> <HR> <A NAME="_F_"><!-- --></A><H2> <B>F</B></H2> <DL> <DT><A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor"><B>FCKeditor</B></A> - class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A>.<DD>The main class of the class lib.<DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#FCKeditor(javax.servlet.http.HttpServletRequest)"><B>FCKeditor(HttpServletRequest)</B></A> - Constructor for class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A> <DD>Initialize the object setting all value to the default ones. <DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#FCKeditor(javax.servlet.http.HttpServletRequest, java.lang.String)"><B>FCKeditor(HttpServletRequest, String)</B></A> - Constructor for class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A> <DD>Initialize the object setting the unique name and then all value to the default ones. <DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#FCKeditor(javax.servlet.http.HttpServletRequest, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)"><B>FCKeditor(HttpServletRequest, String, String, String, String, String)</B></A> - Constructor for class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A> <DD>Initialize the object setting all basic configurations. <DT><A HREF="com/fredck/FCKeditor/FCKeditorConfigurations.html" title="class in com.fredck.FCKeditor"><B>FCKeditorConfigurations</B></A> - class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditorConfigurations.html" title="class in com.fredck.FCKeditor">FCKeditorConfigurations</A>.<DD>Contains the configuration settings for the FCKEditor.<DT><A HREF="com/fredck/FCKeditor/FCKeditorConfigurations.html#FCKeditorConfigurations()"><B>FCKeditorConfigurations()</B></A> - Constructor for class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditorConfigurations.html" title="class in com.fredck.FCKeditor">FCKeditorConfigurations</A> <DD>Initialize the configuration collection <DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorConfigurationsTag.html" title="class in com.fredck.FCKeditor.tags"><B>FCKeditorConfigurationsTag</B></A> - class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorConfigurationsTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorConfigurationsTag</A>.<DD>Custom Tag class to access the <A HREF="com/fredck/FCKeditor/FCKeditorConfigurations.html" title="class in com.fredck.FCKeditor">advanced settings</A>.<DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorConfigurationsTag.html#FCKeditorConfigurationsTag()"><B>FCKeditorConfigurationsTag()</B></A> - Constructor for class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorConfigurationsTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorConfigurationsTag</A> <DD> <DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags"><B>FCKeditorTag</B></A> - class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A>.<DD>Custom Tag class to access the <A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">contaniner</A>.<DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#FCKeditorTag()"><B>FCKeditorTag()</B></A> - Constructor for class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A> <DD> <DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#fcked"><B>fcked</B></A> - Variable in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A> <DD>The underlying FCKeditor object </DL> <HR> <A NAME="_G_"><!-- --></A><H2> <B>G</B></H2> <DL> <DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#getBasePath()"><B>getBasePath()</B></A> - Method in class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A> <DD>Get the dir where the FCKeditor files reside on the server <DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#getBasePath()"><B>getBasePath()</B></A> - Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A> <DD>Get the dir where the FCKeditor files reside on the server <DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#getCanBrowse()"><B>getCanBrowse()</B></A> - Method in class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A> <DD><B>Deprecated.</B> <I>use getConfig().get("LinkBrowser") and getConfig().get("ImageBrowser") instead</I> <DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#getCanBrowse()"><B>getCanBrowse()</B></A> - Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A> <DD>Get the capability to browse files or images from inside the editor <DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#getCanUpload()"><B>getCanUpload()</B></A> - Method in class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A> <DD><B>Deprecated.</B> <I>use getConfig().get("LinkUpload") and getConfig().get("ImageUpload") instead</I> <DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#getCanUpload()"><B>getCanUpload()</B></A> - Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A> <DD>Get the capability to upload files or images from inside the editor <DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#getConfig()"><B>getConfig()</B></A> - Method in class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A> <DD>Get the advanced configuation set. <DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#getHeight()"><B>getHeight()</B></A> - Method in class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A> <DD>Get the height of the textarea <DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#getHeight()"><B>getHeight()</B></A> - Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A> <DD>Get the height of the textarea <DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#getId()"><B>getId()</B></A> - Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A> <DD>Get the unique id of the editor <DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#getInstanceName()"><B>getInstanceName()</B></A> - Method in class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A> <DD>Get the unique name of the editor <DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorConfigurationsTag.html#getName()"><B>getName()</B></A> - Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorConfigurationsTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorConfigurationsTag</A> <DD>Get the name of the setting <DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#getToolbarSet()"><B>getToolbarSet()</B></A> - Method in class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A> <DD>Get the name of the toolbar to display <DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#getToolbarSet()"><B>getToolbarSet()</B></A> - Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A> <DD>Get the name of the toolbar to display <DT><A HREF="com/fredck/FCKeditor/FCKeditorConfigurations.html#getUrlParams()"><B>getUrlParams()</B></A> - Method in class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditorConfigurations.html" title="class in com.fredck.FCKeditor">FCKeditorConfigurations</A> <DD>Generate the url parameter sequence used to pass this configuration to the editor. <DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#getValue()"><B>getValue()</B></A> - Method in class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A> <DD>Get the initial value to be edited. <DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorConfigurationsTag.html#getValue()"><B>getValue()</B></A> - Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorConfigurationsTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorConfigurationsTag</A> <DD>Get the value of the setting <DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#getWidth()"><B>getWidth()</B></A> - Method in class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A> <DD>Get the width of the textarea <DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#getWidth()"><B>getWidth()</B></A> - Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A> <DD>Get the width of the textarea </DL> <HR> <A NAME="_I_"><!-- --></A><H2> <B>I</B></H2> <DL> <DT><A HREF="com/fredck/FCKeditor/connector/ConnectorServlet.html#init()"><B>init()</B></A> - Method in class com.fredck.FCKeditor.connector.<A HREF="com/fredck/FCKeditor/connector/ConnectorServlet.html" title="class in com.fredck.FCKeditor.connector">ConnectorServlet</A> <DD>Initialize the servlet. </DL> <HR> <A NAME="_S_"><!-- --></A><H2> <B>S</B></H2> <DL> <DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#setBasePath(java.lang.String)"><B>setBasePath(String)</B></A> - Method in class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A> <DD>Set the dir where the FCKeditor files reside on the server Remarks:<br> Avoid using relative paths. <DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#setBasePath(java.lang.String)"><B>setBasePath(String)</B></A> - Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A> <DD>Set the dir where the FCKeditor files reside on the server <DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#setCanBrowse(boolean)"><B>setCanBrowse(boolean)</B></A> - Method in class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A> <DD><B>Deprecated.</B> <I>use getConfig().put("LinkBrowser",...) and getConfig().put("ImageBrowser",...) instead</I> <DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#setCanBrowse(java.lang.String)"><B>setCanBrowse(String)</B></A> - Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A> <DD>Set the capability to browse files or images from inside the editor <DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#setCanUpload(boolean)"><B>setCanUpload(boolean)</B></A> - Method in class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A> <DD><B>Deprecated.</B> <I>use getConfig().put("LinkUpload",...) and getConfig().put("ImageUpload",...) instead</I> <DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#setCanUpload(java.lang.String)"><B>setCanUpload(String)</B></A> - Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A> <DD>Set the capability to upload files or images from inside the editor <DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#setConfig(com.fredck.FCKeditor.FCKeditorConfigurations)"><B>setConfig(FCKeditorConfigurations)</B></A> - Method in class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A> <DD>Set the advanced configuation set. <DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#setHeight(java.lang.String)"><B>setHeight(String)</B></A> - Method in class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A> <DD>Set the height of the textarea <DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#setHeight(java.lang.String)"><B>setHeight(String)</B></A> - Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A> <DD>Set the height of the textarea <DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#setId(java.lang.String)"><B>setId(String)</B></A> - Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A> <DD>Set the unique id of the editor <DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#setInstanceName(java.lang.String)"><B>setInstanceName(String)</B></A> - Method in class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A> <DD>Set the unique name of the editor <DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorConfigurationsTag.html#setName(java.lang.String)"><B>setName(String)</B></A> - Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorConfigurationsTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorConfigurationsTag</A> <DD>Set the name of the setting <DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#setToolbarSet(java.lang.String)"><B>setToolbarSet(String)</B></A> - Method in class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A> <DD>Set the name of the toolbar to display <DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#setToolbarSet(java.lang.String)"><B>setToolbarSet(String)</B></A> - Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A> <DD>Set the name of the toolbar to display <DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#setValue(java.lang.String)"><B>setValue(String)</B></A> - Method in class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A> <DD>Set the initial value to be edited. <DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorConfigurationsTag.html#setValue(java.lang.String)"><B>setValue(String)</B></A> - Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorConfigurationsTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorConfigurationsTag</A> <DD>Set the value of the setting <DT><A HREF="com/fredck/FCKeditor/FCKeditor.html#setWidth(java.lang.String)"><B>setWidth(String)</B></A> - Method in class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A> <DD>Set the width of the textarea <DT><A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html#setWidth(java.lang.String)"><B>setWidth(String)</B></A> - Method in class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A> <DD>Set the width of the textarea </DL> <HR> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_I_">I</A> <A HREF="#_S_">S</A> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="index.html" target="_top"><B>FRAMES</B></A> <A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML> --- NEW FILE: index.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc on Sun May 30 22:30:10 CEST 2004--> <TITLE> Generated Documentation (Untitled) </TITLE> </HEAD> <FRAMESET cols="20%,80%"> <FRAMESET rows="30%,70%"> <FRAME src="overview-frame.html" name="packageListFrame" title="All Packages"> <FRAME src="allclasses-frame.html" name="packageFrame" title="All classes and interfaces (except non-static nested types)"> </FRAMESET> <FRAME src="overview-summary.html" name="classFrame" title="Package, class and interface descriptions"> <NOFRAMES> <H2> Frame Alert</H2> <P> This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. <BR> Link to<A HREF="overview-summary.html">Non-frame version.</A> </NOFRAMES> </FRAMESET> </HTML> --- NEW FILE: overview-frame.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.4.2_01) on Sun May 30 22:30:10 CEST 2004 --> <TITLE> Overview </TITLE> <META NAME="keywords" CONTENT="Overview"> <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> </HEAD> <BODY BGCOLOR="white"> <TABLE BORDER="0" WIDTH="100%" SUMMARY=""> <TR> <TD NOWRAP><FONT size="+1" CLASS="FrameTitleFont"> <B></B></FONT></TD> </TR> </TABLE> <TABLE BORDER="0" WIDTH="100%" SUMMARY=""> <TR> <TD NOWRAP><FONT CLASS="FrameItemFont"><A HREF="allclasses-frame.html" target="packageFrame">All Classes</A></FONT> <P> <FONT size="+1" CLASS="FrameHeadingFont"> Packages</FONT> <BR> <FONT CLASS="FrameItemFont"><A HREF="com/fredck/FCKeditor/package-frame.html" target="packageFrame">com.fredck.FCKeditor</A></FONT> <BR> <FONT CLASS="FrameItemFont"><A HREF="com/fredck/FCKeditor/connector/package-frame.html" target="packageFrame">com.fredck.FCKeditor.connector</A></FONT> <BR> <FONT CLASS="FrameItemFont"><A HREF="com/fredck/FCKeditor/tags/package-frame.html" target="packageFrame">com.fredck.FCKeditor.tags</A></FONT> <BR> </TD> </TR> </TABLE> <P> </BODY> </HTML> --- NEW FILE: overview-summary.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.4.2_01) on Sun May 30 22:30:10 CEST 2004 --> <TITLE> Overview </TITLE> <META NAME="keywords" CONTENT="Overview"> <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="Overview"; } </SCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Overview</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="index.html" target="_top"><B>FRAMES</B></A> <A HREF="overview-summary.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Packages</B></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="20%"><B><A HREF="com/fredck/FCKeditor/package-summary.html">com.fredck.FCKeditor</A></B></TD> <TD>Core objects to manage the FCKeditor text input form. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="20%"><B><A HREF="com/fredck/FCKeditor/connector/package-summary.html">com.fredck.FCKeditor.connector</A></B></TD> <TD>Connector used by the FCKeditor to list and create resources on the server. </TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="20%"><B><A HREF="com/fredck/FCKeditor/tags/package-summary.html">com.fredck.FCKeditor.tags</A></B></TD> <TD>JSP Tag to access and modify the FCKeditor objects. </TD> </TR> </TABLE> <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Overview</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="index.html" target="_top"><B>FRAMES</B></A> <A HREF="overview-summary.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML> --- NEW FILE: overview-tree.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.4.2_01) on Sun May 30 22:30:10 CEST 2004 --> <TITLE> Class Hierarchy </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="Class Hierarchy"; } </SCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="index.html" target="_top"><B>FRAMES</B></A> <A HREF="overview-tree.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> Hierarchy For All Packages</H2> </CENTER> <DL> <DT><B>Package Hierarchies:</B><DD><A HREF="com/fredck/FCKeditor/package-tree.html">com.fredck.FCKeditor</A>, <A HREF="com/fredck/FCKeditor/connector/package-tree.html">com.fredck.FCKeditor.connector</A>, <A HREF="com/fredck/FCKeditor/tags/package-tree.html">com.fredck.FCKeditor.tags</A></DL> <HR> <H2> Class Hierarchy </H2> <UL> <LI TYPE="circle">class java.lang.Object<UL> <LI TYPE="circle">class java.util.AbstractMap (implements java.util.Map) <UL> <LI TYPE="circle">class java.util.HashMap (implements java.lang.Cloneable, java.util.Map, java.io.Serializable) <UL> <LI TYPE="circle">class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditorConfigurations.html" title="class in com.fredck.FCKeditor"><B>FCKeditorConfigurations</B></A></UL> </UL> <LI TYPE="circle">class com.fredck.FCKeditor.<A HREF="com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor"><B>FCKeditor</B></A><LI TYPE="circle">class javax.servlet.GenericServlet (implements java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig) <UL> <LI TYPE="circle">class javax.servlet.http.HttpServlet (implements java.io.Serializable) <UL> <LI TYPE="circle">class com.fredck.FCKeditor.connector.<A HREF="com/fredck/FCKeditor/connector/ConnectorServlet.html" title="class in com.fredck.FCKeditor.connector"><B>ConnectorServlet</B></A></UL> </UL> <LI TYPE="circle">class javax.servlet.jsp.tagext.TagSupport (implements javax.servlet.jsp.tagext.IterationTag, java.io.Serializable) <UL> <LI TYPE="circle">class javax.servlet.jsp.tagext.BodyTagSupport (implements javax.servlet.jsp.tagext.BodyTag) <UL> <LI TYPE="circle">class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags"><B>FCKeditorTag</B></A></UL> <LI TYPE="circle">class com.fredck.FCKeditor.tags.<A HREF="com/fredck/FCKeditor/tags/FCKeditorConfigurationsTag.html" title="class in com.fredck.FCKeditor.tags"><B>FCKeditorConfigurationsTag</B></A></UL> </UL> </UL> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CE... [truncated message content] |
From: Joe S. <joe...@us...> - 2004-10-29 15:23:01
|
Update of /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/_jsp/dist/docs/api/com/fredck/FCKeditor/tags In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6026/phpslash-dev/public_html/scripts/fckeditor/_jsp/dist/docs/api/com/fredck/FCKeditor/tags Added Files: FCKeditorConfigurationsTag.html FCKeditorTag.html package-frame.html package-summary.html package-tree.html Log Message: complete fckeditor addition --- NEW FILE: FCKeditorConfigurationsTag.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.4.2_01) on Sun May 30 22:30:10 CEST 2004 --> <TITLE> FCKeditorConfigurationsTag </TITLE> <META NAME="keywords" CONTENT="com.fredck.FCKeditor.tags.FCKeditorConfigurationsTag class"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="FCKeditorConfigurationsTag"; } </SCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV CLASS <A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A> <A HREF="FCKeditorConfigurationsTag.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: NESTED | <A HREF="#fields_inherited_from_class_javax.servlet.jsp.tagext.TagSupport">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> com.fredck.FCKeditor.tags</FONT> <BR> Class FCKeditorConfigurationsTag</H2> <PRE> java.lang.Object <IMG SRC="../../../../resources/inherit.gif" ALT="extended by">javax.servlet.jsp.tagext.TagSupport <IMG SRC="../../../../resources/inherit.gif" ALT="extended by"><B>com.fredck.FCKeditor.tags.FCKeditorConfigurationsTag</B> </PRE> <DL> <DT><B>All Implemented Interfaces:</B> <DD>javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag</DD> </DL> <HR> <DL> <DT>public class <B>FCKeditorConfigurationsTag</B><DT>extends javax.servlet.jsp.tagext.TagSupport</DL> <P> Custom Tag class to access the <A HREF="../../../../com/fredck/FCKeditor/FCKeditorConfigurations.html" title="class in com.fredck.FCKeditor">advanced settings</A>.<br> Used to override the settings specified in the config.js file. This tag is valid only inside an <FCK:editor> <p> <b>Simple usage</b>: <pre> <FCK:config name="StyleNames" value=";Style 1;Style 2; Style 3" /> </pre> <P> <P> <DL> <DT><B>Author:</B></DT> <DD>Simone Chiaretta (si...@pi...)</DD> <DT><B>See Also:</B><DD><A HREF="../../../../serialized-form.html#com.fredck.FCKeditor.tags.FCKeditorConfigurationsTag">Serialized Form</A></DL> <HR> <P> <!-- ======== NESTED CLASS SUMMARY ======== --> <!-- =========== FIELD SUMMARY =========== --> <A NAME="field_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Field Summary</B></FONT></TD> </TR> </TABLE> <A NAME="fields_inherited_from_class_javax.servlet.jsp.tagext.TagSupport"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TD><B>Fields inherited from class javax.servlet.jsp.tagext.TagSupport</B></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>id, pageContext</CODE></TD> </TR> </TABLE> <A NAME="fields_inherited_from_class_javax.servlet.jsp.tagext.IterationTag"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TD><B>Fields inherited from interface javax.servlet.jsp.tagext.IterationTag</B></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>EVAL_BODY_AGAIN</CODE></TD> </TR> </TABLE> <A NAME="fields_inherited_from_class_javax.servlet.jsp.tagext.Tag"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TD><B>Fields inherited from interface javax.servlet.jsp.tagext.Tag</B></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE</CODE></TD> </TR> </TABLE> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <A NAME="constructor_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Constructor Summary</B></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorConfigurationsTag.html#FCKeditorConfigurationsTag()">FCKeditorConfigurationsTag</A></B>()</CODE> <BR> </TD> </TR> </TABLE> <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Method Summary</B></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorConfigurationsTag.html#doStartTag()">doStartTag</A></B>()</CODE> <BR> Update the configuration settings adding the specified value</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorConfigurationsTag.html#getName()">getName</A></B>()</CODE> <BR> Get the name of the setting</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorConfigurationsTag.html#getValue()">getValue</A></B>()</CODE> <BR> Get the value of the setting</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorConfigurationsTag.html#setName(java.lang.String)">setName</A></B>(java.lang.String value)</CODE> <BR> Set the name of the setting</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorConfigurationsTag.html#setValue(java.lang.String)">setValue</A></B>(java.lang.String value)</CODE> <BR> Set the value of the setting</TD> </TR> </TABLE> <A NAME="methods_inherited_from_class_javax.servlet.jsp.tagext.TagSupport"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TD><B>Methods inherited from class javax.servlet.jsp.tagext.TagSupport</B></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue</CODE></TD> </TR> </TABLE> <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TD><B>Methods inherited from class java.lang.Object</B></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> </TR> </TABLE> <P> <!-- ============ FIELD DETAIL =========== --> <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=1><FONT SIZE="+2"> <B>Constructor Detail</B></FONT></TD> </TR> </TABLE> <A NAME="FCKeditorConfigurationsTag()"><!-- --></A><H3> FCKeditorConfigurationsTag</H3> <PRE> public <B>FCKeditorConfigurationsTag</B>()</PRE> <DL> </DL> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=1><FONT SIZE="+2"> <B>Method Detail</B></FONT></TD> </TR> </TABLE> <A NAME="getName()"><!-- --></A><H3> getName</H3> <PRE> public java.lang.String <B>getName</B>()</PRE> <DL> <DD>Get the name of the setting <P> <DD><DL> <DT><B>Returns:</B><DD>name</DL> </DD> </DL> <HR> <A NAME="setName(java.lang.String)"><!-- --></A><H3> setName</H3> <PRE> public void <B>setName</B>(java.lang.String value)</PRE> <DL> <DD>Set the name of the setting <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>value</CODE> - name</DL> </DD> </DL> <HR> <A NAME="getValue()"><!-- --></A><H3> getValue</H3> <PRE> public java.lang.String <B>getValue</B>()</PRE> <DL> <DD>Get the value of the setting <P> <DD><DL> <DT><B>Returns:</B><DD>name</DL> </DD> </DL> <HR> <A NAME="setValue(java.lang.String)"><!-- --></A><H3> setValue</H3> <PRE> public void <B>setValue</B>(java.lang.String value)</PRE> <DL> <DD>Set the value of the setting <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>value</CODE> - value</DL> </DD> </DL> <HR> <A NAME="doStartTag()"><!-- --></A><H3> doStartTag</H3> <PRE> public int <B>doStartTag</B>() throws javax.servlet.jsp.JspException</PRE> <DL> <DD>Update the configuration settings adding the specified value <P> <DD><DL> <DT><B>Returns:</B><DD>SKIP_BODY <DT><B>Throws:</B> <DD><CODE>javax.servlet.jsp.JspException</CODE> - if tag used outside the <FCK:editor> tag</DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> PREV CLASS <A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A> <A HREF="FCKeditorConfigurationsTag.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: NESTED | <A HREF="#fields_inherited_from_class_javax.servlet.jsp.tagext.TagSupport">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML> --- NEW FILE: FCKeditorTag.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.4.2_01) on Sun May 30 22:30:10 CEST 2004 --> <TITLE> FCKeditorTag </TITLE> <META NAME="keywords" CONTENT="com.fredck.FCKeditor.tags.FCKeditorTag class"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="FCKeditorTag"; } </SCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorConfigurationsTag.html" title="class in com.fredck.FCKeditor.tags"><B>PREV CLASS</B></A> NEXT CLASS</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A> <A HREF="FCKeditorTag.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> com.fredck.FCKeditor.tags</FONT> <BR> Class FCKeditorTag</H2> <PRE> java.lang.Object <IMG SRC="../../../../resources/inherit.gif" ALT="extended by">javax.servlet.jsp.tagext.TagSupport <IMG SRC="../../../../resources/inherit.gif" ALT="extended by">javax.servlet.jsp.tagext.BodyTagSupport <IMG SRC="../../../../resources/inherit.gif" ALT="extended by"><B>com.fredck.FCKeditor.tags.FCKeditorTag</B> </PRE> <DL> <DT><B>All Implemented Interfaces:</B> <DD>javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag</DD> </DL> <HR> <DL> <DT>public class <B>FCKeditorTag</B><DT>extends javax.servlet.jsp.tagext.BodyTagSupport</DL> <P> Custom Tag class to access the <A HREF="../../../../com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">contaniner</A>.<br> <p> <b>Simple usage</b>: <pre> <FCK:editor id="EditorAccessibility" width="80%" height="120" toolbarSet="Accessibility" ">This is another test. <BR"><B">The "Second" row.</B"></FCK:editor"> </pre> <p>In this example we set all the attribute for the fckedit tag. <p> <b>Advanced usage of the tag</b>: <pre> <FCK:editor id="EditorDefault" basePath="/FCKeditor/"> <FCK:config name="StyleNames" value=";Style 1;Style 2; Style 3" /> <FCK:config name="FontNames" value=";Arial;Courier New;Times New Roman;Verdana" /> This is some <B>sample text</B>. </FCK:editor> </pre> <p>In this example we set the id and the basePath of the editor (since it is /FCKeditor/ we could have omitted it because it's already the default value).<br> Then we used the inner tag <FCK:config> to set some advanced configuration settings. <P> <P> <DL> <DT><B>Author:</B></DT> <DD>Simone Chiaretta (si...@pi...)</DD> <DT><B>See Also:</B><DD><A HREF="../../../../serialized-form.html#com.fredck.FCKeditor.tags.FCKeditorTag">Serialized Form</A></DL> <HR> <P> <!-- ======== NESTED CLASS SUMMARY ======== --> <!-- =========== FIELD SUMMARY =========== --> <A NAME="field_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Field Summary</B></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected <A HREF="../../../../com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#fcked">fcked</A></B></CODE> <BR> The underlying FCKeditor object</TD> </TR> </TABLE> <A NAME="fields_inherited_from_class_javax.servlet.jsp.tagext.BodyTagSupport"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TD><B>Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport</B></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>bodyContent</CODE></TD> </TR> </TABLE> <A NAME="fields_inherited_from_class_javax.servlet.jsp.tagext.TagSupport"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TD><B>Fields inherited from class javax.servlet.jsp.tagext.TagSupport</B></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>pageContext</CODE></TD> </TR> </TABLE> <A NAME="fields_inherited_from_class_javax.servlet.jsp.tagext.BodyTag"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TD><B>Fields inherited from interface javax.servlet.jsp.tagext.BodyTag</B></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>EVAL_BODY_BUFFERED, EVAL_BODY_TAG</CODE></TD> </TR> </TABLE> <A NAME="fields_inherited_from_class_javax.servlet.jsp.tagext.IterationTag"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TD><B>Fields inherited from interface javax.servlet.jsp.tagext.IterationTag</B></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>EVAL_BODY_AGAIN</CODE></TD> </TR> </TABLE> <A NAME="fields_inherited_from_class_javax.servlet.jsp.tagext.Tag"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TD><B>Fields inherited from interface javax.servlet.jsp.tagext.Tag</B></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE</CODE></TD> </TR> </TABLE> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <A NAME="constructor_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Constructor Summary</B></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#FCKeditorTag()">FCKeditorTag</A></B>()</CODE> <BR> </TD> </TR> </TABLE> <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Method Summary</B></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#doAfterBody()">doAfterBody</A></B>()</CODE> <BR> Retrive initial value to be edited and writes the HTML code in the page</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#doStartTag()">doStartTag</A></B>()</CODE> <BR> Initialize the FCKeditor container and set attributes</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#getBasePath()">getBasePath</A></B>()</CODE> <BR> Get the dir where the FCKeditor files reside on the server</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#getCanBrowse()">getCanBrowse</A></B>()</CODE> <BR> Get the capability to browse files or images from inside the editor</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#getCanUpload()">getCanUpload</A></B>()</CODE> <BR> Get the capability to upload files or images from inside the editor</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#getHeight()">getHeight</A></B>()</CODE> <BR> Get the height of the textarea</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#getId()">getId</A></B>()</CODE> <BR> Get the unique id of the editor</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#getToolbarSet()">getToolbarSet</A></B>()</CODE> <BR> Get the name of the toolbar to display</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#getWidth()">getWidth</A></B>()</CODE> <BR> Get the width of the textarea</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#setBasePath(java.lang.String)">setBasePath</A></B>(java.lang.String value)</CODE> <BR> Set the dir where the FCKeditor files reside on the server</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#setCanBrowse(java.lang.String)">setCanBrowse</A></B>(java.lang.String value)</CODE> <BR> Set the capability to browse files or images from inside the editor</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#setCanUpload(java.lang.String)">setCanUpload</A></B>(java.lang.String value)</CODE> <BR> Set the capability to upload files or images from inside the editor</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#setHeight(java.lang.String)">setHeight</A></B>(java.lang.String value)</CODE> <BR> Set the height of the textarea</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#setId(java.lang.String)">setId</A></B>(java.lang.String value)</CODE> <BR> Set the unique id of the editor</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#setToolbarSet(java.lang.String)">setToolbarSet</A></B>(java.lang.String value)</CODE> <BR> Set the name of the toolbar to display</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html#setWidth(java.lang.String)">setWidth</A></B>(java.lang.String value)</CODE> <BR> Set the width of the textarea</TD> </TR> </TABLE> <A NAME="methods_inherited_from_class_javax.servlet.jsp.tagext.BodyTagSupport"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TD><B>Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport</B></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>doEndTag, doInitBody, getBodyContent, getPreviousOut, release, setBodyContent</CODE></TD> </TR> </TABLE> <A NAME="methods_inherited_from_class_javax.servlet.jsp.tagext.TagSupport"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TD><B>Methods inherited from class javax.servlet.jsp.tagext.TagSupport</B></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>findAncestorWithClass, getParent, getValue, getValues, removeValue, setPageContext, setParent, setValue</CODE></TD> </TR> </TABLE> <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TD><B>Methods inherited from class java.lang.Object</B></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> </TR> </TABLE> <A NAME="methods_inherited_from_class_javax.servlet.jsp.tagext.Tag"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TD><B>Methods inherited from interface javax.servlet.jsp.tagext.Tag</B></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>getParent, setPageContext, setParent</CODE></TD> </TR> </TABLE> <P> <!-- ============ FIELD DETAIL =========== --> <A NAME="field_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=1><FONT SIZE="+2"> <B>Field Detail</B></FONT></TD> </TR> </TABLE> <A NAME="fcked"><!-- --></A><H3> fcked</H3> <PRE> protected <A HREF="../../../../com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">FCKeditor</A> <B>fcked</B></PRE> <DL> <DD>The underlying FCKeditor object <P> <DL> </DL> </DL> <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=1><FONT SIZE="+2"> <B>Constructor Detail</B></FONT></TD> </TR> </TABLE> <A NAME="FCKeditorTag()"><!-- --></A><H3> FCKeditorTag</H3> <PRE> public <B>FCKeditorTag</B>()</PRE> <DL> </DL> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=1><FONT SIZE="+2"> <B>Method Detail</B></FONT></TD> </TR> </TABLE> <A NAME="getId()"><!-- --></A><H3> getId</H3> <PRE> public java.lang.String <B>getId</B>()</PRE> <DL> <DD>Get the unique id of the editor <P> <DD><DL> <DT><B>Returns:</B><DD>id</DL> </DD> </DL> <HR> <A NAME="setId(java.lang.String)"><!-- --></A><H3> setId</H3> <PRE> public void <B>setId</B>(java.lang.String value)</PRE> <DL> <DD>Set the unique id of the editor <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>value</CODE> - name</DL> </DD> </DL> <HR> <A NAME="getBasePath()"><!-- --></A><H3> getBasePath</H3> <PRE> public java.lang.String <B>getBasePath</B>()</PRE> <DL> <DD>Get the dir where the FCKeditor files reside on the server <P> <DD><DL> <DT><B>Returns:</B><DD>path</DL> </DD> </DL> <HR> <A NAME="setBasePath(java.lang.String)"><!-- --></A><H3> setBasePath</H3> <PRE> public void <B>setBasePath</B>(java.lang.String value)</PRE> <DL> <DD>Set the dir where the FCKeditor files reside on the server <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>value</CODE> - path</DL> </DD> </DL> <HR> <A NAME="getToolbarSet()"><!-- --></A><H3> getToolbarSet</H3> <PRE> public java.lang.String <B>getToolbarSet</B>()</PRE> <DL> <DD>Get the name of the toolbar to display <P> <DD><DL> <DT><B>Returns:</B><DD>toolbar name</DL> </DD> </DL> <HR> <A NAME="setToolbarSet(java.lang.String)"><!-- --></A><H3> setToolbarSet</H3> <PRE> public void <B>setToolbarSet</B>(java.lang.String value)</PRE> <DL> <DD>Set the name of the toolbar to display <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>value</CODE> - toolbar name</DL> </DD> </DL> <HR> <A NAME="getWidth()"><!-- --></A><H3> getWidth</H3> <PRE> public java.lang.String <B>getWidth</B>()</PRE> <DL> <DD>Get the width of the textarea <P> <DD><DL> <DT><B>Returns:</B><DD>width</DL> </DD> </DL> <HR> <A NAME="setWidth(java.lang.String)"><!-- --></A><H3> setWidth</H3> <PRE> public void <B>setWidth</B>(java.lang.String value)</PRE> <DL> <DD>Set the width of the textarea <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>value</CODE> - width</DL> </DD> </DL> <HR> <A NAME="getHeight()"><!-- --></A><H3> getHeight</H3> <PRE> public java.lang.String <B>getHeight</B>()</PRE> <DL> <DD>Get the height of the textarea <P> <DD><DL> <DT><B>Returns:</B><DD>height</DL> </DD> </DL> <HR> <A NAME="setHeight(java.lang.String)"><!-- --></A><H3> setHeight</H3> <PRE> public void <B>setHeight</B>(java.lang.String value)</PRE> <DL> <DD>Set the height of the textarea <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>value</CODE> - height</DL> </DD> </DL> <HR> <A NAME="getCanUpload()"><!-- --></A><H3> getCanUpload</H3> <PRE> public java.lang.String <B>getCanUpload</B>()</PRE> <DL> <DD>Get the capability to upload files or images from inside the editor <P> <DD><DL> <DT><B>Returns:</B><DD>true/false</DL> </DD> </DL> <HR> <A NAME="setCanUpload(java.lang.String)"><!-- --></A><H3> setCanUpload</H3> <PRE> public void <B>setCanUpload</B>(java.lang.String value)</PRE> <DL> <DD>Set the capability to upload files or images from inside the editor <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>value</CODE> - true/false</DL> </DD> </DL> <HR> <A NAME="getCanBrowse()"><!-- --></A><H3> getCanBrowse</H3> <PRE> public java.lang.String <B>getCanBrowse</B>()</PRE> <DL> <DD>Get the capability to browse files or images from inside the editor <P> <DD><DL> <DT><B>Returns:</B><DD>true/false</DL> </DD> </DL> <HR> <A NAME="setCanBrowse(java.lang.String)"><!-- --></A><H3> setCanBrowse</H3> <PRE> public void <B>setCanBrowse</B>(java.lang.String value)</PRE> <DL> <DD>Set the capability to browse files or images from inside the editor <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>value</CODE> - true/false</DL> </DD> </DL> <HR> <A NAME="doStartTag()"><!-- --></A><H3> doStartTag</H3> <PRE> public int <B>doStartTag</B>() throws javax.servlet.jsp.JspException</PRE> <DL> <DD>Initialize the FCKeditor container and set attributes <P> <DD><DL> <DT><B>Returns:</B><DD>EVAL_BODY_BUFFERED <DT><B>Throws:</B> <DD><CODE>javax.servlet.jsp.JspException</CODE> - if canUpload or canBrowse are not of boolean value</DL> </DD> </DL> <HR> <A NAME="doAfterBody()"><!-- --></A><H3> doAfterBody</H3> <PRE> public int <B>doAfterBody</B>() throws javax.servlet.jsp.JspException</PRE> <DL> <DD>Retrive initial value to be edited and writes the HTML code in the page <P> <DD><DL> <DT><B>Returns:</B><DD>SKIP_BODY <DT><B>Throws:</B> <DD><CODE>javax.servlet.jsp.JspException</CODE> - if an error occurs whie writing to the out buffer</DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorConfigurationsTag.html" title="class in com.fredck.FCKeditor.tags"><B>PREV CLASS</B></A> NEXT CLASS</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A> <A HREF="FCKeditorTag.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML> --- NEW FILE: package-frame.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.4.2_01) on Sun May 30 22:30:10 CEST 2004 --> <TITLE> com.fredck.FCKeditor.tags </TITLE> <META NAME="keywords" CONTENT="com.fredck.FCKeditor.tags package"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> </HEAD> <BODY BGCOLOR="white"> <FONT size="+1" CLASS="FrameTitleFont"> <A HREF="../../../../com/fredck/FCKeditor/tags/package-summary.html" target="classFrame">com.fredck.FCKeditor.tags</A></FONT> <TABLE BORDER="0" WIDTH="100%" SUMMARY=""> <TR> <TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont"> Classes</FONT> <FONT CLASS="FrameItemFont"> <BR> <A HREF="FCKeditorConfigurationsTag.html" title="class in com.fredck.FCKeditor.tags" target="classFrame">FCKeditorConfigurationsTag</A> <BR> <A HREF="FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags" target="classFrame">FCKeditorTag</A></FONT></TD> </TR> </TABLE> </BODY> </HTML> --- NEW FILE: package-summary.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.4.2_01) on Sun May 30 22:30:10 CEST 2004 --> <TITLE> com.fredck.FCKeditor.tags </TITLE> <META NAME="keywords" CONTENT="com.fredck.FCKeditor.tags package"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="com.fredck.FCKeditor.tags"; } </SCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../com/fredck/FCKeditor/connector/package-summary.html"><B>PREV PACKAGE</B></A> NEXT PACKAGE</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A> <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <H2> Package com.fredck.FCKeditor.tags </H2> JSP Tag to access and modify the FCKeditor objects. <P> <B>See:</B> <BR> <A HREF="#package_description"><B>Description</B></A> <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Class Summary</B></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorConfigurationsTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorConfigurationsTag</A></B></TD> <TD>Custom Tag class to access the <A HREF="../../../../com/fredck/FCKeditor/FCKeditorConfigurations.html" title="class in com.fredck.FCKeditor">advanced settings</A>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags">FCKeditorTag</A></B></TD> <TD>Custom Tag class to access the <A HREF="../../../../com/fredck/FCKeditor/FCKeditor.html" title="class in com.fredck.FCKeditor">contaniner</A>.</TD> </TR> </TABLE> <P> <A NAME="package_description"><!-- --></A><H2> Package com.fredck.FCKeditor.tags Description </H2> <P> JSP Tag to access and modify the FCKeditor objects. <h2>Package Specification</h2> This taglibrary is compliant to the taglib 1.1 specification.<br> To use it put the FCKeditor.jar inside the <code>WEB-INF/lib</code> dir and FCKeditor.tld inside the <code>WEB-INF</code> directory of your website.<br> Put the following declaration in each page that use the tags:<br> <pre> <%@ taglib uri="/WEB-INF/FCKeditor.tld" prefix="FCK" %> </pre> <h2>Related Documentation</h2> For overviews, tutorials, examples, guides, and tool documentation, please see: <ul> <li>_sample/jsp directory for example of how to implement FCKEditor in your application </ul> <!-- Put @see and @since tags down here. --> <P> <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../com/fredck/FCKeditor/connector/package-summary.html"><B>PREV PACKAGE</B></A> NEXT PACKAGE</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A> <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML> --- NEW FILE: package-tree.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.4.2_01) on Sun May 30 22:30:10 CEST 2004 --> <TITLE> com.fredck.FCKeditor.tags Class Hierarchy </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="com.fredck.FCKeditor.tags Class Hierarchy"; } </SCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../com/fredck/FCKeditor/connector/package-tree.html"><B>PREV</B></A> NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A> <A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> Hierarchy For Package com.fredck.FCKeditor.tags </H2> </CENTER> <DL> <DT><B>Package Hierarchies:</B><DD><A HREF="../../../../overview-tree.html">All Packages</A></DL> <HR> <H2> Class Hierarchy </H2> <UL> <LI TYPE="circle">class java.lang.Object<UL> <LI TYPE="circle">class javax.servlet.jsp.tagext.TagSupport (implements javax.servlet.jsp.tagext.IterationTag, java.io.Serializable) <UL> <LI TYPE="circle">class javax.servlet.jsp.tagext.BodyTagSupport (implements javax.servlet.jsp.tagext.BodyTag) <UL> <LI TYPE="circle">class com.fredck.FCKeditor.tags.<A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorTag.html" title="class in com.fredck.FCKeditor.tags"><B>FCKeditorTag</B></A></UL> <LI TYPE="circle">class com.fredck.FCKeditor.tags.<A HREF="../../../../com/fredck/FCKeditor/tags/FCKeditorConfigurationsTag.html" title="class in com.fredck.FCKeditor.tags"><B>FCKeditorConfigurationsTag</B></A></UL> </UL> </UL> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../com/fredck/FCKeditor/connector/package-tree.html"><B>PREV</B></A> NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A> <A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML> |