Another newbie question, I'm afraid.
I have a simple Glossary application that I've written, and I've managed to
figure out how to write a velocity script to retrieve all of the glossary
terms and put them into a JSON array. The problem is, the velocity script
output is being html encoded and sent to the browser as text, including the
enclosing <script> blocks. If I wrap the whole thing in {{html}} macro
calls, the velocity script doesn't run. If I just enclose the <script>
opening and closing tags in their own {{html}} macro call, the calls fail.
What am I missing here? How do I get velocity script to render as HTML/JS?
Yours,
David Baltusavich
------------------------------
<http://www.synatree.com>
1001 State Street, Suite 1123
Erie, PA 16501
(814) 422-5887
(321) 800-8733
Hello,
right now I'm trying to modify the pdf-export for adding attached
pdf-files to the end of the export like the existing functionality for
adding attached images.
Starting from the beginning with the pdf.vm I couldn't find an analogy
to include the pdf-files in the way of image-files, because as I see it
the images just get rendered as html.
Can anybody give me a hint how to proceed to solve this task?
Many thanks in advance,
Josef Haimerl
I have developed a simple glossary app for my XWiki instance.
Everything works great until I try to add an Annotation to the page,
generally on content that is a TextArea type. As soon as I save the
annotation, all of the fields of the app immediately disappear.
They won't re-appear until I delete the Annotation.
What am I missing? Does my TextArea have to somehow link to
the AnnotationClass?
Sorry if this is a newbie question; I'm just getting started with XWiki.
David
Hi there,
we have to parse and generate JSON in our code; we wonder wich is the
bast way/language (Velocity or Groovy) to do that in XWiki?
Thx by advance,
Nicolas
Hello all,
I am very enthusiast about using the Lyrebird skin.
I downloaded the XAR, imported it in my wiki. But unfortunately
nothing happen when I enter 'Lyrebird' in the field where we have to
set the skin. Nor when I add skin=Lyrebird in the parameters of my
query...
Could anyone help in setting this skin in my wiki?!
Thanks for your help,
Nicolas
" file:///C:\path\to\resource\Instructions.txt "
that is broken path.
DOS used slash for command line options instead of dash on traditional
systems.
So when folders were aadded to later DOs versions, they had to use
back-slashes.
But outside of DOS-Win-OS/2 world the regular slashes are used still.
Try converting all the back-slashes into proper ones.
Also read https://www.google.com/?q=backslash+string+escaping+c
I think your string just contained non-printable special code as a result of
wrong slashes used.
--
View this message in context: http://xwiki.475771.n2.nabble.com/Adding-link-to-file-on-local-area-network…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Ik ben afwezig van Vr 07/20/2012 tot Di 08/14/2012.
Geachte mevrouw, mijnheer,
Op het moment kan ik uw mail niet beantwoorden. Voor dringende zaken kunt u
zich wenden tot het secretariaat van het EMI:
anne.marie.van.kleef(a)rivm.nl, T 030-2748570
Met vriendelijke groet,
Wouter Boasson
Note: This is an automated response to your message "users Digest, Vol 60,
Issue 40" sent on 20-7-2012 14:00:03.
This is the only notification you will receive while this person is away.
Hi,
I have realized that some fonts having more than 1 word in their font names (not font file name) not embedded in the exported PDF file. (i.e. "Courier New", "Trebuchet MS", "Comic Sans MS", etc..) Other fonts embedded into the PDF without problems.
Any comments?
Thanks.