comparison doc/reference.txt @ 7928:c05ea62b4c7a

fix: issue2551347 - make _generic.help.html work without property settings This lets the classhelp() method run in read only mode to provide information on a Link property without updating the property. Updating the property can be done by selecting the proper value using the drop-down. Update classic and minimal templates to allow this to work. Update upgrading and reference docs.
author John Rouillard <rouilj@ieee.org>
date Thu, 02 May 2024 22:11:37 -0400
parents 6aa0525187cd
children 14a10cc9b7b4
comparison
equal deleted inserted replaced
7927:ea4e3dc4b59e 7928:c05ea62b4c7a
2754 which items are supposed to be displayed. It has to be of 2754 which items are supposed to be displayed. It has to be of
2755 the format "<field>=<values>;<field>=<values>;...". 2755 the format "<field>=<values>;<field>=<values>;...".
2756 2756
2757 The popup window is resizable and scrollable. 2757 The popup window is resizable and scrollable.
2758 2758
2759 If the "property" arg is given, it's passed through to the 2759 If the "property" arg is given, it's passed through to
2760 JavaScript help_window function. This allows updating of a 2760 the JavaScript help_window function. This allows
2761 property in the calling HTML page. 2761 updating of a property in the calling HTML
2762 page. "property" is optional. If not provided, the
2763 resulting window will be read only. This is useful for
2764 Link properties where selection can be done by drop-down,
2765 but descriptions of the values can be seen in the popup.
2766 Note that some tracker templates may generate an error
2767 if the property is missing. Version 2.4.0 of Roundup
2768 fixed these templates.
2762 2769
2763 If the "form" arg is given, it's passed through to the 2770 If the "form" arg is given, it's passed through to the
2764 JavaScript help_window function - it's the name of the form 2771 JavaScript help_window function - it's the name of the form
2765 the "property" belongs to. 2772 the "property" belongs to.
2766 2773

Roundup Issue Tracker: http://roundup-tracker.org/