Turn text taglib ver. 1.2

    Custom JSP tags library lets you provide a simple text trick: use some appropriate unicode symbols and show the original text rotated (like in a mirror). For example:
 


<%@ taglib uri="taglib.tld" prefix="t" %>

<t:TurnText>
Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
Pellentesque velit lacus,porta vitae, consequat in, aliquam
</t:TurnText>

and you will get some like this:
 

Ίoɹǝɯ ɪƅsŋɯ ƿoןoɹ sɪʇ ɐɯǝʇ, ɔousǝɔʇǝʇŋǝɹ ɐƿɪƅɪsɔɪuɓ ǝןɪʇ. Ԁǝןןǝuʇǝsɵŋǝ ʌǝןɪʇ ןɐɔŋs,ƅoɹʇɐ ʌɪʇɐǝ, ɔousǝɵŋɐʇ ɪu, ɐןɪɵŋɐɯ

Tags are:

TurnText

Body tag lets you "rotate" text with the help of the unicode symbols. Attributes are:

1) id Optional attribute. Describes a name for the page scope (type is java.lang.String) with the rotated data. Without this parameter tag just prints the result.
2) cond Optional attribute. Describes a boolean value tag's behavir depends on. Default value is true (turn text).

for downloading:

Library: turntag.jar    Description: taglib.tld

 © Coldbeans      Comments?

See also Coldtags suite - the largest collection of custom JSP tags.

Also in Coldtags: