Changeset 1936
- Timestamp:
- 2008-04-21 16:56:50 (3 months ago)
- Location:
- FCKeditor.Java/branches/2.4/src/site/apt
- Files:
-
- 3 modified
-
overview.apt (modified) (1 diff)
-
taglibrary.apt (modified) (2 diffs)
-
whatsnew.apt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/branches/2.4/src/site/apt/overview.apt
r1934 r1936 36 36 your <<<web.xml>>> and 2.) you have to make sure that some special properties are set. 37 37 For details have a look at {{{connector.html}Connector}} and 38 {{{ ../installation.html}Installation}}.38 {{{installation.html}Installation}}. 39 39 40 40 We introduced a new properties handling (in comparison to 2.3). You have two ways to set -
FCKeditor.Java/branches/2.4/src/site/apt/taglibrary.apt
r1934 r1936 25 25 26 26 Declare the tag extension in each JSP page that uses the FCKeditor.Java taglib. 27 The uri directive must match the uri defined in the {{{ ../java-core/tagreference.html}tag reference}}.27 The uri directive must match the uri defined in the {{{java-core/tagreference.html}tag reference}}. 28 28 The prefix identifies the tags in the tag library within the JSP page. 29 29 … … 49 49 +--------------------------------------------------------------------+ 50 50 51 For a more complete overview, take a look at the {{{ ../java-core/tagreference.html}tag reference}}.51 For a more complete overview, take a look at the {{{java-core/tagreference.html}tag reference}}. -
FCKeditor.Java/branches/2.4/src/site/apt/whatsnew.apt
r1900 r1936 45 45 46 46 * The JSP-Tag-Library is partially restructured. Be aware before updating and refere the 47 {{{ integration/taglibrary.html}tag library}} and the {{{java-core/tagreference.html}tag reference}}.47 {{{taglibrary.html}tag library}} and the {{{java-core/tagreference.html}tag reference}}. 48 48 49 49 * A lot of code improvements.