Tooltip in fields forms
See original GitHub issueHey Volkan,
I would like to know how to set tooltip fot the fields in forms.
in ContasBancariasRow.cs i tried this.
[DisplayName("Numero Agencia"), Size(50), Description("Número da Agência")]
public String NumeroAgencia
{
get { return Fields.NumeroAgencia[this]; }
set { Fields.NumeroAgencia[this] = value; }
}
But description is not showing in textbox field in web. It’s important to describe for user the target of this fields.
I know that we have jquery tooltip in serenity (https://jqueryui.com/tooltip/), but i can’t understand how to set it in serenity.
Thanks in advanced.
Issue Analytics
- State:
- Created 7 years ago
- Comments:9 (8 by maintainers)
Top Results From Across the Web
PDF form fields | Add tooltips, data and time, required/ ...
Double-click a selected form field to open the Properties window. · In the General tab, type a description into the tooltip box. Add...
Read more >Using tooltips in form fields
Here you can see a tooltip when you put your focus on any of the following form fields. You can move between fields...
Read more >Tooltips | Dynamic Forms - Yale University
Tooltips can be added to any Form Item where the participant is asked to give a response. Tooltips provide additional information related to...
Read more >How to add a tooltip on the form fields? - Everest Forms
Go to the Field Options of the desired form field. Look out for the 'Enable Tooltip' option and enable it. You can enter...
Read more >Adding a tooltip to an input box
I know this is a question regarding the CSS.Tooltips library. However, for anyone else came here resulting from google search "tooltip for ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Use Hint or Placeholder, Description is not used
See at https://github.com/volkanceylan/Serenity/issues/1306