<?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>“Plane Art” 的评论</title>
	<atom:link href="http://www.planeart.cn/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.planeart.cn</link>
	<description>专注平面艺术与web易用性的融合</description>
	<lastBuildDate>Wed, 08 Sep 2010 06:56:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>唐 斌 关于 artDialog v3预览版 2010.08.29 更新 的评论</title>
		<link>http://www.planeart.cn/?p=828#comment-1028</link>
		<dc:creator>唐 斌</dc:creator>
		<pubDate>Wed, 08 Sep 2010 06:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.planeart.cn/?p=828#comment-1028</guid>
		<description>window.top是javascript内置的方法，其实就是调用顶级页面的对象罢了，弹出的对话框也是在顶级页面。

如果你想标记用window.top调用的对话框可以指定一个ID，这样就区分出来。虽然javascript为iframe提供了一系列的方法操作它，但是我不建议使用iframe，最好使用字符串拼接的方式构建。</description>
		<content:encoded><![CDATA[<p>window.top是javascript内置的方法，其实就是调用顶级页面的对象罢了，弹出的对话框也是在顶级页面。</p>
<p>如果你想标记用window.top调用的对话框可以指定一个ID，这样就区分出来。虽然javascript为iframe提供了一系列的方法操作它，但是我不建议使用iframe，最好使用字符串拼接的方式构建。</p>
]]></content:encoded>
	</item>
	<item>
		<title>wpg 关于 artDialog v3预览版 2010.08.29 更新 的评论</title>
		<link>http://www.planeart.cn/?p=828#comment-1027</link>
		<dc:creator>wpg</dc:creator>
		<pubDate>Tue, 07 Sep 2010 09:30:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.planeart.cn/?p=828#comment-1027</guid>
		<description>我想问一下，新版本中，有没有提供这么一个接口，就是：

页面中有多个iframe，其中有一个iframe里面弹出一个window.top.art.dialog层，层已经跳出了iframe，属于最外层，我的问题就是这个时候在这个层对象中如何得到哪个页面弹出它的。不知道新版有没有提供这样的接口</description>
		<content:encoded><![CDATA[<p>我想问一下，新版本中，有没有提供这么一个接口，就是：</p>
<p>页面中有多个iframe，其中有一个iframe里面弹出一个window.top.art.dialog层，层已经跳出了iframe，属于最外层，我的问题就是这个时候在这个层对象中如何得到哪个页面弹出它的。不知道新版有没有提供这样的接口</p>
]]></content:encoded>
	</item>
	<item>
		<title>唐 斌 关于 发布:javascript对话框组件artDialog v2 的评论</title>
		<link>http://www.planeart.cn/?p=713#comment-1026</link>
		<dc:creator>唐 斌</dc:creator>
		<pubDate>Sat, 04 Sep 2010 06:25:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.planeart.cn/?p=713#comment-1026</guid>
		<description>第三版解决了这个BUG。你试试看。</description>
		<content:encoded><![CDATA[<p>第三版解决了这个BUG。你试试看。</p>
]]></content:encoded>
	</item>
	<item>
		<title>eric 关于 discuz原创主题《沉寂》免费发布 的评论</title>
		<link>http://www.planeart.cn/?p=509#comment-1024</link>
		<dc:creator>eric</dc:creator>
		<pubDate>Fri, 03 Sep 2010 15:27:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.planeart.cn/?p=509#comment-1024</guid>
		<description>在用了 很好 。非常感谢！</description>
		<content:encoded><![CDATA[<p>在用了 很好 。非常感谢！</p>
]]></content:encoded>
	</item>
	<item>
		<title>wisenwu 关于 发布:javascript对话框组件artDialog v2 的评论</title>
		<link>http://www.planeart.cn/?p=713#comment-1023</link>
		<dc:creator>wisenwu</dc:creator>
		<pubDate>Fri, 03 Sep 2010 09:58:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.planeart.cn/?p=713#comment-1023</guid>
		<description>首先谢谢博主这么优秀的插件，呵呵。不过我这里有个问题：
