Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

The 4th edition of the Campaign Community Lens newsletter is out now!
SOLVED

Disable Wysiwyg(HTML tab)

Avatar

Level 2

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.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

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