<?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: Enable &quot;Add picture&quot; for the HTML editor</title>
	<atom:link href="http://www.inside-oracle-apex.com/enable-add-picture-for-html-editor/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.inside-oracle-apex.com/enable-add-picture-for-html-editor/</link>
	<description>Inside Oracle APEX - a blog that helps to get more out of Oracle Application Express (APEX) for your daily development work!</description>
	<lastBuildDate>Mon, 19 Dec 2011 12:04:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Selly</title>
		<link>http://www.inside-oracle-apex.com/enable-add-picture-for-html-editor/comment-page-1/#comment-121498</link>
		<dc:creator>Selly</dc:creator>
		<pubDate>Thu, 23 Dec 2010 08:53:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.inside-oracle-apex.com/en/?p=149#comment-121498</guid>
		<description>Hello i have a preview button in appex that i want to show what i have typed in my text area, can anyone help me how i can do that?</description>
		<content:encoded><![CDATA[<p>Hello i have a preview button in appex that i want to show what i have typed in my text area, can anyone help me how i can do that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seferina</title>
		<link>http://www.inside-oracle-apex.com/enable-add-picture-for-html-editor/comment-page-1/#comment-36789</link>
		<dc:creator>seferina</dc:creator>
		<pubDate>Thu, 13 May 2010 06:23:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.inside-oracle-apex.com/en/?p=149#comment-36789</guid>
		<description>Hi patrick, how can you reference (URL) a picture from my #workspace_images# from HTML EDITOR?</description>
		<content:encoded><![CDATA[<p>Hi patrick, how can you reference (URL) a picture from my #workspace_images# from HTML EDITOR?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Wolf</title>
		<link>http://www.inside-oracle-apex.com/enable-add-picture-for-html-editor/comment-page-1/#comment-1035</link>
		<dc:creator>Patrick Wolf</dc:creator>
		<pubDate>Wed, 21 Nov 2007 17:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.inside-oracle-apex.com/en/?p=149#comment-1035</guid>
		<description>Hi,&lt;br/&gt;&lt;br/&gt;the problem is that the HTML Editor is no real HTML input field/textarea. Actually it&#039;s an iFrame in a special mode. The underlaying textarea which APEX uses and which is hidden as soon as the HTML editor is rendered gets reseted to NULL as soon you press your Reset button.&lt;br/&gt;&lt;br/&gt;I think what you have to do, is to call the JavaScript API the FCK HTML editor provides (&lt;a HREF=&quot;http://wiki.fckeditor.net/Developer%27s_Guide/Javascript_API&quot; REL=&quot;nofollow&quot;&gt;JavaScript API documentation&lt;/a&gt;) and set the HTML editor content to NULL. Have a look at the setHTML procedure.&lt;br/&gt;&lt;br/&gt;Patrick</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>the problem is that the HTML Editor is no real HTML input field/textarea. Actually it&#8217;s an iFrame in a special mode. The underlaying textarea which APEX uses and which is hidden as soon as the HTML editor is rendered gets reseted to NULL as soon you press your Reset button.</p>
<p>I think what you have to do, is to call the JavaScript API the FCK HTML editor provides (<a HREF="http://wiki.fckeditor.net/Developer%27s_Guide/Javascript_API" REL="nofollow">JavaScript API documentation</a>) and set the HTML editor content to NULL. Have a look at the setHTML procedure.</p>
<p>Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.inside-oracle-apex.com/enable-add-picture-for-html-editor/comment-page-1/#comment-1034</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 21 Nov 2007 03:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.inside-oracle-apex.com/en/?p=149#comment-1034</guid>
		<description>Hi Patrick, &lt;br/&gt;&lt;br/&gt;Sorry to made you confused.&lt;br/&gt;This is the link.&lt;br/&gt;&lt;br/&gt;http://apex.oracle.com/pls/otn/f?p=29260:1&lt;br/&gt;&lt;br/&gt;When I type some text in my html editor, and i press reset button, the text was not deleted. &lt;br/&gt;&lt;br/&gt;Thank you for your time&lt;br/&gt;&lt;br/&gt;David</description>
		<content:encoded><![CDATA[<p>Hi Patrick, </p>
<p>Sorry to made you confused.<br />This is the link.</p>
<p><a href="http://apex.oracle.com/pls/otn/f?p=29260:1" rel="nofollow" target="_blank" class="liexternal">http://apex.oracle.com/pls/otn/f?p=29260:1</a></p>
<p>When I type some text in my html editor, and i press reset button, the text was not deleted. </p>
<p>Thank you for your time</p>
<p>David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Wolf</title>
		<link>http://www.inside-oracle-apex.com/enable-add-picture-for-html-editor/comment-page-1/#comment-1033</link>
		<dc:creator>Patrick Wolf</dc:creator>
		<pubDate>Tue, 20 Nov 2007 21:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.inside-oracle-apex.com/en/?p=149#comment-1033</guid>
		<description>Hi David,&lt;br/&gt;&lt;br/&gt;I&#039;m not sure if I do understand what you mean with the &quot;Reset&quot; button. Can you create an example on apex.oracle.com to make it more clear for me?&lt;br/&gt;&lt;br/&gt;Patrick</description>
		<content:encoded><![CDATA[<p>Hi David,</p>
<p>I&#8217;m not sure if I do understand what you mean with the &#8220;Reset&#8221; button. Can you create an example on apex.oracle.com to make it more clear for me?</p>
<p>Patrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.inside-oracle-apex.com/enable-add-picture-for-html-editor/comment-page-1/#comment-1032</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 20 Nov 2007 13:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.inside-oracle-apex.com/en/?p=149#comment-1032</guid>
		<description>Hi Patrick, how do you reset/clear the html editor when I press reset button in HTML?&lt;br/&gt;&lt;br/&gt;Thanks&lt;br/&gt;&lt;br/&gt;David</description>
		<content:encoded><![CDATA[<p>Hi Patrick, how do you reset/clear the html editor when I press reset button in HTML?</p>
<p>Thanks</p>
<p>David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Byte64</title>
		<link>http://www.inside-oracle-apex.com/enable-add-picture-for-html-editor/comment-page-1/#comment-1031</link>
		<dc:creator>Byte64</dc:creator>
		<pubDate>Tue, 28 Aug 2007 10:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.inside-oracle-apex.com/en/?p=149#comment-1031</guid>
		<description>Hi Patrick,&lt;br/&gt;initially i was lost because i thought that this new HTML editor had replaced the existing one under &quot;Textarea with HTML editor&quot;, but as you remarked privately, there are two new brand elements in the Item type select list.&lt;br/&gt;There is one strange thing however that i don&#039;t fully understand, if i try to enlarge a font, the resulting source code puts a font tag with a size attribute containing a number. Now, when this html snippet is finally rendered, the font size seems to be ignored, both in IE 7 and Firefox 2.0.&lt;br/&gt;Do you experience the same?&lt;br/&gt;&lt;br/&gt;Thanks,&lt;br/&gt;Flavio</description>
		<content:encoded><![CDATA[<p>Hi Patrick,<br />initially i was lost because i thought that this new HTML editor had replaced the existing one under &#8220;Textarea with HTML editor&#8221;, but as you remarked privately, there are two new brand elements in the Item type select list.<br />There is one strange thing however that i don&#8217;t fully understand, if i try to enlarge a font, the resulting source code puts a font tag with a size attribute containing a number. Now, when this html snippet is finally rendered, the font size seems to be ignored, both in IE 7 and Firefox 2.0.<br />Do you experience the same?</p>
<p>Thanks,<br />Flavio</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maxim</title>
		<link>http://www.inside-oracle-apex.com/enable-add-picture-for-html-editor/comment-page-1/#comment-1030</link>
		<dc:creator>Maxim</dc:creator>
		<pubDate>Sat, 07 Jul 2007 10:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.inside-oracle-apex.com/en/?p=149#comment-1030</guid>
		<description>Hi, Patrick, i recently stumbled upon this article and wanted to try this example too (it is XE with ApEx 3.0 - still had no time to make the proper 3.0.1 installation) Unfortunately, it was not working out of the box as described in article (it&#039;s not complain, the recipe was probably tested on the regular ApEx installation, not with embedded gateway as i did), the problem was  the custom configuration file setting - FCKConfig.CustomConfigurationsPath was not working. As i did in the past the FCKeditor integration (http://wiki.shellprompt.net/bin/view/Apex/FCKeditorIntegrationExample) - but could not remember of similar issue, however, it was not difficult to find out, that the javascript was broken due to missing fckstyles.xml in the root directory of fckeditor - after copying this file from the standard distribution, it seems to work ok. Could you share, whether your tried it on Apache ApEx or in the EPG and whether custom configuration is working for you without mentioned xml file?&lt;br/&gt;&lt;br/&gt;Best regards&lt;br/&gt;&lt;br/&gt;Maxim</description>
		<content:encoded><![CDATA[<p>Hi, Patrick, i recently stumbled upon this article and wanted to try this example too (it is XE with ApEx 3.0 &#8211; still had no time to make the proper 3.0.1 installation) Unfortunately, it was not working out of the box as described in article (it&#8217;s not complain, the recipe was probably tested on the regular ApEx installation, not with embedded gateway as i did), the problem was  the custom configuration file setting &#8211; FCKConfig.CustomConfigurationsPath was not working. As i did in the past the FCKeditor integration (<a href="http://wiki.shellprompt.net/bin/view/Apex/FCKeditorIntegrationExample" rel="nofollow" target="_blank" class="liexternal">http://wiki.shellprompt.net/bin/view/Apex/FCKeditorIntegrationExample</a>) &#8211; but could not remember of similar issue, however, it was not difficult to find out, that the javascript was broken due to missing fckstyles.xml in the root directory of fckeditor &#8211; after copying this file from the standard distribution, it seems to work ok. Could you share, whether your tried it on Apache ApEx or in the EPG and whether custom configuration is working for you without mentioned xml file?</p>
<p>Best regards</p>
<p>Maxim</p>
]]></content:encoded>
	</item>
</channel>
</rss>

