jdrees
I'm new here

CMS_INPUT_CONTENTAREALIST deprecated für FS 5.0?!

Jump to solution

Hallo,

im Zuge eines Redesigns planen wir die Umsetzung in HTML5.

Folgender Aufbau ist geplant:

<body>

     <article>

          <header>...</header>

          <section>....</section>

          <section>....</section>

          ...

          <section>...</section>

          <aside>

               <aside>...</aside>

               <aside>...</aside>

               ...

               <aside>...</aside>

          </aside>

     </article>

     <article>

          ...

     </article>

     ...

     <article>

         ...

     </article>

</body>

Die Umsetzung planen wir mit CMS_INPUT_CONTENTAREALIST. Was auch wunderbar funktioniert.

Die Frage ist nur ob dieses Element deprecated ist für Version 5.0 und wir dann die Vorlagen komplett umbauen müssen.

Gibt es einen anderen Lösungsweg für verschachtelte Absätze oder ist etwas in der Richtung für FS 5.0 geplant?

Gruß aus Soest

Julian

0 Kudos
1 Solution

Accepted Solutions
andre
I'm new here

>Die Frage ist nur ob dieses Element deprecated ist für Version 5.0

Ja CMS_INPUT_CONTENTAREALIST ist fuer 5.0 deprecated. Das Pendant dazu ist FS_LIST. siehe http://www.e-spirit.com/odfs42/en/vorlagenentwicklung/formular/fs/fs_list/list_3.html

die CMS_INPUT_CONTENTAREALIST Entsprechung ist dann http://www.e-spirit.com/odfs42/en/vorlagenentwicklung/formular/fs/fs_list/inline/inline_1.html?commu...

View solution in original post

0 Kudos
2 Replies
andre
I'm new here

>Die Frage ist nur ob dieses Element deprecated ist für Version 5.0

Ja CMS_INPUT_CONTENTAREALIST ist fuer 5.0 deprecated. Das Pendant dazu ist FS_LIST. siehe http://www.e-spirit.com/odfs42/en/vorlagenentwicklung/formular/fs/fs_list/list_3.html

die CMS_INPUT_CONTENTAREALIST Entsprechung ist dann http://www.e-spirit.com/odfs42/en/vorlagenentwicklung/formular/fs/fs_list/inline/inline_1.html?commu...

0 Kudos

perfekt danke Smiley Happy

0 Kudos