<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community : Document List - Email Marketing</title>
    <link>https://forums.adobe.com/community/business_catalyst/email_marketing?view=documents</link>
    <description>Latest Documents in Email Marketing</description>
    <language>en</language>
    <pubDate>Thu, 29 Nov 2012 14:59:40 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2012-11-29T14:59:40Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>In-context campaign editing experience for business owners (beta)</title>
      <link>https://forums.adobe.com/docs/DOC-2862</link>
      <description>&lt;!-- [DocumentBodyStart:06c395c9-f7e4-44c7-ae4c-2bf0d9885fdb] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;h1&gt;Overview&lt;/h1&gt;&lt;p&gt;With our next release, we&amp;#8217;re introducing a new editing experience for your business owner clients that&amp;#8217;s intuitive and separates content from style inside your email campaigns. Using InContext Editing mark-up, you&amp;#8217;re now able to define editable regions inside the HTML code of your email newsletter templates. Editable regions can be applied on both static (text, links, images or html) or dynamic (modules) content. When your client goes to edit the content of this template, they&amp;#8217;re only manipulating the raw content itself, and hence are unable to break elements or the overall layout.&lt;/p&gt;&lt;h1&gt;How to use the new editing experience&lt;/h1&gt;&lt;h2&gt;Enabling in-context editing for email campaigns&lt;/h2&gt;&lt;p&gt;Enabling this feature under &lt;strong&gt;Site Settings &amp;gt; Beta Features &amp;gt; Email Marketing&lt;/strong&gt; will split the campaign editing experience for Partners into two tabs &amp;#8211; &amp;#8220;Developer Editor&amp;rdquo; and &amp;#8220;Client Editor&amp;rdquo; &amp;#8211; with the latter being the in-context editing experience your clients will see, if the editor will find editable regions inside the campaign content.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/257578/ice-dev-overview-small.png"&gt;&lt;img alt="ice-dev-overview-small.png" border="1" class="jive-image" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/257578/ice-dev-overview-small.png"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;To get you started, the campaign wizard also includes a sample email template that already has editable regions defined:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/257579/ice-template-small.png"&gt;&lt;img alt="ice-template-small.png" class="jive-image" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/257579/ice-template-small.png"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;h2&gt;Defining editable content&lt;/h2&gt;&lt;p&gt;In the "developer" state or&amp;nbsp; other HTML editors, Partner can mark elements from the campaign content to be Editable Regions by using a custom attribute on those elements:&lt;/p&gt;&lt;pre&gt;&lt;code&gt;&amp;lt;div ice:editable="editable region type"&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SBO editable content here
