Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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
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
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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
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
is working on a reply...