Raible's Wiki

Raible Designs
Wiki Home
News
Recent Changes

AppFuse

Homepage
  - Korean
  - Chinese
  - Italian
  - Japanese

QuickStart Guide
  - Chinese
  - French
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish
  - Japanese

User Guide
  - Korean
  - Chinese

Tutorials
  - Chinese
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish

FAQ
  - Korean

Latest Downloads

Other Applications

Struts Resume
Security Example
Struts Menu

Set your name in
UserPreferences


Referenced by
JSPWikiTags




JSPWiki v2.2.33

[RSS]


Hide Menu

TranslateTag


Difference between current version and current version:

At line 1 added 24 lines.
Takes its body and translates it into HTML as if it were WikiMarkup.
----
!Usage
<wiki:Translate>
;:''Wiki Text''
</wiki:Translate>
!Parameters
None.
!Example
{{{
<wiki:Translate>
__This text will be bold, and contains [a hyperlink]__
</wiki:Translate>
}}}
would output something like this:
{{{
<b>This text will be bold, and contains <a href="Wiki.jsp?page="AHyperlink">a hyperlink</a></b>
}}}

Back to TranslateTag, or to the Page History.