<?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: JavaScript dialog box</title>
	<atom:link href="http://www.redips.net/javascript/dialog-box/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.redips.net/javascript/dialog-box/</link>
	<description>Techniques and Web Technologies</description>
	<lastBuildDate>Sun, 05 Sep 2010 09:16:53 +0200</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: dbunic</title>
		<link>http://www.redips.net/javascript/dialog-box/comment-page-2/#comment-2242</link>
		<dc:creator>dbunic</dc:creator>
		<pubDate>Wed, 18 Aug 2010 06:39:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=86#comment-2242</guid>
		<description>@Alexander - Script is fixed. Now it should be able to change speed and opacity level.

@Vladimir - I added third element to define function parameter. You can call dialog this way:

onclick=&quot;REDIPS.dialog.show(400, 100, &#039;Test ?&#039;, &#039;Cancel&#039;, &#039;OK&#124;askData&#124;test&#039;);return false&quot;

Parameter value &quot;test&quot; will be passed to the function &quot;askData&quot;. Don&#039;t forget to define input parameter:

function askData(param) {
...
...
}

Cheers!</description>
		<content:encoded><![CDATA[<p>@Alexander - Script is fixed. Now it should be able to change speed and opacity level.</p>
<p>@Vladimir - I added third element to define function parameter. You can call dialog this way:</p>
<p>onclick="REDIPS.dialog.show(400, 100, 'Test ?', 'Cancel', 'OK|askData|test');return false"</p>
<p>Parameter value "test" will be passed to the function "askData". Don't forget to define input parameter:</p>
<p>function askData(param) {<br />
...<br />
...<br />
}</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vladimir</title>
		<link>http://www.redips.net/javascript/dialog-box/comment-page-2/#comment-2231</link>
		<dc:creator>Vladimir</dc:creator>
		<pubDate>Mon, 16 Aug 2010 11:12:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=86#comment-2231</guid>
		<description>Great class. One question though, how do you pass a variable into the functions executed after the button press?

For example this will ofcourse cause an error:

onclick=&quot;REDIPS.dialog.show(400, 100, &#039;Test ?&#039;, &#039;Cancel&#039;, &#039;OK&#124;askData(&#039;test&#039;)&#039;);return false&quot;

In a nutshell, the question is how to pass the word test as a variable to the functions Askdata()?</description>
		<content:encoded><![CDATA[<p>Great class. One question though, how do you pass a variable into the functions executed after the button press?</p>
<p>For example this will ofcourse cause an error:</p>
<p>onclick="REDIPS.dialog.show(400, 100, 'Test ?', 'Cancel', 'OK|askData('test')');return false"</p>
<p>In a nutshell, the question is how to pass the word test as a variable to the functions Askdata()?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander</title>
		<link>http://www.redips.net/javascript/dialog-box/comment-page-1/#comment-2022</link>
		<dc:creator>Alexander</dc:creator>
		<pubDate>Mon, 31 May 2010 06:34:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=86#comment-2022</guid>
		<description>Hi!			
window.onload = function () {
				REDIPS.dialog.init();
				REDIPS.dialog.op_high = 10;
			}

Do not change the op_high. Why ?</description>
		<content:encoded><![CDATA[<p>Hi!<br />
window.onload = function () {<br />
				REDIPS.dialog.init();<br />
				REDIPS.dialog.op_high = 10;<br />
			}</p>
<p>Do not change the op_high. Why ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shantanu</title>
		<link>http://www.redips.net/javascript/dialog-box/comment-page-1/#comment-1818</link>
		<dc:creator>shantanu</dc:creator>
		<pubDate>Fri, 26 Feb 2010 08:41:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=86#comment-1818</guid>
		<description>hey the code is working great. thanks a lot.</description>
		<content:encoded><![CDATA[<p>hey the code is working great. thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dbunic</title>
		<link>http://www.redips.net/javascript/dialog-box/comment-page-1/#comment-1800</link>
		<dc:creator>dbunic</dc:creator>
		<pubDate>Wed, 17 Feb 2010 14:14:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=86#comment-1800</guid>
		<description>@Ellen Westing - Yes, it should be possible. You only have to initialize dialog before calling from other JavaScript function.

@gator - PHP is a server side engine used to generate HTML while &lt;em&gt;REDIPS.dialog&lt;/em&gt; is a client side JavaScript interpreted by browsers. So, you can prepare HTML page with PHP to initialize dialog and show a message but you cannot call &lt;em&gt;REDIPS.dialog&lt;/em&gt; directly from PHP. If I miss the point, do not hesitate to correct me. Kind regards.</description>
		<content:encoded><![CDATA[<p>@Ellen Westing - Yes, it should be possible. You only have to initialize dialog before calling from other JavaScript function.</p>
<p>@gator - PHP is a server side engine used to generate HTML while <em>REDIPS.dialog</em> is a client side JavaScript interpreted by browsers. So, you can prepare HTML page with PHP to initialize dialog and show a message but you cannot call <em>REDIPS.dialog</em> directly from PHP. If I miss the point, do not hesitate to correct me. Kind regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gator</title>
		<link>http://www.redips.net/javascript/dialog-box/comment-page-1/#comment-1798</link>
		<dc:creator>gator</dc:creator>
		<pubDate>Wed, 17 Feb 2010 00:06:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=86#comment-1798</guid>
		<description>Anyone knows how to transform REDIPS.dialog.show((120, 100, &quot;Simple dialog&quot;);return false to run it in PHP?

ex. echo &#039;REDIPS.dialog.show((120, 100, &quot;Simple dialog&quot;);return false);&#039;;

this not work :(</description>
		<content:encoded><![CDATA[<p>Anyone knows how to transform REDIPS.dialog.show((120, 100, "Simple dialog");return false to run it in PHP?</p>
<p>ex. echo 'REDIPS.dialog.show((120, 100, "Simple dialog");return false);';</p>
<p>this not work <img src='http://www.redips.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ellen Westing</title>
		<link>http://www.redips.net/javascript/dialog-box/comment-page-1/#comment-1782</link>
		<dc:creator>Ellen Westing</dc:creator>
		<pubDate>Sun, 14 Feb 2010 00:08:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=86#comment-1782</guid>
		<description>Hi. Is it possible to show the dialog box from another javascript function? Thankyou.</description>
		<content:encoded><![CDATA[<p>Hi. Is it possible to show the dialog box from another javascript function? Thankyou.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JavaScript dialog box &#124; Ajaxmint - Endless Ajax samples on jQuery, MooTools, ExtJS, Dojo, Prototype and PHP</title>
		<link>http://www.redips.net/javascript/dialog-box/comment-page-1/#comment-1760</link>
		<dc:creator>JavaScript dialog box &#124; Ajaxmint - Endless Ajax samples on jQuery, MooTools, ExtJS, Dojo, Prototype and PHP</dc:creator>
		<pubDate>Fri, 05 Feb 2010 05:43:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=86#comment-1760</guid>
		<description>[...] Demo&#160; Tutorial&#160;       Posted in ajax &#124; Tags: alert box, confirm box, dialogbox, javascript   [...]</description>
		<content:encoded><![CDATA[<p>[...] Demo&nbsp; Tutorial&nbsp;       Posted in ajax | Tags: alert box, confirm box, dialogbox, javascript   [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dbunic</title>
		<link>http://www.redips.net/javascript/dialog-box/comment-page-1/#comment-1757</link>
		<dc:creator>dbunic</dc:creator>
		<pubDate>Thu, 04 Feb 2010 08:22:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=86#comment-1757</guid>
		<description>Hi Paul,
dialog box is updated and now is possible to show more then one image. Images should be separated with comma. Thanks for your comment.</description>
		<content:encoded><![CDATA[<p>Hi Paul,<br />
dialog box is updated and now is possible to show more then one image. Images should be separated with comma. Thanks for your comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.redips.net/javascript/dialog-box/comment-page-1/#comment-1747</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Mon, 01 Feb 2010 14:09:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.redips.net/?p=86#comment-1747</guid>
		<description>Hi,
Appreciate what you made....
One question though...
I am trying to modify this in such a way, that the dialog shows multiple images next to each other (horizontally).
I want a horizontal scrollbar if the images do not fit within the width of the dialog. So in the css I set the overflow to auto. Now if the images do not fit within the width of the dialog box, it starts the one that does not fit below the other picture(s). If I limit the height of the dialog box to force the overflow, it still does that, even outside the boundaries of the dialog box.....
How do I get along to achieve this?
Thanks</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Appreciate what you made....<br />
One question though...<br />
I am trying to modify this in such a way, that the dialog shows multiple images next to each other (horizontally).<br />
I want a horizontal scrollbar if the images do not fit within the width of the dialog. So in the css I set the overflow to auto. Now if the images do not fit within the width of the dialog box, it starts the one that does not fit below the other picture(s). If I limit the height of the dialog box to force the overflow, it still does that, even outside the boundaries of the dialog box.....<br />
How do I get along to achieve this?<br />
Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
