question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Tooltip in fields forms

See original GitHub issue

Hey 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:closed
  • Created 7 years ago
  • Comments:9 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
volkanceylancommented, May 24, 2016

Use Hint or Placeholder, Description is not used

0reactions
Estruscocommented, Nov 3, 2016
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found