Search the FirstSpirit Knowledge Base
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
>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...
>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...
perfekt danke