<?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: Creating plugin item types using APEX 4.0</title>
	<atom:link href="http://blog.whitehorses.nl/2009/12/21/creating-plugin-item-types-using-apex-4-0/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.whitehorses.nl/2009/12/21/creating-plugin-item-types-using-apex-4-0/</link>
	<description>Oracle, Java and SOA expertise - Lean thinking, Agile working</description>
	<lastBuildDate>Mon, 06 Feb 2012 10:46:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Maarten van Luijtelaar</title>
		<link>http://blog.whitehorses.nl/2009/12/21/creating-plugin-item-types-using-apex-4-0/comment-page-1/#comment-4666</link>
		<dc:creator>Maarten van Luijtelaar</dc:creator>
		<pubDate>Thu, 02 Sep 2010 17:27:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.whitehorses.nl/?p=778#comment-4666</guid>
		<description>Hi Paolo,

Glad it worked for you.
Be sure to keep track of upcoming Whitebooks since one of them will cover the ins and outs of APEX 4.0 plugins.

Regards,

Maarten</description>
		<content:encoded><![CDATA[<p>Hi Paolo,</p>
<p>Glad it worked for you.<br />
Be sure to keep track of upcoming Whitebooks since one of them will cover the ins and outs of APEX 4.0 plugins.</p>
<p>Regards,</p>
<p>Maarten</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paolo</title>
		<link>http://blog.whitehorses.nl/2009/12/21/creating-plugin-item-types-using-apex-4-0/comment-page-1/#comment-4611</link>
		<dc:creator>paolo</dc:creator>
		<pubDate>Mon, 30 Aug 2010 13:05:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.whitehorses.nl/?p=778#comment-4611</guid>
		<description>Hi Maarten

it work perfeclty, thank you for  the help.

best regards 
Paolo.</description>
		<content:encoded><![CDATA[<p>Hi Maarten</p>
<p>it work perfeclty, thank you for  the help.</p>
<p>best regards<br />
Paolo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maarten van Luijtelaar</title>
		<link>http://blog.whitehorses.nl/2009/12/21/creating-plugin-item-types-using-apex-4-0/comment-page-1/#comment-4494</link>
		<dc:creator>Maarten van Luijtelaar</dc:creator>
		<pubDate>Fri, 20 Aug 2010 21:30:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.whitehorses.nl/?p=778#comment-4494</guid>
		<description>Hi Paolo,

You are right, the implementation of the callback functions changed a little in the production release of APEX 4.0. Instead of creating a procedure that renders the html for an item plugin, a function should be created returning the apex_plugin.t_page_item_render_result PLSQL-type.

I created a package &quot;pkg_apex_plugin&quot; containing the &quot;render_slider&quot; function so it can be called from &quot;Callbacks&quot;-&gt;&quot;Render function Name&quot; without having to declare the function in the &quot;Source&quot; region.
One more thing you shouldn&#039;t forget: In your page template include the jQuery UI script and the css necessary to render the slider nicely by adding the lines

&lt;link href=&quot;#IMAGE_PREFIX#libraries/jquery-ui/1.8/themes/base/jquery.ui.slider.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /&gt;
&lt;script src=&quot;#IMAGE_PREFIX#libraries/jquery-ui/1.8/ui/minified/jquery.ui.slider.min.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;

just after the #HEAD# substitution variable.
You can download the package containing the slider render code &lt;a href=&quot;http://blog.whitehorses.nl/wp-content/uploads/2010/08/apex_40_slider_plugin.zip&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Hi Paolo,</p>
<p>You are right, the implementation of the callback functions changed a little in the production release of APEX 4.0. Instead of creating a procedure that renders the html for an item plugin, a function should be created returning the apex_plugin.t_page_item_render_result PLSQL-type.</p>
<p>I created a package &#8220;pkg_apex_plugin&#8221; containing the &#8220;render_slider&#8221; function so it can be called from &#8220;Callbacks&#8221;->&#8221;Render function Name&#8221; without having to declare the function in the &#8220;Source&#8221; region.<br />
One more thing you shouldn&#8217;t forget: In your page template include the jQuery UI script and the css necessary to render the slider nicely by adding the lines</p>
<p>&lt;link href=&quot;#IMAGE_PREFIX#libraries/jquery-ui/1.8/themes/base/jquery.ui.slider.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /&gt;<br />
&lt;script src=&quot;#IMAGE_PREFIX#libraries/jquery-ui/1.8/ui/minified/jquery.ui.slider.min.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;</p>
<p>just after the #HEAD# substitution variable.<br />
You can download the package containing the slider render code <a href="http://blog.whitehorses.nl/wp-content/uploads/2010/08/apex_40_slider_plugin.zip" rel="nofollow">here</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paolo</title>
		<link>http://blog.whitehorses.nl/2009/12/21/creating-plugin-item-types-using-apex-4-0/comment-page-1/#comment-4489</link>
		<dc:creator>paolo</dc:creator>
		<pubDate>Fri, 20 Aug 2010 14:29:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.whitehorses.nl/?p=778#comment-4489</guid>
		<description>Hi, in the latest version of apex, the Callbacks, only accept a function, you can&#039;t specify a procedure.
When i use procedure name &quot;render_slider&quot;  in the section of &quot;callbacks&quot; definition, the application accept the entry, but when i execute the page, the application return me 
the following error:
ORA-06550: line 50, column 46: PLS-00201: identifier &#039;DAILYINC.RENDER_SLIDER&#039; must be declared ORA-06550: line 50, column 1: PL/SQL: Statement ignored

any suggest?
Best Regards</description>
		<content:encoded><![CDATA[<p>Hi, in the latest version of apex, the Callbacks, only accept a function, you can&#8217;t specify a procedure.<br />
When i use procedure name &#8220;render_slider&#8221;  in the section of &#8220;callbacks&#8221; definition, the application accept the entry, but when i execute the page, the application return me<br />
the following error:<br />
ORA-06550: line 50, column 46: PLS-00201: identifier &#8216;DAILYINC.RENDER_SLIDER&#8217; must be declared ORA-06550: line 50, column 1: PL/SQL: Statement ignored</p>
<p>any suggest?<br />
Best Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets die vermelden Creating plugin item types using Apex 4.0 -- Topsy.com</title>
		<link>http://blog.whitehorses.nl/2009/12/21/creating-plugin-item-types-using-apex-4-0/comment-page-1/#comment-395</link>
		<dc:creator>Tweets die vermelden Creating plugin item types using Apex 4.0 -- Topsy.com</dc:creator>
		<pubDate>Mon, 21 Dec 2009 22:41:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.whitehorses.nl/?p=778#comment-395</guid>
		<description>[...] Dit blogartikel was vermeld op Twitter door Frank Dorst, Whitehorses. Whitehorses heeft gezegd: Whiteblog: Creating plugin item types using Apex 4.0 (http://bit.ly/7pBMW5) [...]</description>
		<content:encoded><![CDATA[<p>[...] Dit blogartikel was vermeld op Twitter door Frank Dorst, Whitehorses. Whitehorses heeft gezegd: Whiteblog: Creating plugin item types using Apex 4.0 (<a href="http://bit.ly/7pBMW5" rel="nofollow">http://bit.ly/7pBMW5</a>) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

