Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • MK 426 posts 902 karma points
    Dec 13, 2012 @ 10:17
    MK
    0

    Dictionary item in tooltip doesnt work?

    Hi there,

    I found a work around it but wanted to know if there is something else:

    @model Umbraco.Forms.Mvc.Models.FieldViewModel

    @{

        var item = umbraco.library.GetDictionaryItem(Model.ToolTip);

        }

    <input type="text" name="@Model.Name" id="@Model.Id" class="text" value="@Model.Value"  placeholder="@item"

    @{if(Model.Mandatory){<text>required</text>}}

    />

    Cheers

    mkariti

     

     

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Dec 18, 2012 @ 09:50
    Tim Geyssens
    0

    Thanks for letting us know, will be updated in next maintenance release

    You can follow the progress on our issue tracker http://issues.umbraco.org/issue/CON-189

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies