<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" > <channel><title>Comments on: A beginner’s mootools &#8211; create draggable and resizable elements</title> <atom:link href="http://cssgallery.info/a-beginners-mootools-create-draggable-and-resizable-elements/feed/" rel="self" type="application/rss+xml" /><link>http://cssgallery.info/a-beginners-mootools-create-draggable-and-resizable-elements/</link> <description>Resources for web and mobile developers</description> <lastBuildDate>Fri, 23 Sep 2011 19:22:26 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Dan Tamas</title><link>http://cssgallery.info/a-beginners-mootools-create-draggable-and-resizable-elements/comment-page-1/#comment-6320</link> <dc:creator>Dan Tamas</dc:creator> <pubDate>Mon, 22 Nov 2010 13:04:58 +0000</pubDate> <guid isPermaLink="false">http://cssgallery.info/a-beginner%e2%80%99s-mootools-create-drag-and-resize-elements/#comment-6320</guid> <description>In your case I think you will have to set a separate handler for the draggable div and not the div itself. Like a small icon or another div that emulates a titlebar.</description> <content:encoded><![CDATA[<p>In your case I think you will have to set a separate handler for the draggable div and not the div itself.<br /> Like a small icon or another div that emulates a titlebar.</p> ]]></content:encoded> </item> <item><title>By: L</title><link>http://cssgallery.info/a-beginners-mootools-create-draggable-and-resizable-elements/comment-page-1/#comment-6319</link> <dc:creator>L</dc:creator> <pubDate>Mon, 22 Nov 2010 12:18:39 +0000</pubDate> <guid isPermaLink="false">http://cssgallery.info/a-beginner%e2%80%99s-mootools-create-drag-and-resize-elements/#comment-6319</guid> <description>I&#039;m having a problem with the draggable div.When adding a textarea to it, it is not possible to write in it unless you use the tab key. You cannot click on the textarea with your mouse.Any hints?Thanks</description> <content:encoded><![CDATA[<p>I&#8217;m having a problem with the draggable div.</p><p>When adding a textarea to it, it is not possible to write in it unless you use the tab key. You cannot click on the textarea with your mouse.</p><p>Any hints?</p><p>Thanks</p> ]]></content:encoded> </item> <item><title>By: admin</title><link>http://cssgallery.info/a-beginners-mootools-create-draggable-and-resizable-elements/comment-page-1/#comment-68</link> <dc:creator>admin</dc:creator> <pubDate>Tue, 10 Jun 2008 19:04:06 +0000</pubDate> <guid isPermaLink="false">http://cssgallery.info/a-beginner%e2%80%99s-mootools-create-drag-and-resize-elements/#comment-68</guid> <description>To get the coordinates of an object , you can use$(&#039;element_id&#039;).getCoordinates()that returns an object with {width,height,left,top,right,bottom}, element_id being the id of the draggable you want to read the data.To set/read a cookie you will need to use cookie.js from mootools .I suppose you use version 1.11, but right now on mootools.net is just v1.2, so if you need documentation I can provide you a chm, made by somebody else.</description> <content:encoded><![CDATA[<p>To get the coordinates of an object , you can use</p><p>$(&#8216;element_id&#8217;).getCoordinates()</p><p>that returns an object with {width,height,left,top,right,bottom}, element_id being the id of the draggable you want to read the data.</p><p>To set/read a cookie you will need to use cookie.js from mootools .</p><p>I suppose you use version 1.11, but right now on mootools.net is just v1.2, so if you need documentation I can provide you a chm, made by somebody else.</p> ]]></content:encoded> </item> <item><title>By: Catar4x</title><link>http://cssgallery.info/a-beginners-mootools-create-draggable-and-resizable-elements/comment-page-1/#comment-67</link> <dc:creator>Catar4x</dc:creator> <pubDate>Tue, 10 Jun 2008 18:32:28 +0000</pubDate> <guid isPermaLink="false">http://cssgallery.info/a-beginner%e2%80%99s-mootools-create-drag-and-resize-elements/#comment-67</guid> <description>Sorry, I want to update the position of  in a cookie. I know how to make but I recovered in the position of variables DIV.I&#039;m french, sorry for the fault.</description> <content:encoded><![CDATA[<p>Sorry, I want to update the position of  in a cookie.<br /> I know how to make but I recovered in the position of variables DIV.</p><p>I&#8217;m french, sorry for the fault.</p> ]]></content:encoded> </item> <item><title>By: admin</title><link>http://cssgallery.info/a-beginners-mootools-create-draggable-and-resizable-elements/comment-page-1/#comment-66</link> <dc:creator>admin</dc:creator> <pubDate>Tue, 10 Jun 2008 12:04:23 +0000</pubDate> <guid isPermaLink="false">http://cssgallery.info/a-beginner%e2%80%99s-mootools-create-drag-and-resize-elements/#comment-66</guid> <description>What do you mean ? You want to know the position as x, y after drag?, or want to know/set the position as CSS property ?</description> <content:encoded><![CDATA[<p>What do you mean ?<br /> You want to know the position as x, y after drag?, or want to know/set the position as CSS property ?</p> ]]></content:encoded> </item> <item><title>By: Catar4x</title><link>http://cssgallery.info/a-beginners-mootools-create-draggable-and-resizable-elements/comment-page-1/#comment-65</link> <dc:creator>Catar4x</dc:creator> <pubDate>Tue, 10 Jun 2008 11:52:23 +0000</pubDate> <guid isPermaLink="false">http://cssgallery.info/a-beginner%e2%80%99s-mootools-create-drag-and-resize-elements/#comment-65</guid> <description>How to reclaim the position of &quot; draggable&quot; ? Thanks for the replie :)</description> <content:encoded><![CDATA[<p>How to reclaim the position of &#8221; draggable&#8221; ?<br /> Thanks for the replie <img src='http://cssgallery.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: basic (User agent is rejected)
Database Caching 7/22 queries in 0.069 seconds using disk: basic

Served from: www.cssgallery.info @ 2012-02-09 22:01:22 -->
