<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Blog for the Web Programmers &#187; FCE background image</title>
	<atom:link href="http://blog.chandanweb.com/tags/fce-background-image/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.chandanweb.com</link>
	<description>A useful blog with code assitance on Typo3, Drupal, PHP, Apache, OpenSSL and PHP Frameworks</description>
	<lastBuildDate>Wed, 25 Jan 2012 08:35:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Set background image from an image field.</title>
		<link>http://blog.chandanweb.com/typo3/set-background-image-from-an-image-field</link>
		<comments>http://blog.chandanweb.com/typo3/set-background-image-from-an-image-field#comments</comments>
		<pubDate>Fri, 24 Oct 2008 17:27:37 +0000</pubDate>
		<dc:creator>spabhat</dc:creator>
				<category><![CDATA[Typo3]]></category>
		<category><![CDATA[typoscript]]></category>
		<category><![CDATA[FCE background image]]></category>
		<category><![CDATA[setting property from image field]]></category>

		<guid isPermaLink="false">http://blog.spabhat.com/uncategorized/set-background-image-from-an-image-field</guid>
		<description><![CDATA[The following XML contains the TemplaVoila data structure for a page/fce (flexible content element). The example shows how to set the background image for a content element, that is specified in an image field that is declared in same data structure. &#60;field_content type=&#34;array&#34;&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;tx_templavoila type=&#34;array&#34;&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;title&#62;FCE Content&#60;/title&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;sample_data type=&#34;array&#34;&#62; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#60;numIndex index=&#34;0&#34;&#62;FCE [...]]]></description>
			<content:encoded><![CDATA[<p>The following XML contains the TemplaVoila data structure for a page/fce (flexible content element).</p>
<p>The example shows how to set the background image for a content element, that is specified in an image field that is declared in same data structure.</p>
<blockquote><p>&lt;field_content type=&quot;array&quot;&gt;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;tx_templavoila type=&quot;array&quot;&gt;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;title&gt;FCE Content&lt;/title&gt;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;sample_data type=&quot;array&quot;&gt;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;numIndex index=&quot;0&quot;&gt;FCE Content&lt;/numIndex&gt;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/sample_data&gt;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;eType&gt;ce&lt;/eType&gt;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;TypoScript&gt;&lt;![CDATA[ </p>
<p>10 = COA </p>
<p>10.10 = TEXT      <br />10.10.field = field_image       <br />10.10.wrap = &lt;div class=&quot;spa_example&quot; style=&quot;background:url(/uploads/tx_templavoila/|) right bottom no-repeat;&quot;&gt; </p>
<p>10.20= RECORDS      <br />10.20.source.current=1       <br />10.20.tables = tt_content </p>
<p>10.30 = TEXT      <br />10.30.value = &lt;/div&gt;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; ]]&gt;&lt;/TypoScript&gt; </p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#8212;-      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#8212;-       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#8212;-       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; !!! here comes remaining standard templavoila tags for content element field!!!!       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#8212;-       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#8212;- </p>
<p>&lt;/field_content&gt;      <br />&lt;field_image&gt;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#8212;-       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#8212;-       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#8212;-       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; !!! here comes standard templavoila tags for image field!!!!       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#8212;-       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#8212;- </p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;TCEforms&gt;      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;config&gt;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;type&gt;group&lt;/type&gt;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;internal_type&gt;file&lt;/internal_type&gt;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;allowed&gt;gif,png,jpg,jpeg&lt;/allowed&gt;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;max_size&gt;1000&lt;/max_size&gt;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;uploadfolder&gt;uploads/tx_templavoila&lt;/uploadfolder&gt;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;show_thumbs&gt;1&lt;/show_thumbs&gt;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;size&gt;1&lt;/size&gt;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;maxitems&gt;1&lt;/maxitems&gt;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;minitems&gt;0&lt;/minitems&gt;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/config&gt;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;label&gt;Icon Image&lt;/label&gt;       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;/TCEforms&gt; </p>
<p>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#8212;-     <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#8212;-     <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#8212;-     <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; !!! here comes remaining standard templavoila tags for image field!!!!     <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#8212;-     <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#8212;-
<p>&lt;/field_image&gt;</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.chandanweb.com/typo3/set-background-image-from-an-image-field/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

