Zum Hauptinhalt gehen

data-binding for <select> title is broken?

Kommentare

2 Kommentare

  • Permanently deleted user

    Peter,

    The @title binding directive is not supported. Please try removing the "@"; that should add the title property to your <select> tags

    <select data-binding="{title : @language-layerTooltip}">

     

        <option data-binding.....></opton>

     

    </select>

    See screenshot below for reference, the layer theme selector has been configured with a title that is bound to a locale string.

    /customer/servlet/servlet.FileDownload?file=00P6000000elTP9EAM

     

    Hope this helps,

    --Alejandro

    0
  • Permanently deleted user

    Doh..... you know how you can look at something so many times, that you just can't see what's right in front of you..... of course, it's obvious now and all the other tag parameters were without the @ sign.  I think what threw me was that I was looking at a <label> right above the <select> and it does have an @text.

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.