Function Help (New Style Help Only)
- Updated2023-02-21
- 1 minute(s) read
When you use the new help style, you can display help information that pertains to a specific function panel by selecting Help»Function in the function panel. Alternatively, you can right-click the background of the function panel to display the function panel help.
When you use the new help style, enter function panel help information from the Function Panel Editor. Complete the following steps to add function panel help.
- Open the function panel.
- Select Edit»Function Help in the Function Panel Editor. The Help Editor window appears. Alternatively, you can right-click the background of the function panel and select Function Help to display the Help Editor window.
- Enter the help text into the Help Editor window. You can add HTML tags to the text, or leave out the HTML tags.
![]() |
Note You can use HTML tags, but you must enclose the tags in <HTML><BODY></BODY></HTML> tags. To specify a style sheet, move the style sheet to the same directory as your .fp file and use %FP_PATH% in the HTML link element, as shown in the following example: <link rel="stylesheet" href="%fp_path%/stylesheet.css" type="text/css"> |
Refer to Help Style for more information about changing between the new and old style help modes.