&amp;lt;/div&amp;gt;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;The &lt;em&gt;ice:editable&lt;/em&gt; attribute supports the following values corresponding to an ER type:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;line&lt;/strong&gt; - single line text; all formatting and break lines are ignored;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;multiline&lt;/strong&gt; - multi line text; break lines are allowed, all formatting is ignored;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;image&lt;/strong&gt; - change and resize image; image is server side resized using dimensions defined on the &lt;em&gt;img&lt;/em&gt; tag&lt;/li&gt;&lt;li&gt;&lt;strong&gt;link&lt;/strong&gt; - change link; can insert internal (site) or external links&lt;/li&gt;&lt;li&gt;&lt;strong&gt;html&lt;/strong&gt; - html text; some formatting is allowed; partners can specify the formatting elements made available to business owners&lt;/li&gt;&lt;li&gt;&lt;strong&gt;module&lt;/strong&gt; &amp;#8211; allows partners to select which modules are editable; the business owners will access a simplified module manager user interface that will only allow them to change the cotent filters (tags, lists, etc) so that they can choose which content to display; in this release, all modules are editable by default once another editable region is found inside the page content;&lt;/li&gt;&lt;/ul&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;For the html value, you can list the editor options in the &lt;em&gt;ice:options attribute&lt;/em&gt;, comma separated. Separators (for option groups) can be specified using the pipe character "|".&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;For example:&lt;/p&gt;&lt;pre&gt;&lt;code&gt;&amp;lt;div ice:editable="html" ice:options="bold,italic,deleted,|,link"&amp;gt;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;The editor will only allow the following options:&lt;/p&gt;&lt;pre&gt;&lt;code&gt;bold, italic, deleted, separator (|), fontcolor, link, unorderedlist, orderedlist, outdent, indent, alignment, alignleft, alignright, aligncenter, justify&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Editable regions can be applied on the following tags:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;Line&lt;/strong&gt;, &lt;strong&gt;Multiline&lt;/strong&gt; editable region type can applied only on: &lt;em&gt;p, h1, h2, h3, h4, h5, h6, pre, address, blockquote, div&lt;/em&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Link&lt;/strong&gt; editable region type can be applied only on: &lt;em&gt;A&lt;/em&gt; tag&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Image&lt;/strong&gt; editable region type can be applied only on: &lt;em&gt;IMG&lt;/em&gt; tag&lt;/li&gt;&lt;li&gt;&lt;strong&gt;HTML&lt;/strong&gt; editable region type can be applied only on: generic section tag &lt;em&gt;DIV, TD&lt;/em&gt; and &lt;em&gt;TH&lt;/em&gt;&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Module&lt;/strong&gt; editable region type can be applied only on: Business Catalyst modules (ex: &lt;em&gt;{module_faq ice:editable="module"}&lt;/em&gt;)&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Restrictions using editable regions&lt;/h2&gt;&lt;p&gt;To assist partners provide a seamless editing experience in email campaigns and prevent users from breaking layouts, we restrict the html tags an editable regions can be applied as well as what HTML mark-up is allowed inside an editable region.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Editable regions (of any kind) cannot be applied on any of the following self-closing tags:&lt;/p&gt;&lt;pre&gt;&lt;code&gt;&amp;lt;link /&amp;gt;
&amp;lt;meta /&amp;gt;
&amp;lt;area /&amp;gt;
&amp;lt;br /&amp;gt;
&amp;lt;col /&amp;gt;
&amp;lt;hr /&amp;gt;
&amp;lt;input /&amp;gt;
&amp;lt;param /&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Also, editable regions cannot be applied on any of the following inline level tags:&lt;/p&gt;&lt;pre&gt;&lt;code&gt;b, big, i, small, tt
abbr, acronym, cite, code, dfn, em, kbd, strong, samp, var
a, bdo, img, map, object, q, script, span, sub, sup
button, input, label, select, textarea
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Additionally, editable regions cannot be applied on any FORM related elements:&lt;/p&gt;&lt;pre&gt;&lt;code&gt;&amp;lt;form&amp;gt;
&amp;lt;fieldset&amp;gt;
&amp;lt;legend&amp;gt;
&amp;lt;textarea&amp;gt;
&amp;lt;select&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Other restrictions&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Editable regions canot be nested&lt;/li&gt;&lt;li&gt;Editable regions cannot be applied on elements containing Liquid mark-up. Liquid mark-up will be overwritten by its generated HTML if the mark-up is inside an editable region.&lt;/li&gt;&lt;/ul&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The following tags are not allowed inside an editable region:&lt;/p&gt;&lt;pre&gt;&lt;code&gt;iframe, script, map, area, object, embed, video, audio&lt;/code&gt;&lt;/pre&gt;&lt;h2&gt;Using the in-context editor&lt;/h2&gt;&lt;p&gt;Once you have defined editable regions in your email templates, the customer will only see the in-context editor and&amp;nbsp; they&amp;#8217;ll only manipulate the raw content itself, and hence are unable to break elements or the overall layout.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Single line and multi line editors&lt;/strong&gt; - will allow copywriters to change text without altering the text formatting:&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/257580/ice-sbo-singleline-small.png"&gt;&lt;img alt="ice-sbo-singleline-small.png" class="jive-image" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/257580/ice-sbo-singleline-small.png"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;HTML editor&lt;/strong&gt; - will allow copywriters to update campaign content while also applying some HTML formatting: &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/257581/ice-sbo-html-small.png"&gt;&lt;img alt="ice-sbo-html-small.png" class="jive-image" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/257581/ice-sbo-html-small.png"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Module editor&lt;/strong&gt; - allows copywriters update module filters so that they can display different content: &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="https://forums.adobe.com/servlet/JiveServlet/showImage/102-2862-10-257878/ice-edit-modules.png"&gt;&lt;img alt="ice-edit-modules.png" class="jive-image" height="331" src="https://forums.adobe.com/servlet/JiveServlet/downloadImage/102-2862-10-257878/ice-edit-modules.png" width="450"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;h1&gt;What's missing and known issues&lt;/h1&gt;&lt;ul&gt;&lt;li&gt;The in-context editor will only be supported only inside the new admin user interface&lt;/li&gt;&lt;li&gt;Partners cannot choose which modules are editable; in this release, all modules inside a campaign are editable&lt;/li&gt;&lt;li&gt;Module preview inside the business owner editing experience does not refresh after updating module filters&lt;/li&gt;&lt;li&gt;Cannot create folders from the image browser&lt;/li&gt;&lt;li&gt;Cannot insert tags using the in-context editor&lt;/li&gt;&lt;/ul&gt;&lt;h1&gt;Where to report issues&lt;/h1&gt;&lt;p&gt;Please use this thread to post your feedback or requests about this feature. We would like to have it as open discussion about what's currently in the release, and what is absolutely required to make it work for you.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; Beta features are not officially supported and we do not offer a guaranteed response time. We usually respond within the next 48 to 72 hours, but this might vary depending on the team load and issue urgency.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:06c395c9-f7e4-44c7-ae4c-2bf0d9885fdb] --&gt;&lt;img src='/beacon?t=1415884890592' /&gt;</description>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4736">email</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4736">editor</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4736">newsletter</category>
      <category domain="https://forums.adobe.com/tags#/?containerType=14&amp;container=4736">mailing</category>
      <pubDate>Mon, 26 Nov 2012 09:30:46 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/docs/DOC-2862</guid>
      <dc:date>2012-11-26T09:30:46Z</dc:date>
      <clearspace:dateToText>1 year 11 months ago</clearspace:dateToText>
      <clearspace:replyCount>30</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

