Questions tagged [sublayout]

21 questions
0
votes
2 answers

Sitecore Change Layout Names

Just, I have a quick question. Suppose that there are many controls in page items and if I change the name of existing layout/sublayouts (controls), does it impact Sitecore items? In my knowledge, the changing name is in database process and it…
Jay
  • 1,170
  • 1
  • 11
  • 34
0
votes
1 answer

Sitecore: Add a New Data Template to my Sublayout

I sublayout is about Events. If I put it inside a page which contains an Event, it will display informations pertaining to it. I want to add a Data Template to my Sublayout that will allow editors to specify one particular Event from which to draw…
Emanuele Ciriachi
  • 2,216
  • 2
  • 26
  • 39
0
votes
2 answers

Sitecore: importing a sublayout after deploying the code

I have a local Sitecore instance where I made changes involving both code and the creation of a new sublayout. After deploying the code I can see on the new environment the usercontrol (.ascx) file associated to the sublayout, but the corresponding…
Emanuele Ciriachi
  • 2,216
  • 2
  • 26
  • 39
0
votes
2 answers

Replacing sitecore layout in parent and child items

I am creating a new footer sublayout in sitecore for use in multiple sites (we run a multi site environment). Currently a sublayout called StandardLayout is used, but I would like to change this across several of our sites to a new layout…
Matthew Pigram
  • 1,400
  • 3
  • 25
  • 65
-1
votes
1 answer

How do i create a rich text editor component in sitecore

In Sitecore, what are the steps involved in creating a rich text editor rendering/component and having it appear on a page in the experience editor (for an ASP.NET MVC application) ? Thank you!
-2
votes
1 answer

How to change an item visibility in sitecore from different ascx.cs

I am using the code Sitecore.Data.Fields.RendererField Thecontent = (Sitecore.Data.Fields.RendererField)Sitecore. Context.Database.GetItem("my item path").Fields["Text"]; if (Thecontent != null) { Thecontent.…
Miroo
  • 795
  • 3
  • 13
  • 35
1
2