You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jspwiki.apache.org by Jingang Zhou <zh...@neusoft.com> on 2010/08/04 11:20:17 UTC

how to set ImagePlugin's position

Hi, 

I want to display an image (using ImagePlugin) after some text words, both in the same row, however, my ImagePlugin always set the image in a new row, i.e., a new row below the text words, how to configure it to let them show in same row?

Best regards.

Robin.
---------------------------------------------------------------------------------------------------
Confidentiality Notice: The information contained in this e-mail and any accompanying attachment(s) 
is intended only for the use of the intended recipient and may be confidential and/or privileged of 
Neusoft Corporation, its subsidiaries and/or its affiliates. If any reader of this communication is 
not the intended recipient, unauthorized use, forwarding, printing,  storing, disclosure or copying 
is strictly prohibited, and may be unlawful.If you have received this communication in error,please 
immediately notify the sender by return e-mail, and delete the original message and all copies from 
your system. Thank you. 
---------------------------------------------------------------------------------------------------

Re: how to set ImagePlugin's position

Posted by Jingang Zhou <zh...@neusoft.com>.
I use the imageplugin syntax below: 

[{image src="xxx.gif" link="xxx.pdf"}]

I want such icon and the texts surrounding it to be in the same line, but the icon in a new line, how to do it?

----- Original Message ----- 
From: "Fritz Schneider" <Fr...@Peacham.com>
To: <js...@incubator.apache.org>
Sent: Thursday, August 05, 2010 6:52 AM
Subject: RE: how to set ImagePlugin's position


> If you don't want to install the whole Categories and Archives extension,
> you could simply download one of the free icon sets off the web and use it
> as the image, with the link going to the file. 
> 
> -----Original Message-----
> From: zhou-jg@neusoft.com [mailto:zhou-jg@neusoft.com] 
> Sent: Wednesday, August 04, 2010 4:37 AM
> To: jspwiki-user@incubator.apache.org
> Subject: Re: how to set ImagePlugin's position
> 
> however,  I want the image just a link, e.g., a pdf icon which links to a
> pdf file, how to do it?
> 
> 
> ----- Original Message ----- 
> From: "Gavin Goldsmith" <gg...@pnp.co.za>
> To: <js...@incubator.apache.org>
> Sent: Wednesday, August 04, 2010 6:03 PM
> Subject: RE: how to set ImagePlugin's position
> 
> 
> 
> Hi
> 
> You can just "Inline" them. See the following from the
> jspwiki.properties file
> 
> ########################################################################
> ####
> #
> # Define which image types are inlined.
> # These are your standard glob expressions (just like in your
> # Windows or UNIX shells).  Default pattern is to include all PNG
> # images.  If you specify something here, you will override the default.
> #
> # Don't forget to increase the number after the dot - duplicate entries
> # cause problems!
> #
> # For example:
> #   Inline all JPG files, PNG files and all files from images.com:
> #
> jspwiki.translatorReader.inlinePattern.1 = *.jpg
> jspwiki.translatorReader.inlinePattern.2 = *.png
> jspwiki.translatorReader.inlinePattern.3 = *.gif
> ########################################################################
> ####
> 
> From the Help on the Edit Page
> ########################################################################
> ####
> Adding pictures
> 
> You can embed any image in the wiki code by putting the image available
> somewhere on the web in one of the allowed formats, and then just
> linking to it. For example, this is an inlined PNG image:
> http://jspwiki/jspwiki/images/xml.png.
> ########################################################################
> ####
> 
> Gavin
> 
> -----Original Message-----
> From: zhou-jg@neusoft.com [mailto:zhou-jg@neusoft.com] 
> Sent: 04 August 2010 11:20
> Subject: how to set ImagePlugin's position
> 
> I want to display an image (using ImagePlugin) after some text words,
> both in the same row, however, my ImagePlugin always set the image in a
> new row, i.e., a new row below the text words, how to configure it to
> let them show in same row?
> 
> 
> Read our disclaimer at:
> http://www.picknpay.co.za/picknpay/content/en/disclaimer 
> If you don't have web access, the disclaimer can be mailed to you on
> request. 
> Disclaimer requests to be sent to it-security@pnp.co.za
> ----------------------------------------------------------------------------
> -----------------------
> Confidentiality Notice: The information contained in this e-mail and any
> accompanying attachment(s) 
> is intended only for the use of the intended recipient and may be
> confidential and/or privileged of 
> Neusoft Corporation, its subsidiaries and/or its affiliates. If any reader
> of this communication is 
> not the intended recipient, unauthorized use, forwarding, printing,
> storing, disclosure or copying 
> is strictly prohibited, and may be unlawful.If you have received this
> communication in error,please 
> immediately notify the sender by return e-mail, and delete the original
> message and all copies from 
> your system. Thank you. 
> ----------------------------------------------------------------------------
> -----------------------
---------------------------------------------------------------------------------------------------
Confidentiality Notice: The information contained in this e-mail and any accompanying attachment(s) 
is intended only for the use of the intended recipient and may be confidential and/or privileged of 
Neusoft Corporation, its subsidiaries and/or its affiliates. If any reader of this communication is 
not the intended recipient, unauthorized use, forwarding, printing,  storing, disclosure or copying 
is strictly prohibited, and may be unlawful.If you have received this communication in error,please 
immediately notify the sender by return e-mail, and delete the original message and all copies from 
your system. Thank you. 
---------------------------------------------------------------------------------------------------


