<?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>Thu, Sep 2nd 2010 20:34 PST</pubDate>
<language>en</language>
<item>
   <title>DataTable and DataSource :: Adding formatters and  sorter functions.</title>
   <topictitle>Adding formatters and  sorter functions.</topictitle>
   <posttitle>Adding formatters and  sorter functions.</posttitle>
   <link>http://yuilibrary.com/forum/viewtopic.php?p=16622#p16622</link>
   <pubDate>Thu, Sep 2nd 2010 00:33 PST</pubDate>
   <dc:creator>Misha79</dc:creator>
   <description><![CDATA[I have written  my formatters in a function form in MyList and add to DT like this-<br /><br />YAHOO.widget.DataTable.Formatter.MyFormatter = MyList.MyFormatter;<br /><br />Now i coded a Sorter function MySorter <br />and want to apply in the same way to DT.<br />YAHOO,widget.Column.sortOptions.sortfunction.mySorter=MyList.mySort<br /> wont work.<br />Is there any way to do this.]]></description>
</item>
<item>
   <title>Using YUI 2.x Components :: Re: YAHOO.widget.Editor  tab indexing</title>
   <topictitle>YAHOO.widget.Editor  tab indexing</topictitle>
   <posttitle>Re: YAHOO.widget.Editor  tab indexing</posttitle>
   <link>http://yuilibrary.com/forum/viewtopic.php?p=16621#p16621</link>
   <pubDate>Thu, Sep 2nd 2010 00:10 PST</pubDate>
   <dc:creator>alindberg</dc:creator>
   <description><![CDATA[Using a later version (2.6.0 vs 2.5.1) greatly alleviates this, as it appears to disable the tabindex for the toolbar buttons.<br /><br />I couldn't get the editor's focus method to work, (not very well versed in JS) but the later version's behavior is very acceptable.]]></description>
</item>
<item>
   <title>DataTable and DataSource :: Re: Sorting on DOB column</title>
   <topictitle>Sorting on DOB column</topictitle>
   <posttitle>Re: Sorting on DOB column</posttitle>
   <link>http://yuilibrary.com/forum/viewtopic.php?p=16620#p16620</link>
   <pubDate>Wed, Sep 1st 2010 23:34 PST</pubDate>
   <dc:creator>Misha79</dc:creator>
   <description><![CDATA[I am sorry about above reposting ,my brower was nt refreshed with updated posts.]]></description>
</item>
<item>
   <title>Using YUI 2.x Components :: Pie Chart with borders</title>
   <topictitle>Pie Chart with borders</topictitle>
   <posttitle>Pie Chart with borders</posttitle>
   <link>http://yuilibrary.com/forum/viewtopic.php?p=16619#p16619</link>
   <pubDate>Wed, Sep 1st 2010 23:12 PST</pubDate>
   <dc:creator>mjball</dc:creator>
   <description><![CDATA[Is there a way to style a PieChart so that there's a thin line between each series? Like this:<br /><img src="http://a.imageshack.us/img832/1338/yuipieexample.png" alt="Image" /><br /><br />It looks like the borderColor series style could work, but it doesn't.<br /><br />I'm looking for a solution of having multiple series of the same color, while still being able to distinguish them. I can alternate colors in my color array, but that only works if all the y-values are nonzero.]]></description>
</item>
<item>
   <title>DataTable and DataSource :: Re: Sorting on DOB column</title>
   <topictitle>Sorting on DOB column</topictitle>
   <posttitle>Re: Sorting on DOB column</posttitle>
   <link>http://yuilibrary.com/forum/viewtopic.php?p=16618#p16618</link>
   <pubDate>Wed, Sep 1st 2010 23:03 PST</pubDate>
   <dc:creator>Misha79</dc:creator>
   <description><![CDATA[Iapply parsing  -custom parser and it also changes the display on DT.<br />I dont want to change my output ,only fix sorting on Age/DOB columns.<br /><br />Should i use Custom Parser or Custom formatter or sorter .<br />Please suggest me.]]></description>
</item>
<item>
   <title>DataTable and DataSource :: Re: Sorting on DOB column</title>
   <topictitle>Sorting on DOB column</topictitle>
   <posttitle>Re: Sorting on DOB column</posttitle>
   <link>http://yuilibrary.com/forum/viewtopic.php?p=16617#p16617</link>
   <pubDate>Wed, Sep 1st 2010 22:19 PST</pubDate>
   <dc:creator>Satyam</dc:creator>
   <description><![CDATA[I gave you two options. If you can't parse it on  input then you have to provide an custom sort function:<br /><br /><!-- m --><a class="postlink" href="http://developer.yahoo.com/yui/datatable/#advancedsort">http://developer.yahoo.com/yui/datatable/#advancedsort</a><!-- m --><br /><br />How are you going to manage to compare those two pieces of information, I don't know, but that is not a DataTable issue.  If you can provide a reliable comparison function, DataTable will sort them nicely.]]></description>
</item>
<item>
   <title>DataTable and DataSource :: Re: Sorting on DOB column</title>
   <topictitle>Sorting on DOB column</topictitle>
   <posttitle>Re: Sorting on DOB column</posttitle>
   <link>http://yuilibrary.com/forum/viewtopic.php?p=16616#p16616</link>
   <pubDate>Wed, Sep 1st 2010 21:35 PST</pubDate>
   <dc:creator>Misha79</dc:creator>
   <description><![CDATA[It is designed to be like that and cant change the output/display format.<br /><br />If user can either DOB or age .and Table shows Age/Dob just as another column with other Name etc columns and it calculates age from DOB also.<br /><br />But when i sort on this column in DT shown,its basically shows incorrect order because of 2 formats<br />eg <br />10 ,40 ,55, 09/11/1955. should be order (asc) but i would take 09/11/1955 as string<br />as show it first - 09/11/1955 ,10,40,55]]></description>
</item>
<item>
   <title>DataTable and DataSource :: Re: Sorting on DOB column</title>
   <topictitle>Sorting on DOB column</topictitle>
   <posttitle>Re: Sorting on DOB column</posttitle>
   <link>http://yuilibrary.com/forum/viewtopic.php?p=16615#p16615</link>
   <pubDate>Wed, Sep 1st 2010 21:15 PST</pubDate>
   <dc:creator>Satyam</dc:creator>
   <description><![CDATA[You can use a custom sort function:<br /><br /><!-- m --><a class="postlink" href="http://developer.yahoo.com/yui/datatable/#advancedsort">http://developer.yahoo.com/yui/datatable/#advancedsort</a><!-- m --><br /><br />However, it might be better to parse your incoming data so it is presented consistently, either age or DOB and be rid of the issue from then on:<br /><br /><!-- m --><a class="postlink" href="http://developer.yahoo.com/yui/datasource/#parsers">http://developer.yahoo.com/yui/datasource/#parsers</a><!-- m --><br /><br />If you can tell ages from DOBs, you can do either one and I would prefer the later so you cut off that inconsistency right from the start, when you received the data.]]></description>
</item>
<item>
   <title>Using YUI 3.x Components :: jquery Slideshow in combo with YUI 3 ImageLoader</title>
   <topictitle>jquery Slideshow in combo with YUI 3 ImageLoader</topictitle>
   <posttitle>jquery Slideshow in combo with YUI 3 ImageLoader</posttitle>
   <link>http://yuilibrary.com/forum/viewtopic.php?p=16614#p16614</link>
   <pubDate>Wed, Sep 1st 2010 21:12 PST</pubDate>
   <dc:creator>vtol</dc:creator>
   <description><![CDATA[I am using a jquery based slideshow  with total 38 images. <br /><br />Since I removed any controls from the Slideshow and know the transient between slides. thereby able to predict when the images need to be available for the sideshow (of course connection speed/bandwidth is another factor) I would like to use YUI 3 ImageLoader to load the Sldeshow images in a delayed sequence. That way saving bandwith and speeding the initial page load.<br /><br />tested ImageLoader and it is is working fine. however and in order to prevent the entire Slideshow picture gallery to be downloaded initially it is necessary to remove the src attribute from the &lt;img&gt; elements inside the Slideshow container, else first all pictures are getting downloaded with the initial page load and then again in the delayed time sequence by ImageLoader, negating the idea of saving bandwith. yet the slideshow depends on the on the src attribute inside the html &lt;img&gt; elements, if removed it caused an error.<br /><br />hence the question whether and if so how it would be possible to parse the src attribute back from ImageLoader to the slideshow.<br /><br />any sound help/advise would be much appreciated.]]></description>
</item>
<item>
   <title>Using YUI 2.x Components :: Re: how to minify the accordionview file size</title>
   <topictitle>how to minify the accordionview file size</topictitle>
   <posttitle>Re: how to minify the accordionview file size</posttitle>
   <link>http://yuilibrary.com/forum/viewtopic.php?p=16613#p16613</link>
   <pubDate>Wed, Sep 1st 2010 21:11 PST</pubDate>
   <dc:creator>Satyam</dc:creator>
   <description><![CDATA[Use the YUI Compressor:<br /><br /><!-- m --><a class="postlink" href="http://developer.yahoo.com/yui/compressor/">http://developer.yahoo.com/yui/compressor/</a><!-- m --><br /><br />It works with any JavaScript or CSS file, it doesn't need to be related to YUI.]]></description>
</item>
<item>
   <title>DataTable and DataSource :: Sorting on DOB column</title>
   <topictitle>Sorting on DOB column</topictitle>
   <posttitle>Sorting on DOB column</posttitle>
   <link>http://yuilibrary.com/forum/viewtopic.php?p=16612#p16612</link>
   <pubDate>Wed, Sep 1st 2010 20:04 PST</pubDate>
   <dc:creator>Misha79</dc:creator>
   <description><![CDATA[I have a requirement where my Datatable has a column called AGe/DOb .<br />For some persons it stores dob and for ome it has age.<br />Now it has sorter in paginator but it confuese between full date format and age  and shows incoreect order between both formats.<br /><br />I have to make changes on client side to fix sorting.<br />would it be custom date formatter and how?<br />I dont want to change data or data format ,just sorting.]]></description>
</item>
<item>
   <title>Using YUI 2.x Components :: how to minify the accordionview file size</title>
   <topictitle>how to minify the accordionview file size</topictitle>
   <posttitle>how to minify the accordionview file size</posttitle>
   <link>http://yuilibrary.com/forum/viewtopic.php?p=16611#p16611</link>
   <pubDate>Wed, Sep 1st 2010 19:37 PST</pubDate>
   <dc:creator>Q.Wang</dc:creator>
   <description><![CDATA[i use accordionview with yui2.8 and it a great widget<br />but i found the filesize is too large than my expect<br />the accordionview.js and utilities.js sumed almost 150kb<br />so how can i minify these files and get the accordionview running<br />thank you very much]]></description>
</item>
<item>
   <title>Dispatcher :: Re: Submitting Form Through Dispatcher</title>
   <topictitle>Submitting Form Through Dispatcher</topictitle>
   <posttitle>Re: Submitting Form Through Dispatcher</posttitle>
   <link>http://yuilibrary.com/forum/viewtopic.php?p=16610#p16610</link>
   <pubDate>Wed, Sep 1st 2010 19:33 PST</pubDate>
   <dc:creator>caridy</dc:creator>
   <description><![CDATA[Hey Tripp,<br /><br />You have two options:<br /><br />a) You can use io directly (from outside the dispatcher), and then use delegateSearchDispatcher.set('content', myioresponseobjecthere); So you will have full access to io, and dispatcher will only process the content.<br /><br />b) Or you can call delegateSearchDispatcher._fetch('myurlhere', {method: 'POST', data: 'ISMODAL=true'}); And yes, in this case you're accessing a seudo-private method.<br /><br />Now, supporting custom config is part of the refactoring that I'm doing at the moment to transform dispatcher into an utility instead of an object that you need to create. <br /><br />Best Regards,<br />Caridy]]></description>
</item>
<item>
   <title>Using YUI 2.x Components :: Re: YAHOO.widget.Editor dialog panel</title>
   <topictitle>YAHOO.widget.Editor dialog panel</topictitle>
   <posttitle>Re: YAHOO.widget.Editor dialog panel</posttitle>
   <link>http://yuilibrary.com/forum/viewtopic.php?p=16609#p16609</link>
   <pubDate>Wed, Sep 1st 2010 19:31 PST</pubDate>
   <dc:creator>jtanjung</dc:creator>
   <description><![CDATA[Hi Dav,<br /><br />I need one more help please. I enclosed th screen shot here<br /><br /><img src="http://hermannbbx.facebook.joyent.us/goo-share/1213955949/1213955949_forum2.jpg" alt="Image" /><br /><br />The problem is folder combo box button, when it's expanded, the item list was not shown correctly, It's seem the item list's placed behind the layout elements.<br /><br />here's my code to render the combo button.<br /><div class="codetitle"><b>Code:</b></div><div class="codecontent">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; YAHOO.example.app.FolderHistory = new YAHOO.widget.Toolbar('folder-history-container', {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; buttons: &#91;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; { id: 'tb_folderhistory',<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; type: 'select',<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; label: fIcon + 'Root/',<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; text: 'Root',<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; value: 'rootfolder',<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; menu: &#91;{ text: &quot;Root/&quot;, value: &quot;/&quot;}&#93;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &#93;,<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; buttonType: 'advanced'<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; });<br /><br /></div><br /><br />What I should do to fix it, Is it possible to bring the item list to front when it's expanded?<br /><br />Thanks!<br />Julian]]></description>
</item>
<item>
   <title>Using YUI 2.x Components :: Re: Change slider from a variable</title>
   <topictitle>Change slider from a variable</topictitle>
   <posttitle>Re: Change slider from a variable</posttitle>
   <link>http://yuilibrary.com/forum/viewtopic.php?p=16608#p16608</link>
   <pubDate>Wed, Sep 1st 2010 19:10 PST</pubDate>
   <dc:creator>Dave M G</dc:creator>
   <description><![CDATA[Whoops... nevermind.<br /><br />Turned out that for some reason that a variable that should have been an integer was being made into a string, and that was causing all the confusion.<br /><br />Thanks for the help, and sorry that I was asking for help in one area when the problem was actually in another.]]></description>
</item>
<item>
   <title>Using YUI 2.x Components :: Re: Change slider from a variable</title>
   <topictitle>Change slider from a variable</topictitle>
   <posttitle>Re: Change slider from a variable</posttitle>
   <link>http://yuilibrary.com/forum/viewtopic.php?p=16607#p16607</link>
   <pubDate>Wed, Sep 1st 2010 18:58 PST</pubDate>
   <dc:creator>Dave M G</dc:creator>
   <description><![CDATA[Thank you for responding.<br /><br />I understand that the values for the Slider are pixel positions. That's why the output makes no sense to me.<br /><br />If I put in a value of &quot;100&quot;, then shouldn't the thumb simply be 100 pixels from the left side (the &quot;top&quot; end)?<br /><br />I don't understand what &quot;conversion&quot; would need to be done.<br /><br />In any case, shouldn't different values at least produce different results?<br /><br />I set the top constraint value to 0, just to remove it as a potential problem (I had originally adjusted it so as to get the thumb to position correctly relevant to my graphic.)<br /><br />I thought setValue simply expected an integer. Is it looking for something else?]]></description>
</item>
<item>
   <title>Using YUI 2.x Components :: Re: YAHOO.widget.Editor  tab indexing</title>
   <topictitle>YAHOO.widget.Editor  tab indexing</topictitle>
   <posttitle>Re: YAHOO.widget.Editor  tab indexing</posttitle>
   <link>http://yuilibrary.com/forum/viewtopic.php?p=16606#p16606</link>
   <pubDate>Wed, Sep 1st 2010 18:49 PST</pubDate>
   <dc:creator>davglass</dc:creator>
   <description><![CDATA[The easiest thing to do is put a blur handler on your &quot;subject&quot; input and check for the tabkey. Then if the tabkey was used, call editor.focus();<br /><br />Similar to this example:<br /><!-- m --><a class="postlink" href="http://blog.davglass.com/files/yui/editor63/">http://blog.davglass.com/files/yui/editor63/</a><!-- m -->]]></description>
</item>
<item>
   <title>Using YUI 2.x Components :: YAHOO.widget.Editor  tab indexing</title>
   <topictitle>YAHOO.widget.Editor  tab indexing</topictitle>
   <posttitle>YAHOO.widget.Editor  tab indexing</posttitle>
   <link>http://yuilibrary.com/forum/viewtopic.php?p=16605#p16605</link>
   <pubDate>Wed, Sep 1st 2010 18:46 PST</pubDate>
   <dc:creator>alindberg</dc:creator>
   <description><![CDATA[Is it possible to control the tab indexing of the Editor? I have a page with a text input box for a subject, then a textarea that gets turned into a YUI editor for the body. I'd like the form to allowing tabbing directly from the subject into the Editor's main text input area, instead of passing through all of the buttons like it is now. (I could accept just disabling the tabindex for all the buttons, but I'm not sure how to accomplish this).<br /><br />Thanks,<br />Andrew]]></description>
</item>
<item>
   <title>General :: Re: Questions about submitting to the gallery</title>
   <topictitle>Questions about submitting to the gallery</topictitle>
   <posttitle>Re: Questions about submitting to the gallery</posttitle>
   <link>http://yuilibrary.com/forum/viewtopic.php?p=16604#p16604</link>
   <pubDate>Wed, Sep 1st 2010 18:29 PST</pubDate>
   <dc:creator>mschipperheyn</dc:creator>
   <description><![CDATA[ehh,no, didn't see that in the tutorial, I don't think]]></description>
</item>
<item>
   <title>DataTable and DataSource :: Re: Query to fetch records from DB</title>
   <topictitle>Query to fetch records from DB</topictitle>
   <posttitle>Re: Query to fetch records from DB</posttitle>
   <link>http://yuilibrary.com/forum/viewtopic.php?p=16603#p16603</link>
   <pubDate>Wed, Sep 1st 2010 18:25 PST</pubDate>
   <dc:creator>finth</dc:creator>
   <description><![CDATA[Thank you Satyam. I will try with a simple example first.]]></description>
</item>
<item>
   <title>General :: Re: Questions about submitting to the gallery</title>
   <topictitle>Questions about submitting to the gallery</topictitle>
   <posttitle>Re: Questions about submitting to the gallery</posttitle>
   <link>http://yuilibrary.com/forum/viewtopic.php?p=16602#p16602</link>
   <pubDate>Wed, Sep 1st 2010 18:06 PST</pubDate>
   <dc:creator>foxxtrot</dc:creator>
   <description><![CDATA[I want to put them in a single folder, but I've had some difficulty with that. Here is the <a href="http://yuilibrary.com/projects/yui3/ticket/2529060" class="postlink">bug</a> where I'm trying to get that figured out.<br /><br />As for your denial, have you uploaded an SSH public key to github?]]></description>
</item>
<item>
   <title>DataTable and DataSource :: Re: Datatable with a submenu in a contextmenu</title>
   <topictitle>Datatable with a submenu in a contextmenu</topictitle>
   <posttitle>Re: Datatable with a submenu in a contextmenu</posttitle>
   <link>http://yuilibrary.com/forum/viewtopic.php?p=16601#p16601</link>
   <pubDate>Wed, Sep 1st 2010 18:04 PST</pubDate>
   <dc:creator>erickingston</dc:creator>
   <description><![CDATA[Thank you Satyam! It is a bit of a &quot;workaround,&quot; but this should definitely work! I'll send a request to have the documentation updated.]]></description>
</item>
<item>
   <title>Dispatcher :: Submitting Form Through Dispatcher</title>
   <topictitle>Submitting Form Through Dispatcher</topictitle>
   <posttitle>Submitting Form Through Dispatcher</posttitle>
   <link>http://yuilibrary.com/forum/viewtopic.php?p=16600#p16600</link>
   <pubDate>Wed, Sep 1st 2010 17:51 PST</pubDate>
   <dc:creator>trippmartin</dc:creator>
   <description><![CDATA[Is it possible to send additional/form data to a URL through the dispatcher object using the configuration object available in io?  I tried passing a cfg parameter to the Y.Dispatcher constructor but unless I'm misunderstanding the code it's not passed to the _fetch method within the initializer method.  I also tried passing the configuration data directly into the constructor but the data doesn't appear to be present.<br /><br /><div class="codetitle"><b>Code:</b></div><div class="codecontent">var delegateSearchDispatcher = new Y.Dispatcher ({<br />&nbsp; &nbsp;node: Y.one('#delegatesearch div'),<br />&nbsp; &nbsp;//cfg: { method: 'POST', data: 'ISMODAL=true' },<br />&nbsp; &nbsp;method: 'POST',<br />&nbsp; &nbsp;data: 'ISMODAL=true',<br />&nbsp; &nbsp;normalize: true<br />});<br /></div>]]></description>
</item>
<item>
   <title>Using YUI 2.x Components :: Re: YAHOO.widget.Editor dialog panel</title>
   <topictitle>YAHOO.widget.Editor dialog panel</topictitle>
   <posttitle>Re: YAHOO.widget.Editor dialog panel</posttitle>
   <link>http://yuilibrary.com/forum/viewtopic.php?p=16599#p16599</link>
   <pubDate>Wed, Sep 1st 2010 17:27 PST</pubDate>
   <dc:creator>jtanjung</dc:creator>
   <description><![CDATA[It's just fixed. I placed the panel element to document.body.<br /><br />Thanks for help!]]></description>
</item>
<item>
   <title>Using YUI 2.x Components :: Re: YAHOO.widget.Editor dialog panel</title>
   <topictitle>YAHOO.widget.Editor dialog panel</topictitle>
   <posttitle>Re: YAHOO.widget.Editor dialog panel</posttitle>
   <link>http://yuilibrary.com/forum/viewtopic.php?p=16598#p16598</link>
   <pubDate>Wed, Sep 1st 2010 17:08 PST</pubDate>
   <dc:creator>jtanjung</dc:creator>
   <description><![CDATA[Hi Dav,<br /><br />Thanks for the reply. I just tried your code, but it's still not working. here's my codes<br /><br /><div class="codetitle"><b>Code:</b></div><div class="codecontent">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; YAHOO.example.app.editor&#91;diVal&#93; = new YAHOO.widget.Editor(diVal + '_compose', {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; width: YAHOO.example.app.tabView._contentParent.clientWidth + 'px',<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; height: ((YAHOO.example.app.layout.getSizes().center.h - YAHOO.example.app.tabView._tabParent.offsetHeight) - 120) + 'px'<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; });<br /><br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; YAHOO.example.app.editor&#91;diVal&#93;.on('windowRender', function () {<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; var panel = this.get('panel').element;<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; YAHOO.util.Dom.get('windoweditor').appendChild(panel);<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; });<br /><br /></div><br /><br />Hope you can help me find a mistake on the codes above. Can we get the panel object when windowRender fired and set the panel draggable to true or set xy attribute value? Is it possible?<br /><br />Thanks!<br />Julian]]></description>
</item>
 </channel>
</rss>
<!-- File Generated: Thu, 02 Sep 2010 20:34:06 +0000 -->