<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:blog="http://dnn-connect.org/blog/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/">
  <channel>
    <title>Blog - CSS</title>
    <link>https://www.xrmlabs.com/About-Us/XRMs-Blog/term/7/locale/en-US/Blog-CSS</link>
    <description />
    <managingEditor>sales@xrmlabs.com</managingEditor>
    <pubDate>Tue, 28 Apr 2026 09:33:24 GMT</pubDate>
    <lastBuildDate>Tue, 28 Apr 2026 09:33:24 GMT</lastBuildDate>
    <category>CSS</category>
    <generator>DotNetNuke Blog RSS Generator Version 6.5.2.0</generator>
    <ttl>30</ttl>
    <atom:link href="https://www.xrmlabs.com/DesktopModules/Blog/API/RSS/Get?moduleid=440&amp;tabid=94&amp;term=7" rel="self" type="application/rss+xml" />
    <item>
      <title>How to Create a PCF control</title>
      <link>https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/8320/How-to-Create-a-PCF-control</link>
      <description>&lt;p&gt;Power Apps component framework empowers the developers to create code components for model-driven apps and canvas apps. With PCF, you can replace a field with some extra features like a rich text editor, a dial, a slider, etc. You can also replace a simple list with an interactive chart or Map.&lt;/p&gt;</description>
      <category>Dynamics 365</category>
      <category>Javascript</category>
      <category>pcf-control</category>
      <category>powerapps</category>
      <category>powerapps-component-framework</category>
      <category>TypeScript</category>
      <category>CSS</category>
      <category>Javascript</category>
      <category>HTML 5</category>
      <category>Dynamics CRM</category>
      <guid isPermaLink="true">https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/8320/How-to-Create-a-PCF-control</guid>
      <pubDate>Mon, 21 Dec 2020 08:29:00 GMT</pubDate>
      <blog:publishedon>2020-12-21 08:29:00Z</blog:publishedon>
    </item>
    <item>
      <title>How to implement filter in HTML using JavaScript  </title>
      <link>https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/7011/How-to-implement-filter-in-HTML-using-JavaScript</link>
      <description>&lt;p&gt;Ques: How to implement filter(Search) in HTML using javascript?&amp;nbsp; &lt;/p&gt;</description>
      <category>CSS</category>
      <category>Javascript</category>
      <category>HTML 5</category>
      <category>Dynamics CRM</category>
      <guid isPermaLink="true">https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/7011/How-to-implement-filter-in-HTML-using-JavaScript</guid>
      <pubDate>Wed, 08 Mar 2017 06:54:10 GMT</pubDate>
      <blog:publishedon>2017-03-08 06:54:10Z</blog:publishedon>
    </item>
    <item>
      <title>How To Add Percentage (%) Loader To Your Site</title>
      <link>https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/7008/How-To-Add-Percentage-Loader-To-Your-Site</link>
      <description>&lt;p&gt;Recently in my current project there was a requirement of client to add Percentage Loader while the components of site is loading.&lt;/p&gt;</description>
      <category>CSS</category>
      <category>Javascript</category>
      <category>HTML 5</category>
      <guid isPermaLink="true">https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/7008/How-To-Add-Percentage-Loader-To-Your-Site</guid>
      <pubDate>Tue, 14 Feb 2017 05:45:04 GMT</pubDate>
      <blog:publishedon>2017-02-14 05:45:04Z</blog:publishedon>
    </item>
    <item>
      <title>How to set background colour and remove border of a field in CRM 2011 using JavaScript?</title>
      <link>https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/247/How-to-set-background-colour-and-remove-border-of-a-field-in-CRM-2011-using-JavaScript</link>
      <description>&lt;p&gt;How to set background colour and remove border of a field in &lt;a href="https://www.xrmlabs.com/Services/Custom-Implementation"&gt;CRM&lt;/a&gt; 2011 using JavaScript.
The following function can be used to set the background colour and remove border of a field.
function setBgColorandRemoveBorder(){
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;//Hide border of field in &lt;a href="https://www.xrmlabs.com/Services/Custom-Implementation"&gt;CRM&lt;/a&gt; 2011.
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;document.getElementById("fieldName").style.border="0px";
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;//Set background colour of text field in &lt;a href="https://www.xrmlabs.com/Services/Custom-Implementation"&gt;CRM&lt;/a&gt; 2011.
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;document.getElementById("fieldName").style.backgroundColor = "#f6f8fa";
}
How to remove a Picklist Item using javascript?
The following function can be used to remove a picklist item with a particular text from an OptionSet.
function hideItemFromPiclist(fieldName, textValue){
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;var picklist = document.getElementById("fieldName");&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;for(var i = picklist.options.length - 1; i &amp;gt;= 0; i--){&amp;nbsp;&amp;nbsp;&amp;nbsp;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/p&gt;</description>
      <category>Javascript</category>
      <category>MS CRM 2011</category>
      <category>CSS</category>
      <category>Javascript</category>
      <guid isPermaLink="true">https://www.xrmlabs.com/About-Us/XRMs-Blog/Post/247/How-to-set-background-colour-and-remove-border-of-a-field-in-CRM-2011-using-JavaScript</guid>
      <pubDate>Fri, 18 Jan 2013 09:31:00 GMT</pubDate>
      <blog:publishedon>2013-01-18 09:31:00Z</blog:publishedon>
    </item>
  </channel>
</rss>