<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0"
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
 xmlns:admin="http://webns.net/mvcb/"
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns:content="http://purl.org/rss/1.0/modules/content/"
 xmlns:wfw="http://wellformedweb.org/CommentAPI/">
<channel><title>YouAtNotes XPages Wiki | Comments</title><description></description><link>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf</link><language>en-us</language><lastBuildDate>Thu, 15 Jul 2010 07:50:15 +0200</lastBuildDate>
<item>
<title>Special chars and escaping</title>
<pubDate>Thu, 15 Jul 2010 07:50:15 +0200</pubDate>
<dc:creator>Anonymous</dc:creator>
<dc:subject>Special chars and escaping</dc:subject>
<description><![CDATA[Exactly what I was looking for, thanks]]></description>
<content:encoded><![CDATA[Exactly what I was looking for, thanks]]></content:encoded>
<link>dx/Special_chars_and_escaping?opendocument&amp;comments#15.07.2010075015DOM8UZ.htm</link>
</item>
<item>
<title>Work with repeat controls</title>
<pubDate>Fri, 4 Jun 2010 07:14:41 +0200</pubDate>
<dc:creator>Anonymous</dc:creator>
<dc:subject>Work with repeat controls</dc:subject>
<description><![CDATA[]]></description>
<content:encoded><![CDATA[]]></content:encoded>
<link>dx/Work_with_repeat_controls?opendocument&amp;comments#04.06.2010071441DOM86S.htm</link>
</item>
<item>
<title>Work with repeat controls</title>
<pubDate>Fri, 4 Jun 2010 07:14:33 +0200</pubDate>
<dc:creator>Anonymous</dc:creator>
<dc:subject>Work with repeat controls</dc:subject>
<description><![CDATA[]]></description>
<content:encoded><![CDATA[]]></content:encoded>
<link>dx/Work_with_repeat_controls?opendocument&amp;comments#04.06.2010071433DOM86P.htm</link>
</item>
<item>
<title>Browser compatibility</title>
<pubDate>Thu, 27 May 2010 20:47:35 +0200</pubDate>
<dc:creator>Julian Buss</dc:creator>
<dc:subject>Browser compatibility</dc:subject>
<description><![CDATA[fixed, thanks!]]></description>
<content:encoded><![CDATA[fixed, thanks!]]></content:encoded>
<link>dx/Browser_compatibility?opendocument&amp;comments#27.05.2010204735JBUQ2U.htm</link>
</item>
<item>
<title>Browser compatibility</title>
<pubDate>Wed, 26 May 2010 15:37:08 +0200</pubDate>
<dc:creator>Anonymous</dc:creator>
<dc:subject>Browser compatibility</dc:subject>
<description><![CDATA[In the theme code** match("iPhone") should read match('iPhone')]]></description>
<content:encoded><![CDATA[In the theme code** match("iPhone") should read match('iPhone')]]></content:encoded>
<link>dx/Browser_compatibility?opendocument&amp;comments#26.05.2010153708DOMHYS.htm</link>
</item>
<item>
<title>Working with oneUI theme</title>
<pubDate>Sun, 11 Apr 2010 20:37:16 +0200</pubDate>
<dc:creator>Julian Buss</dc:creator>
<dc:subject>Working with oneUI theme</dc:subject>
<description><![CDATA[thanks for the hint, I updated the page and included a new link to a new OpenNTF project.]]></description>
<content:encoded><![CDATA[thanks for the hint, I updated the page and included a new link to a new OpenNTF project.]]></content:encoded>
<link>dx/Working_with_oneUI_theme?opendocument&amp;comments#11.04.2010203716JBUPUD.htm</link>
</item>
<item>
<title>Work with documents and fields on the XPage</title>
<pubDate>Sun, 11 Apr 2010 20:28:53 +0200</pubDate>
<dc:creator>Julian Buss</dc:creator>
<dc:subject>Work with documents and fields on the XPage</dc:subject>
<description><![CDATA[one possiblity is to use the "currentDocument" data source, it's always there and points to the current document data source. <br /><br />If you have more than one document data source on your xpage, you can throw it into a scope variable and get it back from the scope in your custom control.]]></description>
<content:encoded><![CDATA[one possiblity is to use the "currentDocument" data source, it's always there and points to the current document data source. <br /><br />If you have more than one document data source on your xpage, you can throw it into a scope variable and get it back from the scope in your custom control.]]></content:encoded>
<link>dx/Work_with_documents_and_fields_on_the_XPage?opendocument&amp;comments#11.04.2010202853JBUPP6.htm</link>
</item>
<item>
<title>Working with oneUI theme</title>
<pubDate>Mon, 5 Apr 2010 20:23:56 +0200</pubDate>
<dc:creator>Anonymous</dc:creator>
<dc:subject>Working with oneUI theme</dc:subject>
<description><![CDATA[The OpenNTF link doesn't work.]]></description>
<content:encoded><![CDATA[The OpenNTF link doesn't work.]]></content:encoded>
<link>dx/Working_with_oneUI_theme?opendocument&amp;comments#05.04.2010202356DOMPL2.htm</link>
</item>
<item>
<title>Work with documents and fields on the XPage</title>
<pubDate>Thu, 25 Mar 2010 11:07:28 +0200</pubDate>
<dc:creator>Anonymous</dc:creator>
<dc:subject>Work with documents and fields on the XPage</dc:subject>
<description><![CDATA[I created a standard control for all addresses (street, town, country and so on)<br /><br />I want now use it into various Xpages working on various type of documents (customer, persons, commands, projects) needing an address.<br /><br /><br /><br />How can I bind the document fields (they may have a different name from those of the control) and the fields of the control ?<br /><br /><br /><br />I try to add compositeData to the control giving the names of the document source fields. But it doesn't work.<br /><br /><br /><br />As the control is embedded into different Xpages, I want to be sure that the document binded in the control is the same one binded in the xpages (the submit button is in the xpage)<br /><br /><br /><br />If I get the notes document twice (once in the control and other in the xpage) , I guess I will get update conflicts, no ?<br /><br /><br /><br />And, if its possible this way, how can I give the good name fields to the control ?<br /><br /><br /><br />Thanks for response if there is...<br /><br />Pierre Frappé]]></description>
<content:encoded><![CDATA[I created a standard control for all addresses (street, town, country and so on)<br /><br />I want now use it into various Xpages working on various type of documents (customer, persons, commands, projects) needing an address.<br /><br /><br /><br />How can I bind the document fields (they may have a different name from those of the control) and the fields of the control ?<br /><br /><br /><br />I try to add compositeData to the control giving the names of the document source fields. But it doesn't work.<br /><br /><br /><br />As the control is embedded into different Xpages, I want to be sure that the document binded in the control is the same one binded in the xpages (the submit button is in the xpage)<br /><br /><br /><br />If I get the notes document twice (once in the control and other in the xpage) , I guess I will get update conflicts, no ?<br /><br /><br /><br />And, if its possible this way, how can I give the good name fields to the control ?<br /><br /><br /><br />Thanks for response if there is...<br /><br />Pierre Frappé]]></content:encoded>
<link>dx/Work_with_documents_and_fields_on_the_XPage?opendocument&amp;comments#25.03.2010110728DOMDVR.htm</link>
</item>
<item>
<title>How to use object oriented server side javascript</title>
<pubDate>Wed, 3 Feb 2010 07:36:01 +0200</pubDate>
<dc:creator>Julian Buss</dc:creator>
<dc:subject>How to use object oriented server side javascript</dc:subject>
<description><![CDATA[true, thanks.]]></description>
<content:encoded><![CDATA[true, thanks.]]></content:encoded>
<link>dx/How_to_use_object_oriented_server_side_javascript?opendocument&amp;comments#03.02.2010073601JBU9RM.htm</link>
</item>
<item>
<title>Work with documents and fields on the XPage</title>
<pubDate>Tue, 26 Jan 2010 21:29:06 +0200</pubDate>
<dc:creator>Anonymous</dc:creator>
<dc:subject>Work with documents and fields on the XPage</dc:subject>
<description><![CDATA[Could I suggest adding to the "Client JS" paragraph of the "Get and set a field on the XPage" section the use of <br /><br /><br /><br />document.getElementById("#{id:elementID}").innerHTML;<br /><br /><br /><br />to access a Computed Field's value.<br /><br /><br /><br />Thank you for a wonderful XPages resource. Jerry Shelley.]]></description>
<content:encoded><![CDATA[Could I suggest adding to the "Client JS" paragraph of the "Get and set a field on the XPage" section the use of <br /><br /><br /><br />document.getElementById("#{id:elementID}").innerHTML;<br /><br /><br /><br />to access a Computed Field's value.<br /><br /><br /><br />Thank you for a wonderful XPages resource. Jerry Shelley.]]></content:encoded>
<link>dx/Work_with_documents_and_fields_on_the_XPage?opendocument&amp;comments#26.01.2010212906DOMS2A.htm</link>
</item>
<item>
<title>How to use object oriented server side javascript</title>
<pubDate>Fri, 22 Jan 2010 17:56:53 +0200</pubDate>
<dc:creator>Anonymous</dc:creator>
<dc:subject>How to use object oriented server side javascript</dc:subject>
<description><![CDATA[First example should be something like:<br /><br />function myClass(param1, param2) {<br /><br /> var private_member1 = param1;<br /><br /> var private_member2 = param2;<br /><br />]]></description>
<content:encoded><![CDATA[First example should be something like:<br /><br />function myClass(param1, param2) {<br /><br /> var private_member1 = param1;<br /><br /> var private_member2 = param2;<br /><br />]]></content:encoded>
<link>dx/How_to_use_object_oriented_server_side_javascript?opendocument&amp;comments#22.01.2010175653DOMMVN.htm</link>
</item>
<item>
<title>Work with a file upload and download controls</title>
<pubDate>Sat, 2 Jan 2010 14:34:04 +0200</pubDate>
<dc:creator>Anonymous</dc:creator>
<dc:subject>Work with a file upload and download controls</dc:subject>
<description><![CDATA[1024 is the default, set manually a larger value.<br /><br />cdkeito]]></description>
<content:encoded><![CDATA[1024 is the default, set manually a larger value.<br /><br />cdkeito]]></content:encoded>
<link>dx/Work_with_a_file_upload_and_download_controls?opendocument&amp;comments#02.01.2010143404DOMHWV.htm</link>
</item>
<item>
<title>Working with Java classes</title>
<pubDate>Wed, 18 Nov 2009 11:01:13 +0200</pubDate>
<dc:creator>Julian Buss</dc:creator>
<dc:subject>Working with Java classes</dc:subject>
<description><![CDATA[none I am aware of, but you can use Java classes from inside server side javascript, the mindoo blog has some stuff about that: http://www.mindoo.com/web/blog.nsf]]></description>
<content:encoded><![CDATA[none I am aware of, but you can use Java classes from inside server side javascript, the mindoo blog has some stuff about that: http://www.mindoo.com/web/blog.nsf]]></content:encoded>
<link>dx/Working_with_Java_classes?opendocument&amp;comments#18.11.2009110113JBUDRW.htm</link>
</item>
<item>
<title>Working with Java classes</title>
<pubDate>Thu, 29 Oct 2009 16:40:06 +0200</pubDate>
<dc:creator>Anonymous</dc:creator>
<dc:subject>Working with Java classes</dc:subject>
<description><![CDATA[Any possibility to uses Java classes defined in Java script libraries ?]]></description>
<content:encoded><![CDATA[Any possibility to uses Java classes defined in Java script libraries ?]]></content:encoded>
<link>dx/Working_with_Java_classes?opendocument&amp;comments#29.10.2009164006DOMLDN.htm</link>
</item>
<item>
<title>Work with Dojo</title>
<pubDate>Sun, 25 Oct 2009 00:18:52 +0200</pubDate>
<dc:creator>Julian Buss</dc:creator>
<dc:subject>Work with Dojo</dc:subject>
<description><![CDATA[Q1: no<br /><br />Q2: don't know any way to do that, perhaps via custom theme<br /><br />Q3: xpage -> all properties -> resources -> include new dojo resource]]></description>
<content:encoded><![CDATA[Q1: no<br /><br />Q2: don't know any way to do that, perhaps via custom theme<br /><br />Q3: xpage -> all properties -> resources -> include new dojo resource]]></content:encoded>
<link>dx/Work_with_Dojo?opendocument&amp;comments#25.10.2009001852JBUU6V.htm</link>
</item>
<item>
<title>Browser compatibility</title>
<pubDate>Sun, 25 Oct 2009 00:18:04 +0200</pubDate>
<dc:creator>Julian Buss</dc:creator>
<dc:subject>Browser compatibility</dc:subject>
<description><![CDATA[the solution is to use Domino 8.5.1. :-)]]></description>
<content:encoded><![CDATA[the solution is to use Domino 8.5.1. :-)]]></content:encoded>
<link>dx/Browser_compatibility?opendocument&amp;comments#25.10.2009001804JBUU6E.htm</link>
</item>
<item>
<title>Work with Dojo</title>
<pubDate>Sat, 24 Oct 2009 12:34:35 +0200</pubDate>
<dc:creator>Anonymous</dc:creator>
<dc:subject>Work with Dojo</dc:subject>
<description><![CDATA[Q1: Is it possible to disable dojo totally from an xpage and use jQuery instead?<br /><br />Q2: how can I disable all the default css loaded from an xpage<br /><br />Q3: what is best practice to include dojo based js scriptlibrary on a xpage]]></description>
<content:encoded><![CDATA[Q1: Is it possible to disable dojo totally from an xpage and use jQuery instead?<br /><br />Q2: how can I disable all the default css loaded from an xpage<br /><br />Q3: what is best practice to include dojo based js scriptlibrary on a xpage]]></content:encoded>
<link>dx/Work_with_Dojo?opendocument&amp;comments#24.10.2009123435DOMEEQ.htm</link>
</item>
<item>
<title>Browser compatibility</title>
<pubDate>Wed, 21 Oct 2009 19:15:08 +0200</pubDate>
<dc:creator>Anonymous</dc:creator>
<dc:subject>Browser compatibility</dc:subject>
<description><![CDATA[Hi, thank you for this info.<br /><br /><br /><br />I have used this code in my xpage and it's working fine, so now I can see it in IE 7 and 8, but I'm having issues with Firefox 3.5. Is there a similar solution for Firefox 3.5? Thank you!]]></description>
<content:encoded><![CDATA[Hi, thank you for this info.<br /><br /><br /><br />I have used this code in my xpage and it's working fine, so now I can see it in IE 7 and 8, but I'm having issues with Firefox 3.5. Is there a similar solution for Firefox 3.5? Thank you!]]></content:encoded>
<link>dx/Browser_compatibility?opendocument&amp;comments#21.10.2009191508DOMN92.htm</link>
</item>
<item>
<title>How to create a picklist style dialog</title>
<pubDate>Tue, 20 Oct 2009 10:31:33 +0200</pubDate>
<dc:creator>Anonymous</dc:creator>
<dc:subject>How to create a picklist style dialog</dc:subject>
<description><![CDATA[unfortunately that isn't the cause. but thanks for your answer]]></description>
<content:encoded><![CDATA[unfortunately that isn't the cause. but thanks for your answer]]></content:encoded>
<link>dx/How_to_create_a_picklist_style_dialog?opendocument&amp;comments#20.10.2009103133DOMBZT.htm</link>
</item>

</channel></rss>
