The current popup windows use the label of the link that invokes them. So a link (list) will result
in a popup named (link) - issue1 - classhelper by default. While the link can be changed by giving
arguments to the classhelp() method, usually the default of (list) is used.
This can be improved in the default case (where data-popup-title is not set) by:
using the property argument (props.formProperty) if present
using the classname that is shown in the popup (props.apiClassName) along with "Info on" to indicate it's
a readonly popup
So you get titles like:
nosy - issue4 - Classhelper
View info status - issue1 - Classhelper
superseder - issue10 - Classhelper
for the windows.
If the formProperty or apiClassName isn't descriptive enough the admin can use a data-popup-title.
The current popup windows use the label of the link that invokes them. So a link
(list)
will result in a popup named(link) - issue1 - classhelper
by default. While the link can be changed by giving arguments to the classhelp() method, usually the default of(list)
is used.This can be improved in the default case (where data-popup-title is not set) by:
So you get titles like:
for the windows.
If the formProperty or apiClassName isn't descriptive enough the admin can use a
data-popup-title
.