- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ03-14-2016
03:45 AM
Value und Ref zu einer Variable
Hallo zusammen,
aktuell bastle ich gerade ein kleines Script was mit einen Link erstellen soll.Dabei gebe ich 2 Values und ein Ref aus. Es sind aber 3 Einzelvariablen.
Hier mein Beispiel:
$CMS_VALUE(ssCorporateUrl)$$CMS_VALUE(myVar)$$CMS_REF(#nav.ref)$
Kann mir wer sagen, wie ich alle 3 in eine Variable bekomme?!
Vielen Dank
Labels
- Labels:
-
Developers
1 Solution
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ03-16-2016
04:49 AM
Hallo,
das sollte so funktionieren:
$CMS_SET(set_var)$$CMS_VALUE(ssCorporateUrl)$$CMS_VALUE(myVar)$$CMS_REF(#nav.ref)$$CMS_END_SET$
Viele Grรผรe
Tim
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ03-16-2016
04:49 AM
Hallo,
das sollte so funktionieren:
$CMS_SET(set_var)$$CMS_VALUE(ssCorporateUrl)$$CMS_VALUE(myVar)$$CMS_REF(#nav.ref)$$CMS_END_SET$
Viele Grรผรe
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ03-16-2016
10:21 AM
Danke Tim,
das war es gewesen

