Try our conversational search powered by Generative AI!

Get the latest!

Follow bloggers on Optimizely World to get the latest from people who know all about the Optimizely platform! You will find blog posts from the entire Optimizely community, as well as from the Optimizely development teams.

Start blogging - create your own blog (requires log in)
Manage your blog posts on Optimizely World (requires log in)
Rules for blogging on Optimizely World

Syndication and sharing

loading
  • Syndicated blog - Posted on: Apr 16, 2013

    In a recent EPiServer 7 project, our client needed support for iframes and some other HTML tags in the TinyMCE WYSIWYG editor . Luckily, the way you add valid elements to TinyMCE hasn't changed much between EPiServer 6 and EPiServer 7, though some...

  • Syndicated blog - Posted on: Apr 15, 2013

    In a recent EPiServer 7 project, our client needed support for iframes and some other HTML tags in the TinyMCE WYSIWYG editor . Luckily, the way you add valid elements to TinyMCE hasn’t changed much between EPiServer 6 and EPiServer 7, though some...

  • Syndicated blog - Posted on: Apr 15, 2013

    We have a requirement for our client that he can masquerade user and can create a new cart based on some existing Purchase Order(e.g. for damaged/lost orders). Option 1: Get The OrderForm and other objects from PurchaseOrder and assign it to new...

  • Syndicated blog - Posted on: Apr 15, 2013

    using System.Web.Mvc; using EPiServer.Core; using EPiServer.Framework.DataAnnotations; using EPiServer.Framework.Web; using EPiServer.Web; namespace MySite { [TemplateDescriptor( Inherited = true, TemplateTypeCategory = TemplateTypeCategories.MvcC...

  • Syndicated blog - Posted on: Apr 15, 2013

    In a recent EPiServer 7 project, our client needed support for iframes and some other HTML tags in the TinyMCE WYSIWYG editor . Luckily, the way you add valid elements to TinyMCE hasn't changed much between EPiServer 6 and EPiServer 7, though some...

  • Syndicated blog - Posted on: Apr 14, 2013

    When managing a property in EPiServer's admin mode there is a setting named " Display in Edit Mode ". To control this setting from code in EPiServer 7 use the  ScaffoldColumn attribute. When set to false it will hide the property from editors,...

  • Syndicated blog - Posted on: Apr 12, 2013

    One powerful feature that EPiServer 7 provides is the localization of page content and the creation of language branches for your site, which allows you to create a multi-language, international site without the need for a huge amount of work. In...

  • Syndicated blog - Posted on: Apr 12, 2013

    I was recently looking into how to fully use the [AvailablePageTypes] attribute in my page models, and after a bit of research and reading the sometimes confusing documentation , and the less confusing class documentation , I found it has some...