[pmwiki-users] Javascript on a single page

Musikschule Bernsbach / Schwarzenberg (Webmaster) webmaster at musikschule-bernsbach.de
Sat Jan 28 09:19:24 CST 2006


Hi...

You can use the custom markup

Markup(
    'html',
    'fulltext',
    '/\\(:html:\\)(.*?)\\(:htmlend:\\)/mesi',
    "Keep(str_replace(array('&lt;', '&gt;', '&amp;'), array('<', '>', '&'),
    PSS('$1')))"
);

in your local/config.php. This markup won't parse the text within
(:html:) and (:htmlend:).

Example in your wiki page:

(:html:)
<script langusge="JavaScript">
    alert("Thanks to PM for that markup.");
</script>
(::htmlend)



Greetings,
Torsten


-----Ursprüngliche Nachricht-----
Von: pmwiki-users-bounces at pmichaud.com
[mailto:pmwiki-users-bounces at pmichaud.com] Im Auftrag von Stephan Schildberg
Gesendet: Samstag, 28. Januar 2006 15:28
An: Pmwiki-users at pmichaud.com
Betreff: [pmwiki-users] Javascript on a single page

Dear pmwiki hackers,

I want to produce something similar simple to this ( 
http://www.dancecenterno1.de/images/vorhang.swf ) within pmwiki, but 
with JavaScript, not with Flash.

For this I have to use JS on a wiki page.
Could you point me please to an example, where JavaScript ist used on a 
single page?

regards, Stephan.



_______________________________________________
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