If the wiki syntax is not activated (?) inside a form, we can simply use that as a feature not a bug... <form> <!--...... --> </form> I will try it. Wei-hsing -------------- Original message ---------------------- From: Jean-Lou Dupont <[email protected]>
Good point. But what confused me a bit is the fact I had put <!-- comment here --> inside a form definition in the same document without any problems.
E.g. the example below works fine as far as I can tell.
<div class="left" style="width: 150px"> #includeTopic("XWiki.XWikiCommonJavascript") <form action="" id="newdoc"> <input type="hidden" name="parent" value="Artifact.Home" /> <input type="hidden" name="template" value="Artifact.Template" /> <input type="hidden" name="sheet" value="1" /> Space to create: <input type="text" name="webname" value=""/> <input type="hidden" name="name" value=""/>
<!-- TODO: update page name. The document name must be automatically filled in e.g. space.home -->
<input type="text" name="title" value="page name" size="18"/>
<input type="button" value="Create this Space" onclick='if (updateName(this.form.title,this.form.name)){ action="../../inline/" + this.form.webname.value + "/" + this.form.name.value; this.form.submit(); }' /> </form> </div>
Jld.
-----Original Message----- From: Arnaud Bourree [HYPERLINK "mailto:[email protected]"mailto:[email protected]] Sent: September 1, 2006 04:34 To: [email protected] Subject: Re: [xwiki-users] Issue with HTML comment.
Don't forget to escape Wiki or velocity special character: example: if you want to explain in a page how to use velocity macro (whatever you put it in a {code} section, you should write something like: \#myMacro(\$myVariable, "some text")
For HTML comment you should write: <!\-\- my html comment \-\->
Robinson Nathaniel wrote on 01/09/2006 06:57:
Does the comment have to be sent to the browser?
Velocity has comments (## comments a single line and #* *# comments a block), but the text will only be visible when viewing or editing the code and won't be sent to the browser.
-----Original Message----- From: [email protected] [HYPERLINK "mailto:[email protected]"mailto:[email protected]] Sent: Friday, September 01, 2006 5:23 AM To: [email protected] Subject: Re: [xwiki-users] Issue with HTML comment.
'--' is used in Wiki syntax for other things, I was wondering how to add HTML comments also.
-------------- Original message ---------------------- From: Jean-Lou Dupont <[email protected]>
FYI: If one is to insert an HTML comment at the end of a document and save it, the rendered document is completely garbled.
e.g.
<input type="text" name="title" value="page name" size="18"/> <input type="button" value="Create this Space" onclick='if (updateName(this.form.title,this.form.name)){ action="../../inline/" + this.form.webname.value + "/" + this.form.name.value; this.form.submit();
}'
31/08/2006
---------------------------------------------------------------------- --
-- You receive this message as a subscriber of the [email protected] mailing list. To unsubscribe: HYPERLINK "mailto:[email protected]"mailto:xwiki-users-unsubscribe @objectweb.org For general help: HYPERLINK "mailto:[email protected]?subject=help"mailto:[email protected]?subject= help ObjectWeb mailing lists service home page: HYPERLINK "http://www.objectweb.org/wws"http://www.objectweb.org/wws
--
Reclaim Your Inbox! HYPERLINK "http://www.mozilla.org/products/thunderbird"http://www.mozilla.org/products /thunderbird
-- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.405 / Virus Database: 268.11.7/435 - Release Date: 31/08/2006
-- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.405 / Virus Database: 268.11.7/435 - Release Date: 31/08/2006