Questions & Answers

SOLVED
Ole
Returning Observer

CMS_INPUT_DOM ohne FORMATS

Jump to solution

Guten Morgen,

gibt es eine Mรถglichkeit CMS_INPUT_DOM ohne die Dropdowns fรผr die Formate anzuzeigen?

In meiner aktuellen Implementation benรถtige ich diese nรคmlich nicht und sie wรผrden nur Begehrlichkeiten wecken.

Auf CMS_INPUT_TEXTAREA mรถchte/kann ich aber nicht zurรผckgreifen, da ich Listen und Links anbieten mรถchte/muss.

Danke & GruรŸ

Ole

1 Solution

Accepted Solutions
mbarsch
I'm new here

<CMS_INPUT_DOM name="st_textt" bold="no" hFill="yes" italic="no" list="yes" rows="10" useLanguages="yes">

     <FORMATS>

          <TEMPLATE name="p"/>

     </FORMATS>

     <LANGINFOS>

          <LANGINFO lang="*" label="Text"/>

      </LANGINFOS>

      <LINKEDITORS>

           <LINKEDITOR name=""/>

      </LINKEDITORS>

</CMS_INPUT_DOM>

Weniger geht nicht. Der DOM-Editor braucht immer mindestens eine Blockformatierung.

View solution in original post

3 Replies
mbarsch
I'm new here

<CMS_INPUT_DOM name="st_textt" bold="no" hFill="yes" italic="no" list="yes" rows="10" useLanguages="yes">

     <FORMATS>

          <TEMPLATE name="p"/>

     </FORMATS>

     <LANGINFOS>

          <LANGINFO lang="*" label="Text"/>

      </LANGINFOS>

      <LINKEDITORS>

           <LINKEDITOR name=""/>

      </LINKEDITORS>

</CMS_INPUT_DOM>

Weniger geht nicht. Der DOM-Editor braucht immer mindestens eine Blockformatierung.

Ole
Returning Observer

Danke, das muss dann wohl reichen Smiley Happy

0 Kudos

Formatvorlage 'no_format' hilft uns immer weiter. Im HTML dann nur $CMS_VALUE(#content)$. Das ist unser Workaround. Man muss mindestens ein Template wรคhlen, nicht unbedingt 'p'.

0 Kudos

Type a product name