Sitecore Development / Kim Hornung

Tuesday, December 16, 2008

How to Move the Page Editor Ribbon

Sitecore CMS 6 introduced the awesome Page Editor (along with the Page Designer and improved preview and debugging). When using the Page Editor etc., a ribbon is inserted on the page with relevant commands:


By default, the ribbon is inserted as the first element inside the server-side FORM-tag on the page, which means that in most situations the ribbon will fill the entire page width and be positioned at the very top of the page.

Moving the Page Editor Ribbon
But suppose you want to place the Page Editor Ribbon somewhere else on the page? How would you do that? The solution is luckily simple (although not necessarily very obvious).

You simply insert a placeholder with key="webedit" somewhere on a layout, sublayout or in a rendering. This will typically look like this:

Using this placeholder, you can for example place the Page Editor Ribbon in the top of the content area:


And that's it. The placeholder is used for both the Page Editor, the Page Designer, the Preview and the Debugger, so everything will show up in a consistent location on the website.

Happy coding :o)

Wednesday, December 10, 2008

More SIP Documentation Available

A new "Sitecore Intranet Main Settings" document is now availble for Sitecore Intranet Portal customers and partners:
http://sdn.sitecore.net/products/sitecore%20intranet/documentation.aspx

The document explains in detail where and how the fields on the Main Settings item are used. Most of the fields are illustrated with screenshots of the frontend to give a better understanding of where each field appear or what parts of the site it affects.

Additional Documentation on its Way
Also, the SIP Team and Documentation Team have been working on documentation for the Skin Settings. So look out for more cool SIP documentation soon :o)