Copied to clipboard

Flag this post as spam?

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


  • MK 429 posts 906 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

     

     

  • Comment author was deleted

    Dec 18, 2012 @ 09:50

    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

Please Sign in or register to post replies

Write your reply to:

Draft