WorldWander logo
Main

The Road Behind

Venezuela
Trinidad
Curacao
Galapagos
Ecuador
Peru
Bolivia
Paraguay
Argentina
Chile
Hong Kong
Thailand North
Thailand South
Malaysia
Cambodia
Singapore
Nepal
Kathmandu
Royal Trek
Nepal Trek
India
India Palace
Udaipur
Bangalore
Greece
Islands
Rhodes
Camping
Olympia
Turkey
Istanbul
Bath
Bursa
Cappadocia
Bodrum
South Africa
Garden Route
Cape Town
Namibia
Fish River
Etosha
Botswana
Zimbabwe
Wedding
Great Ruins
Germany
Bathroom
Netherlands
Spain
Madrid
Seville
Granada
Gibraltar
Morocco
Portugal
Sintra
France
Normandy
Egypt
Pyramids
Nile
Aswan
Abusimbel
Luxor
Valley of Kings
Alexandria
Red Sea
Jordan
Kings Valley
Aman
Palestine

The Road Ahead

Isreal
Czech Republic
Austria
Italy
Switzerland
England
Find pages
Unused pages
Undefined pages
Page Index

Set your name in
UserPreferences


Referenced by
JSPWikiPlugins
TextFormattingRules




JSPWiki v2.2.33


Image


The Image plugin allows one to have finer control over the layout of images than just the simple inling of images.

Parameters

  • src = Image source. This can either be a full URL (http://...) or a WikiAttachment name. Required.
  • align = left|right|center. The image alignment.
  • height = integer. Force the height of the image.
  • width = integer. Force the width of the image.
  • alt = alt text. The alt text of an image. This is very useful when doing pages that can be navigated with text-only browsers.
  • caption = caption text. The text that should be shown as a caption under the image.
  • link = hyperlink. A hyperlink (http://...). In the future, you can also use WikiPages.
  • border = integer. Size of the image border.
  • style = style info. Any style markup you would like to apply to the table surrounding the image.
  • class = class name. Redefine the default class for this image, which is "imageplugin".

Example

[{Image src='SandBox/test.png' caption='Testing image' style='font-size: 120%; color: green;'}].

Shows the attachment SandBox/test.png with the caption "Testing image" underneath it. The text is 120% in height and will be rendered in green color.

CSS

  • .imageplugin = The table that encompasses the image. It consists of two undercategories:
    • img = The IMG tag that gets embedded.
    • caption = The caption that is embedded.

Back to JSPWikiPlugins




Go to top  
This page last changed on 19-Oct-2003 19:54:58 EDT by unknown.
Please make one.