<?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>Ladysign Dev Blog &#187; hidden</title>
	<atom:link href="http://www.ladysign-apps.com/blog/tag/hidden/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ladysign-apps.com/blog</link>
	<description>Girls can code.</description>
	<lastBuildDate>Mon, 12 Dec 2011 16:58:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Salesforce trick: load hidden s-control on every page</title>
		<link>http://www.ladysign-apps.com/blog/code/salesforce/salesforce-trick-load-hidden-s-control-on-every-page/</link>
		<comments>http://www.ladysign-apps.com/blog/code/salesforce/salesforce-trick-load-hidden-s-control-on-every-page/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 21:38:14 +0000</pubDate>
		<dc:creator>Lee</dc:creator>
				<category><![CDATA[salesforce]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[hidden]]></category>
		<category><![CDATA[s-control]]></category>
		<category><![CDATA[trick]]></category>

		<guid isPermaLink="false">http://ladysign-apps.com/blog/?p=67</guid>
		<description><![CDATA[<p><strong>Difficulty:</strong> 3 out of 5 stars</p>
<p>This is one of my first Salesforce hacks; this trick will learn you how to load an hidden S-Control on every Salesforce p[......]</p><p class='read-more'><a href='http://www.ladysign-apps.com/blog/code/salesforce/salesforce-trick-load-hidden-s-control-on-every-page/'>继续阅读</a></p>]]></description>
			<content:encoded><![CDATA[<p><strong>Difficulty:</strong> 3 out of 5 stars</p>
<p>This is one of my first Salesforce hacks; this trick will learn you how to load an hidden S-Control on every Salesforce page:</p>
<p>My S-Control is &#8220;hidden&#8221; using a style sheet command. The &#8220;hint&#8221; that there is an embedded S-Control is a message on the sidebar that reads &#8220;Field Level Help Enabled&#8221;.</p>
<p>Basically, you write an S-Control, then create a custom home page component of type &#8220;HTML&#8221;, choose the &#8220;show HTML&#8221; checkbox, and type in the following code:</p>
<pre class="brush: xml; title: ;">
&lt;iframe src=&quot;/servlet/servlet.Integration?lid=XXXXXXXXXXX&quot; style=&quot;display: none&quot;&gt;&lt;/iframe&gt;
</pre>
<p>After you save this change and add it to the home page sidebar, it will execute on any page that includes the sidebar. The &#8220;lid&#8221; parameter is the ID of the S-Control to execute.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ladysign-apps.com/blog/code/salesforce/salesforce-trick-load-hidden-s-control-on-every-page/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

