<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>ydn-javascript at Yahoo! Groups</title>
    <link>http://tech.groups.yahoo.com/group/ydn-javascript/</link>
    <description>Yahoo! User Interface Library Group</description>

    <item>
      <title>Re: DT:How to after validating data in on cell fill another ....</title>
      <pubDate>Thu, 15 May 2008 22:11:58 GMT</pubDate>
      <dc:creator>d_adamkiewicz</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ydn-javascript/message/31040</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ydn-javascript/message/31040</guid>
      <description>... (and ... http://developer.yahoo.com/yui/docs/YAHOO.widget.DataTable.html#method_updateRow ... modified ... custom ... formatter will ... </description>
    </item>
    <item>
      <title>Re: Nested instances of TabView</title>
      <pubDate>Thu, 15 May 2008 21:35:38 GMT</pubDate>
      <dc:creator>ratioswitch</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ydn-javascript/message/31039</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ydn-javascript/message/31039</guid>
      <description>Now that I have my nested tabs displaying correctly (TabView), I want to place an icon next to the tab label only for the active tab. Manually I have done this</description>
    </item>
    <item>
      <title>Re: Displaying multiple data element in a single column in the DataT</title>
      <pubDate>Thu, 15 May 2008 20:38:52 GMT</pubDate>
      <dc:creator>brian_hargrove</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ydn-javascript/message/31038</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ydn-javascript/message/31038</guid>
      <description>Thanks Satyam! This help me figure out how to do it. Very easy but just wasn&#39;t seeing any examples of this. Here is some sample code of my formatter... var</description>
    </item>
    <item>
      <title>Changing site-wide font size and using the YUI css files (advanced q</title>
      <pubDate>Thu, 15 May 2008 20:26:45 GMT</pubDate>
      <dc:creator>Michael Hasenstein</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ydn-javascript/message/31037</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ydn-javascript/message/31037</guid>
      <description>Hi, I don&#39;t have a simple beginners question, I know CSS and the YUI CSS really well... but one issue irks me. I would like to use 14px as default size, not</description>
    </item>
    <item>
      <title>Re: Trying to test the upload advanced example code on my server...</title>
      <pubDate>Thu, 15 May 2008 20:18:42 GMT</pubDate>
      <dc:creator>Allen Rabinovich</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ydn-javascript/message/31036</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ydn-javascript/message/31036</guid>
      <description>Hi, In the updated version of the DataTable, you no longer need to pass an array to resultsList. So switch resultsList: [&quot;data&quot;] to resultsList: &quot;data&quot; That</description>
    </item>
    <item>
      <title>Sliders and Clicks in the Background</title>
      <pubDate>Thu, 15 May 2008 19:37:35 GMT</pubDate>
      <dc:creator>Bernd Schiffer</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ydn-javascript/message/31035</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ydn-javascript/message/31035</guid>
      <description>Hi. I build a horizontal dual slider and everything works very well so far.  I&#39;ve configured the slider and the slider&#39;s thumbs, so that the thumbs are not</description>
    </item>
    <item>
      <title>Is there a YUI widget to automatically add links to a page?</title>
      <pubDate>Thu, 15 May 2008 19:29:38 GMT</pubDate>
      <dc:creator>bakerpd_2000</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ydn-javascript/message/31034</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ydn-javascript/message/31034</guid>
      <description>Hi, We&#39;ve recently adopted YUI as a standard framework within our organization. I have a JS tool that uses an XML file to look for glossary terms on any given</description>
    </item>
    <item>
      <title>Re: Copying the inner HTML of a DIV to a Layout unit</title>
      <pubDate>Thu, 15 May 2008 19:20:40 GMT</pubDate>
      <dc:creator>spgarzon</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ydn-javascript/message/31033</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ydn-javascript/message/31033</guid>
      <description>The _page_ is reloading! Ok, yes, I see. Yes, returning false at the onClick event prevents the reloading, and the content stays put. Thanks Dav, I am learning</description>
    </item>
    <item>
      <title>Re: Copying the inner HTML of a DIV to a Layout unit</title>
      <pubDate>Thu, 15 May 2008 19:07:54 GMT</pubDate>
      <dc:creator>Dav Glass</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ydn-javascript/message/31032</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ydn-javascript/message/31032</guid>
      <description>spgarzon -- Layout is not re-rendering the page, the page is reloading ;) In the onMenuClick method, you are not stopping the mouseclick. Try returning false</description>
    </item>
    <item>
      <title>Re: Strange &#39;jump to top of page&#39; behavior in Firefox</title>
      <pubDate>Thu, 15 May 2008 19:00:02 GMT</pubDate>
      <dc:creator>Timothy Stone</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ydn-javascript/message/31031</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ydn-javascript/message/31031</guid>
      <description>... Any chance that the onclick handler in is an &quot;input type=&#39;image&#39;&quot;? The image input type (submit with a creative twist) does not support onclick. I don&#39;t</description>
    </item>
    <item>
      <title>Re: DataTable Sortable Columns - Totals for Last Row (no sort)</title>
      <pubDate>Thu, 15 May 2008 18:58:35 GMT</pubDate>
      <dc:creator>y_lsmith</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ydn-javascript/message/31030</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ydn-javascript/message/31030</guid>
      <description>... Another example using tfoot here: http://yuiblog.com/sandbox/yui/v251/examples/datatable/sort_vs_sum.html Satyam is right to point out that DataTable is</description>
    </item>
    <item>
      <title>Copying the inner HTML of a DIV to a Layout unit</title>
      <pubDate>Thu, 15 May 2008 18:56:06 GMT</pubDate>
      <dc:creator>spgarzon</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ydn-javascript/message/31029</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ydn-javascript/message/31029</guid>
      <description>... I have a onClick event in a menu item. The function perfomed on this onClick function copies the content from a hidden DIV to the DIV of the center unit of</description>
    </item>
    <item>
      <title>Re: server-side paging and RowsPerPageDropdown</title>
      <pubDate>Thu, 15 May 2008 18:53:26 GMT</pubDate>
      <dc:creator>y_lsmith</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ydn-javascript/message/31028</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ydn-javascript/message/31028</guid>
      <description>... The server response value for &quot;rpp&quot; is a string, not a number.  This will be accounted for in upcoming releases of DataTable, but for now, it should work</description>
    </item>
    <item>
      <title>Re: Layout inside a TabView div</title>
      <pubDate>Thu, 15 May 2008 18:38:20 GMT</pubDate>
      <dc:creator>spgarzon</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ydn-javascript/message/31027</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ydn-javascript/message/31027</guid>
      <description>Yes, you were right. First I transformed the entire-HTML-page into a fragment. Then I took the javascript from the second page to the main page, and had it</description>
    </item>
    <item>
      <title>Re: Strange &#39;jump to top of page&#39; behavior in Firefox</title>
      <pubDate>Thu, 15 May 2008 17:41:12 GMT</pubDate>
      <dc:creator>Dave</dc:creator>
      <link>http://tech.groups.yahoo.com/group/ydn-javascript/message/31025</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/ydn-javascript/message/31025</guid>
      <description>Strange.  There was a &#39;#&#39; in the href, to make the browser format it like a link.  I tried filling in a &#39;fakepage&#39; in there instead and clicking on the link</description>
    </item>

  </channel>
</rss>
<!-- wr1.grp.scd.yahoo.com uncompressed/chunked Thu May 15 15:21:46 PDT 2008 -->
