SACGF / SACGF/variantgrid

Analysis Node Edtors - tooltips on elements

Open
#135 1 comment 0 reactions 0 assignees View on GitHub
Analysis documentation
Dominant language
Python
Stars
30
Forks
3
Avg merge
9h 28m
Merged PRs (30d)
42

Description

Apparently you can do it via forms:

```
class ExampleSettingForm(ModelForm):
def __init__(self, *args, **kwargs):
super(ExampleSettingForm, self).__init__(*args, **kwargs)
self.fields['example_field'].widget.attrs['class'] = 'css_class'
class Meta:
model = Example
help_texts = {
'example_field': ('Here is some help'),
}
```

Motivated by question asking what DamageNode "allow null" means - allows for when damage calculation wasn't performed, as only on dbNSFP - ie "all potential non-synonymous single-nucleotide variants"

James says you can add css class ```hover-detail``` to tell if something has a tooltip

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.