Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extended description in form fields #238

Open
jace opened this issue Aug 27, 2019 · 0 comments
Open

Extended description in form fields #238

jace opened this issue Aug 27, 2019 · 0 comments
Assignees

Comments

@jace
Copy link
Member

jace commented Aug 27, 2019

Form fields currently accept a description that is expected to be a single line. Sometimes we need an extended description spanning paragraphs. This can't be displayed inline and will be a pop-up.

This needs two things:

  1. All Field classes offered by Baseframe should accept an extended_description or long_description parameter. Possible values: markup text, name of template to render, or URL that will supply the content. This is because the description may require non-textual content like icons and images.

  2. render_field should render the field with an icon indicating extra content is available. This should show a tooltip or popup with the content.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants