[pmwiki-users] 'title' attribute of an HTML link
Jean DEMARTINI
jean.d.demartini at wanadoo.fr
Wed Jan 11 07:51:23 CST 2006
Justin
You have only to put %title='xxxxxx'% just before the link. Such as in:
%title='ITII'%[[Mécanique des fluides -> Main.MecaniqueDesFluides]]
Beware, the value of the title has to be full ASCII, not accent etc.
even if using entities such as é . It seems that the parsing of
the value is done before updating the value of the attribute.
Regards,
Jean
Justin Holwell a écrit :
> Jean,
>
> I am also interested in the title attribute. Can you give an example
> of the markup text to use when editing a page after adding the code to
> the config.php file?
>
> Thanks,
>
> Justin
>
> On 1/11/06, *Jean DEMARTINI* <jean.d.demartini at wanadoo.fr
> <mailto:jean.d.demartini at wanadoo.fr>> wrote:
>
> Jean Demartini a écrit :
>
> >As all know, the 'title' attribute of an HTML link gives a bubble
> when
> >the mouse is moved over the link. How to define the 'title'
> attribute of
> >the HTML link associated to a PmWiki link ?
> >
> >A way similar to the way used to define the 'target' attribute
> could be
> >great !
> >
> >JDem
> >http://www.unice.fr/Demartini/
> >
> >
> The following code put in the local/config.php file do half of the
> job:
> SDVA($WikiStyleAttr,array('title' => 'a'));
>
> ... but, due to an HTML specification ?, the value of the 'title'
> attribute seems to be necessarily an UTF-8 string. Then no diacritic
> signs even if the charset has been defined as ISO-8859-1 (ISO-latin).
>
> Somebody an idea ? many thanks.
>
> JDem
>
>
> _______________________________________________
> pmwiki-users mailing list
> pmwiki-users at pmichaud.com <mailto:pmwiki-users at pmichaud.com>
> http://host.pmichaud.com/mailman/listinfo/pmwiki-users
>
>
>------------------------------------------------------------------------
>
>_______________________________________________
>pmwiki-users mailing list
>pmwiki-users at pmichaud.com
>http://host.pmichaud.com/mailman/listinfo/pmwiki-users
>
>
More information about the pmwiki-users
mailing list