<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>YUILibrary.com :: All Posts</title>
<link>http://yuilibrary.com/forum/</link>
<description>YUI Library Forum Posts</description>
<pubDate>Mon, Mar 15th 2010 00:16 PST</pubDate>
<language>en</language>
<item>
   <title>Contributors Forum :: Re: Develop galllery components locally - Use YUI().add(...)</title>
   <topictitle>Develop galllery components locally - Use YUI().add(...)?</topictitle>
   <posttitle>Re: Develop galllery components locally - Use YUI().add(...)</posttitle>
   <link>http://yuilibrary.com/forum/viewtopic.php?p=10246#p10246</link>
   <pubDate>Mon, Mar 15th 2010 04:16 PST</pubDate>
   <dc:creator>davglass</dc:creator>
   <description><![CDATA[Mine are all in the official YUI source tree under sandbox:<br /><!-- m --><a class="postlink" href="http://github.com/yui/yui3/blob/master/sandbox/dd/sync.sh">http://github.com/yui/yui3/blob/master/ ... dd/sync.sh</a><!-- m -->]]></description>
</item>
<item>
   <title>Contributors Forum :: Re: Develop galllery components locally - Use YUI().add(...)</title>
   <topictitle>Develop galllery components locally - Use YUI().add(...)?</topictitle>
   <posttitle>Re: Develop galllery components locally - Use YUI().add(...)</posttitle>
   <link>http://yuilibrary.com/forum/viewtopic.php?p=10245#p10245</link>
   <pubDate>Sun, Mar 14th 2010 03:14 PST</pubDate>
   <dc:creator>bialecki</dc:creator>
   <description><![CDATA[Makes sense.  Any chance you can share the sync script you wrote?]]></description>
</item>
<item>
   <title>General :: Is YUI right for our project?</title>
   <topictitle>Is YUI right for our project?</topictitle>
   <posttitle>Is YUI right for our project?</posttitle>
   <link>http://yuilibrary.com/forum/viewtopic.php?p=10244#p10244</link>
   <pubDate>Sun, Mar 14th 2010 02:12 PST</pubDate>
   <dc:creator>egervari</dc:creator>
   <description><![CDATA[Hi,<br /><br />I developed a java-based application of mid-size. It uses spring 3.0, hibernate, freemarker and html/css. <br /><br />Now that the app has gone into production, there are a lot of new feature requests that require heavy visual interaction above an beyond the basic javascript I sprinkled throughout. <br /><br />I'm mainly a software framework designer, and a back-end person, so my knowledge of UI frameworks, libraries, concepts - and even jargon to some extent - is pretty limited. I know JavaScript, but I am not on the up-and-up when it comes to YUI 3.0 or any of the platform libraries.<br /><br />Some of the requirements are basic, like having dynamic, editable tables that makes changes to the server. Like, I need to edit values on the fly or delete them without page requests. These tables also need to support the ability to move rows to other rows (essentially visually reordering them).<br /><br />Others requirements are to have the user to take items from one box and move that item to another box, while having pretty tight &quot;snapping&quot; functionality that makes it easy. Another requirement is to draw arrows from some items and point them to other items.<br /><br />Is YUI the right tool for the job? How hard/long would it take to do these sorts of things? I am looking for fast development time, mainly because I want to do these requirements and just not be bothered with it. Like I said, I am not a UI guy.<br /><br />Is something like jquery or YUI better suited since an html/css layer is already built? Or would flex or javafx or something else be better?<br /><br />One of the reasons I want to move away from Javascript entirely is that IDEA has crappy support for it. Since the libraries are dynamically loaded, or they are included in other freemarker files... IDEA often does not know what YUI() is, or what the type the Y variable is. It also suggests way too many methods that are not at all correct.<br /><br />This is just not productive way to program in my opinion. I would have to learn all the method/objects, all of their signatures, and the order of parameters just to be productive. Frankly, I am worried I don't have that kind of time. <br /><br />I will basically implement this stuff, and most likely, will never touch it again and will move back to my comfy server-side way of life. So the fastest way to getting it done is in my best interest. LOL.<br /><br />Help? Suggestions?]]></description>
</item>
<item>
   <title>General :: Re: Combining YUI 2 with GPL code.</title>
   <topictitle>Combining YUI 2 with GPL code.</topictitle>
   <posttitle>Re: Combining YUI 2 with GPL code.</posttitle>
   <link>http://yuilibrary.com/forum/viewtopic.php?p=10243#p10243</link>
   <pubDate>Sun, Mar 14th 2010 02:07 PST</pubDate>
   <dc:creator>gejimenez</dc:creator>
   <description><![CDATA[Ok. <br />Thank you very much for your quick answer! On sunday !]]></description>
</item>
<item>
   <title>DataTable and DataSource :: Re: Nested DataTables (i.e. detail DT as a row within master</title>
   <topictitle>Nested DataTables (i.e. detail DT as a row within master DT)</topictitle>
   <posttitle>Re: Nested DataTables (i.e. detail DT as a row within master</posttitle>
   <link>http://yuilibrary.com/forum/viewtopic.php?p=10242#p10242</link>
   <pubDate>Sun, Mar 14th 2010 01:29 PST</pubDate>
   <dc:creator>stlsmiths</dc:creator>
   <description><![CDATA[Satyam, I looked at your demo at the link you provided, very nicely done!   I will try to incorporate your technique this <br />week.  Thanks again for the guidance on this.]]></description>
</item>
<item>
   <title>Using YUI 2.x Components :: Programmatically (i.e., dynamically) setting Layout width?</title>
   <topictitle>Programmatically (i.e., dynamically) setting Layout width?</topictitle>
   <posttitle>Programmatically (i.e., dynamically) setting Layout width?</posttitle>
   <link>http://yuilibrary.com/forum/viewtopic.php?p=10241#p10241</link>
   <pubDate>Sun, Mar 14th 2010 01:00 PST</pubDate>
   <dc:creator>Kovacs</dc:creator>
   <description><![CDATA[I have a Layout with Top, Center, and Right.<br /><br />For my particular application I require Center and Right to each have the same width, ideally 50% of the screen, so that the width of the Center is equal to the width of the Right.( I have `resize' and `collapse' set to false because the application is to simply display two files (PDF or text) side-by-side.)<br /><br />I'd like for the Center and Right widths to be the same regardless of the user's monitor settings (e.g., 1280px wide or 1600px wide or whatever). Yet all of the examples I've seen so far statically set the `width' as part of new YAHOO.widget.Layout(). Well that won't do in all cases.<br /><br />I tried using width: '50%' but that did not work. (How come? That would be the simplest solution in this case.)<br /><br />Then I tried doing this in Event.onDOMReady:<br /><br />var halfwidth = Math.floor(Dom.getClientWidth() / 2);<br /><br />then in units:, using `width: halfwidth'<br /><br />That actually worked -- until I manually altered the value of halfwidth (as an experiment), e.g., halfwidth = '600px'; (or halfwidth = 600;) -- none of which worked. (Center became quite wide while Right was quite narrow -- about 116 pixels.) I even tried:<br /><br />halfwidth = 600; along with width: halfwidth + 'px' -- still no joy.<br /><br />So--what's the best way to set the Center and Right widths to 50% for all monitors?]]></description>
</item>
<item>
   <title>Using YUI 2.x Components :: Re: Extending TabView and RTE</title>
   <topictitle>Extending TabView and RTE</topictitle>
   <posttitle>Re: Extending TabView and RTE</posttitle>
   <link>http://yuilibrary.com/forum/viewtopic.php?p=10240#p10240</link>
   <pubDate>Sat, Mar 13th 2010 23:15 PST</pubDate>
   <dc:creator>blyssy</dc:creator>
   <description><![CDATA[That did the trick.  I am more of a php/C/C++ kinda guy but now venturing in new territory.  Thanks for the help.]]></description>
</item>
<item>
   <title>General :: Re: Combining YUI 2 with GPL code.</title>
   <topictitle>Combining YUI 2 with GPL code.</topictitle>
   <posttitle>Re: Combining YUI 2 with GPL code.</posttitle>
   <link>http://yuilibrary.com/forum/viewtopic.php?p=10239#p10239</link>
   <pubDate>Sat, Mar 13th 2010 23:10 PST</pubDate>
   <dc:creator>davglass</dc:creator>
   <description><![CDATA[You should be free to include YUI in any application as long as our licensing remains inside the files (which are there by default).]]></description>
</item>
<item>
   <title>Using YUI 2.x Components :: Re: Extending TabView and RTE</title>
   <topictitle>Extending TabView and RTE</topictitle>
   <posttitle>Re: Extending TabView and RTE</posttitle>
   <link>http://yuilibrary.com/forum/viewtopic.php?p=10238#p10238</link>
   <pubDate>Sat, Mar 13th 2010 23:07 PST</pubDate>
   <dc:creator>davglass</dc:creator>
   <description><![CDATA[Here is a modified version of your example:<br /><br /><!-- m --><a class="postlink" href="http://gist.github.com/332161">http://gist.github.com/332161</a><!-- m -->]]></description>
</item>
<item>
   <title>Using YUI 2.x Components :: Re: Extending TabView and RTE</title>
   <topictitle>Extending TabView and RTE</topictitle>
   <posttitle>Re: Extending TabView and RTE</posttitle>
   <link>http://yuilibrary.com/forum/viewtopic.php?p=10237#p10237</link>
   <pubDate>Sat, Mar 13th 2010 23:02 PST</pubDate>
   <dc:creator>blyssy</dc:creator>
   <description><![CDATA[Thanks for the correction on the RTE.  I know this is more of a javascript question but is there a way to auto increment so each iteration can be unique?]]></description>
</item>
<item>
   <title>Using YUI 2.x Components :: Re: Extending TabView and RTE</title>
   <topictitle>Extending TabView and RTE</topictitle>
   <posttitle>Re: Extending TabView and RTE</posttitle>
   <link>http://yuilibrary.com/forum/viewtopic.php?p=10236#p10236</link>
   <pubDate>Sat, Mar 13th 2010 22:58 PST</pubDate>
   <dc:creator>davglass</dc:creator>
   <description><![CDATA[You can only have one element on a page with a given ID. You are putting a TEXTAREA into the page with the ID of &quot;editor&quot; and the initial content of the TabView has a TEXTAREA with the ID of &quot;editor&quot;, so it will only use the first one found.<br /><br />Give your new TEXTAREA a different ID and it should work.<br /><br />On a side note, it's RTE as in &quot;Rich Text Editor&quot; <img src="http://yuilibrary.com/forum/images/smilies/icon_e_wink.gif" alt=";)" title="Wink" />]]></description>
</item>
<item>
   <title>Using YUI 3.x Components :: Re: Href action cancel with dynamic onclick</title>
   <topictitle>Href action cancel with dynamic onclick</topictitle>
   <posttitle>Re: Href action cancel with dynamic onclick</posttitle>
   <link>http://yuilibrary.com/forum/viewtopic.php?p=10235#p10235</link>
   <pubDate>Sat, Mar 13th 2010 22:55 PST</pubDate>
   <dc:creator>davglass</dc:creator>
   <description><![CDATA[Your issue is that you are passing the event's target to LinkLabel_Clicked and not the actual event.<br /><br />If you passed only the event, you can call :<br /><div class="codetitle"><b>Code:</b></div><div class="codecontent">event.halt();<br /></div>]]></description>
</item>
<item>
   <title>Using YUI 2.x Components :: Extending TabView and RTE</title>
   <topictitle>Extending TabView and RTE</topictitle>
   <posttitle>Extending TabView and RTE</posttitle>
   <link>http://yuilibrary.com/forum/viewtopic.php?p=10234#p10234</link>
   <pubDate>Sat, Mar 13th 2010 22:55 PST</pubDate>
   <dc:creator>blyssy</dc:creator>
   <description><![CDATA[I am going by the examples for getting the RTF Editor in one of the tabs in TabView and that is working.  I also added an add tab button and would like to place an RTF editor as the content for each newly created tab.  I modified the code to be<br /><br />&lt;script&gt;<br />(function() {<br />    var tabView = new YAHOO.widget.TabView('demo');<br />    <br />    var addTab = function() {<br />        var labelText = window.prompt('enter the tab label');<br />		<br />		var content = '&lt;p align=&quot;center&quot;&gt;&lt;textarea id=&quot;editor&quot; name=&quot;editor&quot; rows=&quot;20&quot; cols=&quot;75&quot;&gt;Enter your content here.&lt;/textarea&gt;&lt;/p&gt;'<br />		    <br />        if (labelText) {<br />			var Dom = YAHOO.util.Dom,<br />            Event = YAHOO.util.Event;<br />    <br />            var myConfig = {<br />                  height: '300px',<br />                  width: '600px',<br />                  dompath: true,<br />                  focusAtStart: true<br />            };<br />		<br />            var Dom = YAHOO.util.Dom,<br />                Event = YAHOO.util.Event;<br />    <br />            var myConfig = {<br />                height: '500px',<br />                width: '900px',<br />                dompath: true,<br />                focusAtStart: true<br />            };<br /><br />            YAHOO.log('Create the Editor..', 'info', 'example');<br />            var myEditor = new YAHOO.widget.Editor('editor', myConfig);<br />            myEditor._defaultToolbar.buttonType = 'advanced';<br />            myEditor.render();<br />	<br />            tabView.addTab( new YAHOO.widget.Tab({ label: labelText, content: content }) );<br />        }<br />    };<br />	<br />    var button = document.createElement('button');<br />    button.innerHTML = 'add tab';<br /><br />    YAHOO.util.Event.on(button, 'click', addTab);<br />    tabView.appendChild(button);<br /><br />    YAHOO.log(&quot;The example has finished loading; as you interact with it, you'll see log messages appearing here.&quot;, &quot;info&quot;, &quot;example&quot;);<br />})();<br />&lt;/script&gt;<br /><br />The problem is that the RTF editor gets created on the first new tab but not on the newly created tabs thereafter.  What am I missing.  Thanks for the help.]]></description>
</item>
<item>
   <title>Contributors Forum :: Re: Develop galllery components locally - Use YUI().add(...)</title>
   <topictitle>Develop galllery components locally - Use YUI().add(...)?</topictitle>
   <posttitle>Re: Develop galllery components locally - Use YUI().add(...)</posttitle>
   <link>http://yuilibrary.com/forum/viewtopic.php?p=10233#p10233</link>
   <pubDate>Sat, Mar 13th 2010 22:53 PST</pubDate>
   <dc:creator>davglass</dc:creator>
   <description><![CDATA[I use option 1, I wrap all the modules in my sandbox environment. Then I have a sync.sh script that copies the files over to the proper src directory and removed the YUI.add call.<br /><br />From there I can run [ant all] and use the build system to build it and then test it before committing it.<br /><br />Make sense?]]></description>
</item>
<item>
   <title>Contributors Forum :: Develop galllery components locally - Use YUI().add(...)?</title>
   <topictitle>Develop galllery components locally - Use YUI().add(...)?</topictitle>
   <posttitle>Develop galllery components locally - Use YUI().add(...)?</posttitle>
   <link>http://yuilibrary.com/forum/viewtopic.php?p=10232#p10232</link>
   <pubDate>Sat, Mar 13th 2010 20:47 PST</pubDate>
   <dc:creator>bialecki</dc:creator>
   <description><![CDATA[I'm developing a few components and I'm wondering how other folks develop them versus check them in.  More specifically, I notice all of the built components don't have the YUI().add(&quot;gallery-component&quot;) bit, which makes sense, but obviously isn't going to work while I'm developing the component locally.  So what do folks do?  I can see two obvious things:<br /><br />1. Develop with the YUI().add() wrapper and then remove it before committing.<br />2. Use the YUI Builder or something like that to build each time you make changes to your code and then work off the built version.<br /><br />I might've missed this in the documentation, but which do folks prefer and/or what's the prescribed approach?]]></description>
</item>
<item>
   <title>General :: Combining YUI 2 with GPL code.</title>
   <topictitle>Combining YUI 2 with GPL code.</topictitle>
   <posttitle>Combining YUI 2 with GPL code.</posttitle>
   <link>http://yuilibrary.com/forum/viewtopic.php?p=10231#p10231</link>
   <pubDate>Sat, Mar 13th 2010 18:54 PST</pubDate>
   <dc:creator>gejimenez</dc:creator>
   <description><![CDATA[Hi all:<br /><br />  It is possible to combine the YUI 2 with a &quot;GPL 2 or any later version&quot; PHP web app?<br /><br />Thanks in advance!]]></description>
</item>
<item>
   <title>Using YUI 3.x Components :: Href action cancel with dynamic onclick</title>
   <topictitle>Href action cancel with dynamic onclick</topictitle>
   <posttitle>Href action cancel with dynamic onclick</posttitle>
   <link>http://yuilibrary.com/forum/viewtopic.php?p=10230#p10230</link>
   <pubDate>Sun, Mar 14th 2010 04:37 PST</pubDate>
   <dc:creator>burnersk</dc:creator>
   <description><![CDATA[Hi,<br /><br />how do I realize the ability to cancel a href action by an dynamically added YUI3 onclick event?<br />Please refer to my real world example:<br /><br /><span style="font-weight: bold">HTML</span><div class="codetitle"><b>Code:</b></div><div class="codecontent">&lt;html&gt;<br />&nbsp; &nbsp;&lt;body&gt;<br />&nbsp; &nbsp;&nbsp; &nbsp;&lt;a href=&quot;example.com&quot; class=&quot;LinkLabel_External&quot;&gt;example.com&lt;/a&gt;<br />&nbsp; &nbsp;&lt;/body&gt;<br />&lt;/html&gt;</div><br /><br /><span style="font-weight: bold">JavaScript</span><div class="codetitle"><b>Code:</b></div><div class="codecontent">function Body_Load() {<br />&nbsp; &nbsp;YUI().use( 'node', function( Y ) {<br />&nbsp; &nbsp;&nbsp; &nbsp;var nodes = Y.all( 'a' );<br />&nbsp; &nbsp;&nbsp; &nbsp;var onClick = function( e ) {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return LinkLabel_Clicked( e.currentTarget );<br />&nbsp; &nbsp;&nbsp; &nbsp;};<br />&nbsp; &nbsp;&nbsp; &nbsp;nodes.on( 'click', onClick );<br />&nbsp; &nbsp;} );<br />}<br /><br />function LinkLabel_Clicked( LinkLabel ) {<br />&nbsp; &nbsp;var LinkLabel_URL = LinkLabel.getAttribute( 'href' );<br />&nbsp; &nbsp;var LinkLabel_Class = LinkLabel.getAttribute( 'class' );<br />&nbsp; &nbsp;if( LinkLabel_Class == null ) { LinkLabel_Class = ''; }<br />&nbsp; &nbsp;if( LinkLabel_Class.match( /LinkLabel_External/ ) ) {<br />&nbsp; &nbsp;&nbsp; &nbsp;/* externer Link - im neuen Fenster öffnen&nbsp; &nbsp;*/<br />&nbsp; &nbsp;&nbsp; &nbsp;window.open( LinkLabel_URL, LinkLabel.id, '' );<br />&nbsp; &nbsp;&nbsp; &nbsp;return false;<br />&nbsp; &nbsp;}<br />&nbsp; &nbsp;else if( LinkLabel_Class.match( /LinkLabel_Demand/ ) ) {<br />&nbsp; &nbsp;&nbsp; &nbsp;/* interner onDemand Link - Teilseite in aktuelle Seite laden&nbsp; &nbsp;*/<br />&nbsp; &nbsp;&nbsp; &nbsp;return false;<br />&nbsp; &nbsp;}<br />&nbsp; &nbsp;else {<br />&nbsp; &nbsp;&nbsp; &nbsp;/* interner Link - normal laden&nbsp; &nbsp;*/<br />&nbsp; &nbsp;&nbsp; &nbsp;return true;<br />&nbsp; &nbsp;}<br />}</div>]]></description>
</item>
<item>
   <title>General :: Re: What is a editor to work with JavaScript/YUI?</title>
   <topictitle>What is a editor to work with JavaScript/YUI?</topictitle>
   <posttitle>Re: What is a editor to work with JavaScript/YUI?</posttitle>
   <link>http://yuilibrary.com/forum/viewtopic.php?p=10229#p10229</link>
   <pubDate>Sat, Mar 13th 2010 18:39 PST</pubDate>
   <dc:creator>egervari</dc:creator>
   <description><![CDATA[Hrm, I guess some people decided on eclipse, but it would seem that 3.0 support is pretty minimal.<br /><br />The main problem I have is that I use freemarker as way to template out common html segments. So I will probably import YUI in a totally different part of the freemarker files than the section I'm working on. IDEA has no such concept that YUI even exists, let alone what Y is or anything else.<br /><br />The other problem with IDEA is that it suggests way too many methods... when 99% of them can't possibly be correct. For example, typing Y.use... will cause IDEA to think I want the use function inside of jquery.<br /><br />I guess IDEA is just really bad at knowing what type of an object Y really is... so it just assumes that it can be anything. Navigating the list of options is a huge pain since there are just so many to choose from. I am not a JavaScript expert. I just don't work in it every day... so tool support is critical to working efficiently with YUI or JavaScript.<br /><br />I was thinking I could sprinkle some YUI here and there, but it might be more difficult since I will really have to become proficient with YUI and JavaScript.]]></description>
</item>
<item>
   <title>General :: Re: What is a editor to work with JavaScript/YUI?</title>
   <topictitle>What is a editor to work with JavaScript/YUI?</topictitle>
   <posttitle>Re: What is a editor to work with JavaScript/YUI?</posttitle>
   <link>http://yuilibrary.com/forum/viewtopic.php?p=10228#p10228</link>
   <pubDate>Sat, Mar 13th 2010 17:18 PST</pubDate>
   <dc:creator>Satake</dc:creator>
   <description><![CDATA[<a href="http://yuilibrary.com/forum/viewtopic.php?f=18&amp;t=786" class="postlink">here's a thread</a> on that subject]]></description>
</item>
<item>
   <title>General :: What is a editor to work with JavaScript/YUI?</title>
   <topictitle>What is a editor to work with JavaScript/YUI?</topictitle>
   <posttitle>What is a editor to work with JavaScript/YUI?</posttitle>
   <link>http://yuilibrary.com/forum/viewtopic.php?p=10227#p10227</link>
   <pubDate>Sun, Mar 14th 2010 04:43 PST</pubDate>
   <dc:creator>egervari</dc:creator>
   <description><![CDATA[I'm from the java world who would like to use yui 3.0. I typically use IntelliJ IDEA for all of my work, but I find working with JavaScript to be a pain in IDEA. Are there any better tools for working with JavaScript and YUI?]]></description>
</item>
<item>
   <title>Using YUI 2.x Components :: Saving Changed TabView Data</title>
   <topictitle>Saving Changed TabView Data</topictitle>
   <posttitle>Saving Changed TabView Data</posttitle>
   <link>http://yuilibrary.com/forum/viewtopic.php?p=10226#p10226</link>
   <pubDate>Sat, Mar 13th 2010 01:22 PST</pubDate>
   <dc:creator>blyssy</dc:creator>
   <description><![CDATA[I am kinda new to YUI but the answer has not jumped out at me.<br /><br />I have a site that will create an html file with 2 tabs using TabView along with a button to add a new tab.  The user will then use the TabView add button to add to the number of tabs.  How do I get what user changed saved back to the original html file?]]></description>
</item>
<item>
   <title>Using YUI 3.x Components :: DataScheme on XML - how?</title>
   <topictitle>DataScheme on XML - how?</topictitle>
   <posttitle>DataScheme on XML - how?</posttitle>
   <link>http://yuilibrary.com/forum/viewtopic.php?p=10225#p10225</link>
   <pubDate>Fri, Mar 12th 2010 20:04 PST</pubDate>
   <dc:creator>henk</dc:creator>
   <description><![CDATA[Somehow, I do not understand the functionality behind DataScheme. Look at the following code snippet:<br /><div class="codetitle"><b>Code:</b></div><div class="codecontent">xmlDoc = Y.DataType.XML.parse(xml);<br />key = &quot;Country&quot;;<br />locator = &quot;City&quot;;<br />xmlSchema = { resultListLocator: locator, resultFields: &#91;key&#93; };<br />result = Y.DataScheme.XML.apply(xmlSchema, xmlDoc);<br /></div><br /><br />Using the following XML in the xml parameter:<br /><div class="codetitle"><b>Code:</b></div><div class="codecontent">&lt;Country&gt;<br />&nbsp; &lt;City&gt;Paris&lt;/City&gt;<br />&lt;/Country&gt;<br />&lt;Country&gt;<br />&nbsp; &lt;City&gt;London&lt;/City&gt;<br />&lt;/Country&gt;<br /></div><br />I get both cities in the result object. However, using the following XML:<br /><div class="codetitle"><b>Code:</b></div><div class="codecontent">&lt;Country&gt;<br />&nbsp; &lt;City&gt;Paris&lt;/City&gt;<br />&nbsp; &lt;City&gt;London&lt;/City&gt;<br />&lt;/Country&gt;<br /></div><br />I just get one - the last one (London). Why? What do I fail to understand?]]></description>
</item>
<item>
   <title>DataTable and DataSource :: Re: Nested DataTables (i.e. detail DT as a row within master</title>
   <topictitle>Nested DataTables (i.e. detail DT as a row within master DT)</topictitle>
   <posttitle>Re: Nested DataTables (i.e. detail DT as a row within master</posttitle>
   <link>http://yuilibrary.com/forum/viewtopic.php?p=10224#p10224</link>
   <pubDate>Fri, Mar 12th 2010 19:17 PST</pubDate>
   <dc:creator>Satyam</dc:creator>
   <description><![CDATA[I build an example of nested DataTables:<br /><br /><!-- m --><a class="postlink" href="http://www.satyam.com.ar/yui/2.8.0/nested.html">http://www.satyam.com.ar/yui/2.8.0/nested.html</a><!-- m -->]]></description>
</item>
<item>
   <title>Using YUI 2.x Components :: Re: Addressing Cell Data</title>
   <topictitle>Addressing Cell Data</topictitle>
   <posttitle>Re: Addressing Cell Data</posttitle>
   <link>http://yuilibrary.com/forum/viewtopic.php?p=10223#p10223</link>
   <pubDate>Fri, Mar 12th 2010 19:15 PST</pubDate>
   <dc:creator>Satyam</dc:creator>
   <description><![CDATA[In resetForm and getInputValue you can do:<br /><br />resetForm : function() {<br />this.rte.setEditorHTML( this.value);<br />},<br />getInputValue : function() {<br />return this.rte.getEditorHTML();<br />}<br /><br />As you see in neither of them is the textarea invoved at all.<br /><br />I don't really know how the sequence of method calls to cell editor goes I would just try with show() either in move or focus, if it is needed at all.  Since your code obviously works, I don't think it is needed.]]></description>
</item>
<item>
   <title>Using YUI 3.x Components :: Re: 3.1.0PR1 DD Examples fail in Opera 10.5</title>
   <topictitle>3.1.0PR1 DD Examples fail in Opera 10.5</topictitle>
   <posttitle>Re: 3.1.0PR1 DD Examples fail in Opera 10.5</posttitle>
   <link>http://yuilibrary.com/forum/viewtopic.php?p=10222#p10222</link>
   <pubDate>Fri, Mar 12th 2010 19:01 PST</pubDate>
   <dc:creator>zmische</dc:creator>
   <description><![CDATA[Fillled a ticket.]]></description>
</item>
 </channel>
</rss>
<!-- File Generated: Mon, 15 Mar 2010 00:16:30 +0000 -->