Hi,

JavaScript source files itself are inserted using <wicket:head> in
CodeHighlightPanel's html.
It's great that they are included only once though multiple
CodeHighlightPanel's instances have it.
How to make alone call

  <script language="javascript">
    dp.SyntaxHighlighter.HighlightAll('code');
  </script>

at the end of <body>?

And not to have it at all if no CodeHighlightPanel was in output?

I tested that several calls of it produce unexpected result.

Tony.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to