RE: how to set ImagePlugin's position

Posted by Fritz Schneider <Fr...@Peacham.com>.
If you don't want to install the whole Categories and Archives extension,
you could simply download one of the free icon sets off the web and use it
as the image, with the link going to the file. 

-----Original Message-----
From: zhou-jg@neusoft.com [mailto:zhou-jg@neusoft.com] 
Sent: Wednesday, August 04, 2010 4:37 AM
To: jspwiki-user@incubator.apache.org
Subject: Re: how to set ImagePlugin's position

however,  I want the image just a link, e.g., a pdf icon which links to a
pdf file, how to do it?


----- Original Message ----- 
From: "Gavin Goldsmith" <gg...@pnp.co.za>
To: <js...@incubator.apache.org>
Sent: Wednesday, August 04, 2010 6:03 PM
Subject: RE: how to set ImagePlugin's position



Hi

You can just "Inline" them. See the following from the
jspwiki.properties file

########################################################################
####
#
# Define which image types are inlined.
# These are your standard glob expressions (just like in your
# Windows or UNIX shells).  Default pattern is to include all PNG
# images.  If you specify something here, you will override the default.
#
# Don't forget to increase the number after the dot - duplicate entries
# cause problems!
#
# For example:
#   Inline all JPG files, PNG files and all files from images.com:
#
jspwiki.translatorReader.inlinePattern.1 = *.jpg
jspwiki.translatorReader.inlinePattern.2 = *.png
jspwiki.translatorReader.inlinePattern.3 = *.gif
########################################################################
####

>From the Help on the Edit Page
########################################################################
####
Adding pictures

You can embed any image in the wiki code by putting the image available
somewhere on the web in one of the allowed formats, and then just
linking to it. For example, this is an inlined PNG image:
http://jspwiki/jspwiki/images/xml.png.
########################################################################
####

Gavin

-----Original Message-----
From: zhou-jg@neusoft.com [mailto:zhou-jg@neusoft.com] 
Sent: 04 August 2010 11:20
Subject: how to set ImagePlugin's position

I want to display an image (using ImagePlugin) after some text words,
both in the same row, however, my ImagePlugin always set the image in a
new row, i.e., a new row below the text words, how to configure it to
let them show in same row?


Read our disclaimer at:
http://www.picknpay.co.za/picknpay/content/en/disclaimer 
If you don't have web access, the disclaimer can be mailed to you on
request. 
Disclaimer requests to be sent to it-security@pnp.co.za
----------------------------------------------------------------------------
-----------------------
Confidentiality Notice: The information contained in this e-mail and any
accompanying attachment(s) 
is intended only for the use of the intended recipient and may be
confidential and/or privileged of 
Neusoft Corporation, its subsidiaries and/or its affiliates. If any reader
of this communication is 
not the intended recipient, unauthorized use, forwarding, printing,
storing, disclosure or copying 
is strictly prohibited, and may be unlawful.If you have received this
communication in error,please 
immediately notify the sender by return e-mail, and delete the original
message and all copies from 
your system. Thank you. 
----------------------------------------------------------------------------
-----------------------

Re: how to set ImagePlugin's position

