<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>url tag &#8211; Squix &#8211; TechBlog</title>
	<atom:link href="https://blog.squix.org/tag/url-tag/feed" rel="self" type="application/rss+xml" />
	<link>https://blog.squix.org</link>
	<description></description>
	<lastBuildDate>Sun, 17 Apr 2016 07:56:49 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.8</generator>
<site xmlns="com-wordpress:feed-additions:1">121913304</site>	<item>
		<title>UIBinder: load background images in the bundle</title>
		<link>https://blog.squix.org/2012/02/uibinder-load-background-images-in.html</link>
					<comments>https://blog.squix.org/2012/02/uibinder-load-background-images-in.html#respond</comments>
		
		<dc:creator><![CDATA[Daniel Eichhorn]]></dc:creator>
		<pubDate>Sat, 18 Feb 2012 08:15:00 +0000</pubDate>
				<category><![CDATA[Common]]></category>
		<category><![CDATA[bundle]]></category>
		<category><![CDATA[uibinder]]></category>
		<category><![CDATA[url tag]]></category>
		<guid isPermaLink="false">http://blog.squix.org/2012/02/18/uibinder-load-background-images-in/</guid>

					<description><![CDATA[It took me a while to figure this out, but finally I found a solution to load CSS background images for styles defined in a *.ui.xml: Copy the image to the same package as your *.ui.xml In the ui.xml add a &#8220;ui:data&#8221; tag that points ... <p><a class="read-more btn btn-secondary" href="https://blog.squix.org/2012/02/uibinder-load-background-images-in.html">Read More</a></p>]]></description>
										<content:encoded><![CDATA[<div dir="ltr" style="text-align: left;" trbidi="on">
It took me a while to figure this out, but finally I found a solution to load CSS background images for styles defined in a *.ui.xml:</p>
<ol style="text-align: left;">
<li>Copy the image to the same package as your *.ui.xml</li>
<li>In the ui.xml add a &#8220;ui:data&#8221; tag that points to the image</li>
<li>In the style block add an @url line that points to the ui:data field</li>
<li>Use it in the style</li>
</ol>
<p>&lt;ui:data&nbsp;field=&#8217;logoImg&#8217;&nbsp;src=&#8217;feederator.png&#8217;/&gt;</p>
<div>
&lt;style&gt;</p>
<div>
@url logoUrl&nbsp;logoImg;&nbsp;</div>
<div>
.logo {</div>
<div>
<div style="color: #4033df; font: 11.0px Monaco; margin: 0.0px 0.0px 0.0px 0.0px;">
<div style="text-align: left;">
   background: logoUrl no-repeat 0 0;</div>
</div>
<div style="font: 11.0px Monaco; margin: 0.0px 0.0px 0.0px 0.0px;">
   height: 55px;</div>
<div style="font: 11.0px Monaco; margin: 0.0px 0.0px 0.0px 0.0px;">
&nbsp; &nbsp;   width: 250px;</div>
<div style="font: 11.0px Monaco; margin: 0.0px 0.0px 0.0px 0.0px;">
  }<br />
&lt;/style&gt;</div>
</div>
</div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.squix.org/2012/02/uibinder-load-background-images-in.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">91</post-id>	</item>
	</channel>
</rss>
