TimoMeister
Returning Responder

DOMTABLE - choice in propertyConfig

Jump to solution

Hallo zusammen,

hier mein nächstes Anliegen. Bei mir funktioniert die choice Funktion in der propertyConfig im CMS_DOMTABLE nicht. Habe es wie im Beispiel eingefügt:

Die Auswahlbox erscheint, aber darin sind keine Einträge.

Was mache ich falsch? Danke

      <CMS_INPUT_DOMTABLE

        name="st_table"

        allowEmpty="no"

        hFill="yes"

        height="10"

        propertyConfig="choice:Wahl[type=choice;choice1:Auswahl1|choice2:Auswahl2|choice3:Auswahl3]"

        useLanguages="yes">

        <FORMATS>

          <TEMPLATE name="table"/>

        </FORMATS>

        <LANGINFOS>

          <LANGINFO lang="*" label="Table" description="Fill the table with your data"/>

          <LANGINFO lang="DE" label="Tabelle" description="Befüllen Sie die Tabelle mit Daten"/>

        </LANGINFOS>

        <LINKEDITORS>

          <LINKEDITOR name="no"/>

        </LINKEDITORS>

      </CMS_INPUT_DOMTABLE>

0 Kudos
1 Solution

Accepted Solutions
hoebbel
Crownpeak employee

ich tippe mal darauf, dass folgendes funktionieren wird:

propertyConfig="choice:Wahl[choice1:Auswahl1|choice2:Auswahl2|choice3:Auswahl3]"

View solution in original post

0 Kudos
5 Replies
hoebbel
Crownpeak employee

ich tippe mal darauf, dass folgendes funktionieren wird:

propertyConfig="choice:Wahl[choice1:Auswahl1|choice2:Auswahl2|choice3:Auswahl3]"

0 Kudos

Jawoll das funktioniert. 😃

Dann ist es aber in der Dokumentation falsch!!!

0 Kudos

Und wie kann ich jetzt die Attribute ausgeben?

0 Kudos

Mit #cell.attr("choice")

Entweder mittels $CMS_SWITCH(#cell.attr("choice"))$...$CMS_CASE("choice1")$... ...$CMS_END_SWITCH$ die einzelnen Möglichkeiten abfragen oder direkt mittels $CMS_VALUE(#cell.attr("choice"))$ ausgeben.

http://www.e-spirit.com/odfs42/de/vorlagenentwicklung/vorlagensyntax/systemobjekte/cell/cell_1.html

User: FIRSTDoku

Pass: FSdown_V2

0 Kudos

Ich möchte hier nochmal darauf hinweisen, dass die Dokumentation an der Stelle noch nicht überarbeitet worden ist.

0 Kudos