Posted by Jingang Zhou <zh...@neusoft.com>.
however,  I want the image just a link, e.g., a pdf icon which links to a pdf file, how to do it?


----- Original Message ----- 
From: "Gavin Goldsmith" <gg...@pnp.co.za>
To: <js...@incubator.apache.org>
Sent: Wednesday, August 04, 2010 6:03 PM
Subject: RE: how to set ImagePlugin's position



Hi

You can just "Inline" them. See the following from the
jspwiki.properties file

########################################################################
####
#
# Define which image types are inlined.
# These are your standard glob expressions (just like in your
# Windows or UNIX shells).  Default pattern is to include all PNG
# images.  If you specify something here, you will override the default.
#
# Don't forget to increase the number after the dot - duplicate entries
# cause problems!
#
# For example:
#   Inline all JPG files, PNG files and all files from images.com:
#
jspwiki.translatorReader.inlinePattern.1 = *.jpg
jspwiki.translatorReader.inlinePattern.2 = *.png
jspwiki.translatorReader.inlinePattern.3 = *.gif
########################################################################
####

>From the Help on the Edit Page
########################################################################
####
Adding pictures

You can embed any image in the wiki code by putting the image available
somewhere on the web in one of the allowed formats, and then just
linking to it. For example, this is an inlined PNG image:
http://jspwiki/jspwiki/images/xml.png.
########################################################################
####

Gavin

-----Original Message-----
From: zhou-jg@neusoft.com [mailto:zhou-jg@neusoft.com] 
Sent: 04 August 2010 11:20
Subject: how to set ImagePlugin's position

I want to display an image (using ImagePlugin) after some text words,
both in the same row, however, my ImagePlugin always set the image in a
new row, i.e., a new row below the text words, how to configure it to
let them show in same row?


Read our disclaimer at: http://www.picknpay.co.za/picknpay/content/en/disclaimer 
If you don't have web access, the disclaimer can be mailed to you on request. 
Disclaimer requests to be sent to it-security@pnp.co.za
---------------------------------------------------------------------------------------------------
Confidentiality Notice: The information contained in this e-mail and any accompanying attachment(s) 
is intended only for the use of the intended recipient and may be confidential and/or privileged of 
Neusoft Corporation, its subsidiaries and/or its affiliates. If any reader of this communication is 
not the intended recipient, unauthorized use, forwarding, printing,  storing, disclosure or copying 
is strictly prohibited, and may be unlawful.If you have received this communication in error,please 
immediately notify the sender by return e-mail, and delete the original message and all copies from 
your system. Thank you. 
---------------------------------------------------------------------------------------------------


RE: how to set ImagePlugin's position

Posted by Gavin Goldsmith <gg...@pnp.co.za>.
Hi

You can just "Inline" them. See the following from the
jspwiki.properties file

########################################################################
####
#
# Define which image types are inlined.
# These are your standard glob expressions (just like in your
# Windows or UNIX shells).  Default pattern is to include all PNG
# images.  If you specify something here, you will override the default.
#
# Don't forget to increase the number after the dot - duplicate entries
# cause problems!
#
# For example:
#   Inline all JPG files, PNG files and all files from images.com:
#
jspwiki.translatorReader.inlinePattern.1 = *.jpg
jspwiki.translatorReader.inlinePattern.2 = *.png
jspwiki.translatorReader.inlinePattern.3 = *.gif
########################################################################
####

>From the Help on the Edit Page
########################################################################
####
Adding pictures

You can embed any image in the wiki code by putting the image available
somewhere on the web in one of the allowed formats, and then just
linking to it. For example, this is an inlined PNG image:
http://jspwiki/jspwiki/images/xml.png.
########################################################################
####

Gavin

-----Original Message-----
From: zhou-jg@neusoft.com [mailto:zhou-jg@neusoft.com] 
Sent: 04 August 2010 11:20
Subject: how to set ImagePlugin's position

I want to display an image (using ImagePlugin) after some text words,
both in the same row, however, my ImagePlugin always set the image in a
new row, i.e., a new row below the text words, how to configure it to
let them show in same row?


Read our disclaimer at: http://www.picknpay.co.za/picknpay/content/en/disclaimer 
If you don't have web access, the disclaimer can be mailed to you on request. 
Disclaimer requests to be sent to it-security@pnp.co.za