Working with selectors Part Two: File manager selector, Page id selector, Rss feed selector

Working with selectors Part Two: File manager selector, Page id selector, Rss feed selector

Posted on December 31, 2008 0 Comments

The content you're reading is getting on in years
This post is on the older side and its content may be out of date.
Be sure to visit our blogs homepage for our latest news, updates and information.

 

Here are some examples represents how to use File manager selector, Page id selector, Rss feed selector

 

File manager selector - you can select files from your project root. File manager selector allows you to upload new item to the root.

 

 // file manager selector. 
    [WebEditor("Telerik.FileManager.UrlWebEditor, Telerik.FileManager")]
 public virtual string SelectFile
    {
 get 
        {
 return this.selectFile;
        }
 set 
        {
 
 this.selectFile = value;
        }
    }
 
 private string selectFile;

 

FileSelector

                                              File manager selector.

 

Page id selector - using this selector you can grab an id of existing page.

 

 //select page id selector 
    [WebEditor("Telerik.Cms.Web.UI.CmsHyperLinkUrlWebEditor, Telerik.Cms")]
 public string TargetCmsPageID
    {
 get 
        {
 return this.targetCmsPageID;
 
        }
 
 set 
        {
 this.targetCmsPageID = value;
        }
    }
 private string targetCmsPageID;
 

 

target_cms_page_id 

    pageID

                                                            CmsPageID.

 

Rss  navigate feed selector - it is the same selector that is used in Rss Fees control from the toolbox.

 

 //rss selector 
    [WebEditor("Telerik.Rss.WebControls.RssFeedSelector, Telerik.Rss")]
 public new string RssNavigateUrl
    {
 get 
        {
 return this.rssnavigateUrl;
        }
 set 
        {
 this.rssnavigateUrl = value;
        }
    }
 private string rssnavigateUrl;

 

 RssSelector

                                                      Select Rss Feed.

progress-logo

The Progress Team

View all posts from The Progress Team on the Progress blog. Connect with us about all things application development and deployment, data integration and digital business.

Comments

Comments are disabled in preview mode.
Topics

Sitefinity Training and Certification Now Available.

Let our experts teach you how to use Sitefinity's best-in-class features to deliver compelling digital experiences.

Learn More
Latest Stories
in Your Inbox

Subscribe to get all the news, info and tutorials you need to build better business apps and sites

Loading animation