Disable Wysiwyg(HTML tab) | Community
Skip to main content
Level 2
January 15, 2019
Solved

Disable Wysiwyg(HTML tab)

  • January 15, 2019
  • 1 reply
  • 1686 views

Hi

I am using Adobe campaign classic v7.

Is there away to disable the Wysiwyg(or HTML tab) feature but leave the SOURCE and PREVIEW tab intact.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Jonathon_wodnicki

Hi,

Edit the nms:includeView form, commenting out this block ~line 150:

            <container label="HTML" name="tabHtml" visibleIf="EV([/includeView/@type],'fullPage') = false">
              <input bodyMode="true" fullToolbar="true" name="ctWysiwyg" nolabel="true"
                     type="dhtml" viewSourceBtn="false" xpath="." xpathInsert="/ignored/customizeHTMLWysiwyg"
                     xpathUrl="/tmp/urlTree/@toSelect">
                <container>
                  <input menuId="deliveryMenuBuilder" options="html" type="customizeBtn"
                         xpath="/ignored/customizeHTMLWysiwyg"/>
                </container>
              </input>
            </container>

If you're fully-hosted this will be overwritten on upgrades.

Thanks,

-Jon

1 reply

Jonathon_wodnicki
Community Advisor
Jonathon_wodnickiCommunity AdvisorAccepted solution
Community Advisor
January 16, 2019

Hi,

Edit the nms:includeView form, commenting out this block ~line 150:

            <container label="HTML" name="tabHtml" visibleIf="EV([/includeView/@type],'fullPage') = false">
              <input bodyMode="true" fullToolbar="true" name="ctWysiwyg" nolabel="true"
                     type="dhtml" viewSourceBtn="false" xpath="." xpathInsert="/ignored/customizeHTMLWysiwyg"
                     xpathUrl="/tmp/urlTree/@toSelect">
                <container>
                  <input menuId="deliveryMenuBuilder" options="html" type="customizeBtn"
                         xpath="/ignored/customizeHTMLWysiwyg"/>
                </container>
              </input>
            </container>

If you're fully-hosted this will be overwritten on upgrades.

Thanks,

-Jon