<?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</title><description></description><link>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf</link><language>en-us</language><lastBuildDate>Wed, 1 Sep 2010 16:22:23 +0200</lastBuildDate>
<item><title>Developing for an iPhone or iPad</title><pubDate>Wed, 8 Jul 2009 08:30:16 +0200</pubDate><description><![CDATA[ ==Tell the iPhone to use a fixed screen size== Found by Mark Hughes. <pre> <meta name="viewport" content="width=320; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" />
</pre> == iPhone example == By Mark Hughes, see ...]]></description><link>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Developing_for_an_iPhone_or_iPad</link><dc:subject>Mobile</dc:subject><dc:creator>Julian Buss</dc:creator><comments>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Developing_for_an_iPhone_or_iPad?opendocument&amp;comments</comments><guid isPermaLink="true">http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Developing_for_an_iPhone_or_iPad</guid><wfw:commentRss> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dxcomments/Developing_for_an_iPhone_or_iPad</wfw:commentRss><wfw:comment> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Developing_for_an_iPhone_or_iPad?opendocument&amp;comments</wfw:comment></item>
<item><title>Welcome</title><pubDate>Mon, 6 Apr 2009 11:38:08 +0200</pubDate><description><![CDATA[ ==Welcome to the YouAtNotes XPages Wiki== [[http://www.youatnotes.de|YouAtNotes] ] uses this Wiki to document numerous tips and tricks about XPages development. We use this Wiki in our development, but we decided to publish our findings so everyone can participate. The target audience are ...]]></description><link>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Welcome</link><dc:subject></dc:subject><dc:creator>Julian Buss</dc:creator><comments>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Welcome?opendocument&amp;comments</comments><guid isPermaLink="true">http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Welcome</guid><wfw:commentRss> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dxcomments/Welcome</wfw:commentRss><wfw:comment> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Welcome?opendocument&amp;comments</wfw:comment></item>
<item><title>Work with URLs</title><pubDate>Fri, 10 Apr 2009 18:06:10 +0200</pubDate><description><![CDATA[ Here is a list of useful URLs for XPages and Domino web development. ==XPages URLs== $$OpenDominoDocument.xsp?id=<UNID> Opens the document with the given UNID. Tries to find a suitable XPage for opening by using these rules: - Check if the document's form has the "open in XPage property"
- Check ...]]></description><link>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_URLs</link><dc:subject>UI</dc:subject><dc:creator>Julian Buss</dc:creator><comments>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_URLs?opendocument&amp;comments</comments><guid isPermaLink="true">http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_URLs</guid><wfw:commentRss> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dxcomments/Work_with_URLs</wfw:commentRss><wfw:comment> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_URLs?opendocument&amp;comments</wfw:comment></item>
[Replizier- oder Speicherkonflikt]<item><title>How to export to Excel or other formats</title><pubDate>Wed, 14 Apr 2010 15:41:25 +0200</pubDate><description><![CDATA[ ==Basic export== You can write data directly to the browser and tell him to download the data instead of displaying it. Here an example with an CSV-file: {code:} var exCon = facesContext.getExternalContext(); var writer = facesContext.getResponseWriter(); var response = exCon.getResponse(); ...]]></description><link>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/How_to_export_to_Excel_or_other_formats</link><dc:subject></dc:subject><dc:creator>Julian Buss</dc:creator><comments>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/How_to_export_to_Excel_or_other_formats?opendocument&amp;comments</comments><guid isPermaLink="true">http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/How_to_export_to_Excel_or_other_formats</guid><wfw:commentRss> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dxcomments/How_to_export_to_Excel_or_other_formats</wfw:commentRss><wfw:comment> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/How_to_export_to_Excel_or_other_formats?opendocument&amp;comments</wfw:comment></item>
<item><title>Work with events and partial or full refresh</title><pubDate>Fri, 11 Sep 2009 08:27:22 +0200</pubDate><description><![CDATA[ ==Run a partial update from client javascript== You can use the following function to trigger a partial update from client javascript {code:} XSP.partialRefreshPost(id); {code} "id" is the runtime ID of the control, that means you have to get it with "#{id:nameOfControl}". If you don't need to be ...]]></description><link>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_events_and_partial_or_full_refresh</link><dc:subject>Server JavaScript</dc:subject><dc:creator>Julian Buss</dc:creator><comments>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_events_and_partial_or_full_refresh?opendocument&amp;comments</comments><guid isPermaLink="true">http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_events_and_partial_or_full_refresh</guid><wfw:commentRss> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dxcomments/Work_with_events_and_partial_or_full_refresh</wfw:commentRss><wfw:comment> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_events_and_partial_or_full_refresh?opendocument&amp;comments</wfw:comment></item>
<item><title>Work with Dojo</title><pubDate>Mon, 6 Apr 2009 12:57:53 +0200</pubDate><description><![CDATA[ ==Include Dojo libraries== To use certain dojo functionalities like the dijit.dialog you have to inlcude them in your XPage, see [[http://www-10.lotus.com/ldd/ddwiki.nsf/dx/Client_Side_JavaScript_Libraries_in_XPages.htm]]. In short: add a new resource "dojo module" to your XPage and enter the name ...]]></description><link>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_Dojo</link><dc:subject>Dojo</dc:subject><dc:creator>Julian Buss</dc:creator><comments>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_Dojo?opendocument&amp;comments</comments><guid isPermaLink="true">http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_Dojo</guid><wfw:commentRss> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dxcomments/Work_with_Dojo</wfw:commentRss><wfw:comment> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_Dojo?opendocument&amp;comments</wfw:comment></item>
<item><title>Work with XPages in the Notes Client</title><pubDate>Fri, 30 Oct 2009 12:06:53 +0200</pubDate><description><![CDATA[ == where does the output of JavaScript print statements go== If you print out something from JavaScript, it is visible via help -> Support -> View Trace. As an alternative, you can start the client with "notes.exe -RPARAMS -console", then the print statements go to the console. ==How to see the ...]]></description><link>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_XPages_in_the_Notes_Client</link><dc:subject></dc:subject><dc:creator>Julian Buss</dc:creator><comments>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_XPages_in_the_Notes_Client?opendocument&amp;comments</comments><guid isPermaLink="true">http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_XPages_in_the_Notes_Client</guid><wfw:commentRss> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dxcomments/Work_with_XPages_in_the_Notes_Client</wfw:commentRss><wfw:comment> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_XPages_in_the_Notes_Client?opendocument&amp;comments</wfw:comment></item>
<item><title>Work with documents and fields on the XPage</title><pubDate>Mon, 6 Apr 2009 13:12:07 +0200</pubDate><description><![CDATA[ ==Get and set a field on the XPage== ===Server JS===
{code:}
getComponent("elementName").getValue(); getComponent("elementName").setValue("something"); {code} Note: you cannot access or set fields with visible=false. If you want to work with a field, but don't want to display it, give the field a ...]]></description><link>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_documents_and_fields_on_the_XPage</link><dc:subject>Server JavaScript</dc:subject><dc:creator>Julian Buss</dc:creator><comments>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_documents_and_fields_on_the_XPage?opendocument&amp;comments</comments><guid isPermaLink="true">http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_documents_and_fields_on_the_XPage</guid><wfw:commentRss> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dxcomments/Work_with_documents_and_fields_on_the_XPage</wfw:commentRss><wfw:comment> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Work_with_documents_and_fields_on_the_XPage?opendocument&amp;comments</wfw:comment></item>
<item><title>Browser compatibility</title><pubDate>Mon, 18 May 2009 20:48:44 +0200</pubDate><description><![CDATA[ ==Internet Explorer 8== IE 8 is supported since Domino 8.5.1. You can force IE8 to act like IE7 by using this code in beforeRenderResponse event: {code:} // first option uses compatibility mode, second option too but stronger
// X-UA-Compatible: IE=7
// X-UA-Compatible: IE=EmulateIE7
if ...]]></description><link>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Browser_compatibility</link><dc:subject>Getting ready for production</dc:subject><dc:creator>Julian Buss</dc:creator><comments>http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Browser_compatibility?opendocument&amp;comments</comments><guid isPermaLink="true">http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Browser_compatibility</guid><wfw:commentRss> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dxcomments/Browser_compatibility</wfw:commentRss><wfw:comment> http:/www.youatnotes.de/web/youatnotes/wiki-xpages.nsf/dx/Browser_compatibility?opendocument&amp;comments</wfw:comment></item>

</channel></rss>
