﻿<?xml version="1.0" encoding="utf-8"?><rss 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:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebEssentials - Is is possible to load the WebRibbon structure from a dataset?</title><link>http://www.intersoftsolutions.com/Community/WebEssentials/Is-is-possible-to-load-the-WebRibbon-structure-from-a-dataset/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Is is possible to load the WebRibbon structure from a dataset?</title><link>http://www.intersoftsolutions.com/Community/WebEssentials/Is-is-possible-to-load-the-WebRibbon-structure-from-a-dataset/</link><pubDate>Thu, 29 Mar 2012 03:51:36 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;I tried to create a very simple sample of WebRibbon. The WebRibbon only consists of a single of WebRibbonTab and a single of button such as shown in the following snapshot (for reasons of simplicity, the ImageUrl property is not set).&lt;/span&gt;&lt;/p&gt;&lt;img alt="A Simple WebRibbon Structure" src="http://www.intersoftpt.com/Community/Attachments/3167/SimpleRibbon.png" /&gt; 
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;This structure of WebRibbon will be stored in an xml file, for example: RibbonData.xml.&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;&amp;lt;WebRibbon runat="server"&amp;gt;
  &amp;lt;RibbonTabs&amp;gt;
    &amp;lt;WebRibbonTab Name="Opportunities" Text="Opportunities"
                  Description=""&amp;gt;
      &amp;lt;Groups&amp;gt;
        &amp;lt;WebRibbonGroup Name="Records" Text="Records"&amp;gt;
          &amp;lt;Items&amp;gt;
            &amp;lt;WebRibbonGroupItem Name="New" GroupItemType="Button"
                                Text="New" MinSizeState="Medium"
                                GroupName="" /&amp;gt;
          &amp;lt;/Items&amp;gt;
        &amp;lt;/WebRibbonGroup&amp;gt;
      &amp;lt;/Groups&amp;gt;
    &amp;lt;/WebRibbonTab&amp;gt;
  &amp;lt;/RibbonTabs&amp;gt;
&amp;lt;/WebRibbon&amp;gt;&lt;/pre&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;In order to load the ribbon structure from an xml file, we will read and check each of the xml elements and attributes. After that, we will programmatically create the corresponding object based on the value defined in the xml.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;I enclosed the sample page as attachment. Please have the attached sample evaluated on your and let us know whether this helps or not.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;Should you find that this concept is suitable for your scenario, I may be able to help proposing this as built-in method of WebRibbon to the WebRibbon development team.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Is is possible to load the WebRibbon structure from a dataset?</title><link>http://www.intersoftsolutions.com/Community/WebEssentials/Is-is-possible-to-load-the-WebRibbon-structure-from-a-dataset/</link><pubDate>Mon, 26 Mar 2012 06:02:44 GMT</pubDate><dc:creator>alagarde@fortesys.com</dc:creator><description>&lt;p&gt;Is there an example of this?&lt;/p&gt;</description></item><item><title>Is is possible to load the WebRibbon structure from a dataset?</title><link>http://www.intersoftsolutions.com/Community/WebEssentials/Is-is-possible-to-load-the-WebRibbon-structure-from-a-dataset/</link><pubDate>Mon, 26 Mar 2012 03:44:02 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;It is possible to create WebRibbon programmatically in order to create WebRibbon dynamically based on the user who is logged on. In my opinion, the structure can be defined in xml file.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt"&gt;Hope this helps.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Is is possible to load the WebRibbon structure from a dataset?</title><link>http://www.intersoftsolutions.com/Community/WebEssentials/Is-is-possible-to-load-the-WebRibbon-structure-from-a-dataset/</link><pubDate>Sat, 24 Mar 2012 06:48:01 GMT</pubDate><dc:creator>alagarde@fortesys.com</dc:creator><description>&lt;p&gt;I would like to dynamically create a WebRibbon structure based on the user who is logged on to my application.  I would like to store the structure in a database.  Is this possible?&lt;/p&gt;</description></item></channel></rss>