London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
Do you mean something like in this blog post? http://marekblotny.blogspot.se/2008/06/explicit-localization-in-episerver.html
Thank you for help.
Yes, I need tooltip for inputbox. But I would like to know, how to add tooltip to inputbox on backend Edit form of the page in cms 7.2, not to label.
Aah now I understand what you want to do. As far as I know there is no built in way to do that.
There is a build in possibility to add help information for each property label like
<property name="Fieled1">
<caption>Field1</caption>
<help>Warning!</help>
</property>
Is there any bouild in possibilty to add the same tooltip to input box?
Or is it necessary to customize the inputbox?