- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
DOMTABLE - choice in propertyConfig
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>
- Labels:
-
Developers
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ich tippe mal darauf, dass folgendes funktionieren wird:
propertyConfig="choice:Wahl[choice1:Auswahl1|choice2:Auswahl2|choice3:Auswahl3]"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ich tippe mal darauf, dass folgendes funktionieren wird:
propertyConfig="choice:Wahl[choice1:Auswahl1|choice2:Auswahl2|choice3:Auswahl3]"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jawoll das funktioniert. ๐
Dann ist es aber in der Dokumentation falsch!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Und wie kann ich jetzt die Attribute ausgeben?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ich mรถchte hier nochmal darauf hinweisen, dass die Dokumentation an der Stelle noch nicht รผberarbeitet worden ist.