在iframe页面的按钮里面关闭iframe时，ie8会报错，而ff和chrome没有报错。
错误信息是502行的$._iframe.style.cssText...
我的关闭方式是：parent.window.art.dialog({id:&#039;addDept&#039;}).close();</description>
		<content:encoded><![CDATA[<p>首先谢谢博主这么优秀的插件，呵呵。不过我这里有个问题：<br />
在iframe页面的按钮里面关闭iframe时，ie8会报错，而ff和chrome没有报错。<br />
错误信息是502行的$._iframe.style.cssText&#8230;<br />
我的关闭方式是：parent.window.art.dialog({id:&#8217;addDept&#8217;}).close();</p>
]]></content:encoded>
	</item>
	<item>
		<title>xtb 关于 artDialog v3预览版 2010.08.29 更新 的评论</title>
		<link>http://www.planeart.cn/?p=828#comment-1021</link>
		<dc:creator>xtb</dc:creator>
		<pubDate>Wed, 01 Sep 2010 02:14:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.planeart.cn/?p=828#comment-1021</guid>
		<description>还有一个问题需要请教，我在一个页面上面有2个按钮，分别点击弹出两个窗口，我点击完第一个按钮以后，然后再点击第二个按钮，刚出现的界面是第一个弹出窗口中的内容，等全部加载完以后，才会出现第二个界面的内容！</description>
		<content:encoded><![CDATA[<p>还有一个问题需要请教，我在一个页面上面有2个按钮，分别点击弹出两个窗口，我点击完第一个按钮以后，然后再点击第二个按钮，刚出现的界面是第一个弹出窗口中的内容，等全部加载完以后，才会出现第二个界面的内容！</p>
]]></content:encoded>
	</item>
	<item>
		<title>xtb 关于 artDialog v3预览版 2010.08.29 更新 的评论</title>
		<link>http://www.planeart.cn/?p=828#comment-1020</link>
		<dc:creator>xtb</dc:creator>
		<pubDate>Wed, 01 Sep 2010 02:03:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.planeart.cn/?p=828#comment-1020</guid>
		<description>你好，在项目中采用了你的控件，十分感谢你的无私贡献，在使用的过程中遇到一个问题，还想请主人能帮忙指点一下，我是在点击一个按钮弹出一个窗口（用iframe实现），在弹出窗口中做完操作以后，会弹出confirm对话框，这两个对话框我都用了锁屏的参数，但是在弹出confirm对话框的时候，我可以绕过锁频去关闭后面的弹出框口，所以想请问一下又什么办法解决没有？在此十分感谢！</description>
		<content:encoded><![CDATA[<p>你好，在项目中采用了你的控件，十分感谢你的无私贡献，在使用的过程中遇到一个问题，还想请主人能帮忙指点一下，我是在点击一个按钮弹出一个窗口（用iframe实现），在弹出窗口中做完操作以后，会弹出confirm对话框，这两个对话框我都用了锁屏的参数，但是在弹出confirm对话框的时候，我可以绕过锁频去关闭后面的弹出框口，所以想请问一下又什么办法解决没有？在此十分感谢！</p>
]]></content:encoded>
	</item>
	<item>
		<title>唐 斌 关于 artDialog v3预览版 2010.08.29 更新 的评论</title>
		<link>http://www.planeart.cn/?p=828#comment-1017</link>
		<dc:creator>唐 斌</dc:creator>
		<pubDate>Mon, 30 Aug 2010 16:32:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.planeart.cn/?p=828#comment-1017</guid>
		<description>flash可以通过自身的参数设置不强制置顶，这一项应该由flash相关调用代码控制好，它是一个影响全局的设置，不宜让对话框去解决。</description>
		<content:encoded><![CDATA[<p>flash可以通过自身的参数设置不强制置顶，这一项应该由flash相关调用代码控制好，它是一个影响全局的设置，不宜让对话框去解决。</p>
]]></content:encoded>
	</item>
	<item>
		<title>唐 斌 关于 javascript弹出层设计与易用性的思考 的评论</title>
		<link>http://www.planeart.cn/?p=607#comment-1016</link>
		<dc:creator>唐 斌</dc:creator>
		<pubDate>Mon, 30 Aug 2010 16:29:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.planeart.cn/?p=607#comment-1016</guid>
		<description>见最新版v3的演示地址：http://www.planeart.cn/demo/artDialog/</description>
		<content:encoded><![CDATA[<p>见最新版v3的演示地址：http://www.planeart.cn/demo/artDialog/</p>
]]></content:encoded>
	</item>
	<item>
		<title>QZWLX 关于 javascript弹出层设计与易用性的思考 的评论</title>
		<link>http://www.planeart.cn/?p=607#comment-1015</link>
		<dc:creator>QZWLX</dc:creator>
		<pubDate>Mon, 30 Aug 2010 14:46:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.planeart.cn/?p=607#comment-1015</guid>
		<description>不好意思，演示文档http://www.planeart.cn/downs/artDialog/没有找到关于content(val)的说明，也许我找的演示文档地址不对，能给个地址吗？</description>
		<content:encoded><![CDATA[<p>不好意思，演示文档http://www.planeart.cn/downs/artDialog/没有找到关于content(val)的说明，也许我找的演示文档地址不对，能给个地址吗？</p>
]]></content:encoded>
	</item>
</channel>
</rss>
