- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
Part of the Developer Toolbox Series. Available as a separate Update Set on Share.
A little more than a tool, but not quite a full application either. Gives you the ability to show HTML help for individual fields in a popup window:
The hover over hint for the icon, popup window title and width are customizable as well.
After installing the Update Set, a new "Field Help" Module is added to the "System UI" Application Menu:
That will display the list of records you have configured to show. There are 4 examples that are included in the Update Set. They are all for the Field Help form itself:
The "Messages" Module added to the "Developer Toolbox" Application Menu displays a list of UI Messages that are used within the tool. I've standardized on using UI Messages now for any message visible to users to make it easier to localize the tools.
It's pretty simple to use. Simply create a new "Field Help" record and fill in the appropriate information:
The "Table" and "Field name" specify which field you want to show help for. The "Hint" field is what appears when users hover over the icon on the form. "Active" toggles whether the record is available to be displayed or not and "Width" specifies how wide the popup window should be. The "Content" field contains the text to display in the popup.
The "Test Current Content" UI Action will grab the current information in the form, whether it has been saved or not, and displays the popup as it would appear on the actual field/form you are configuring the help for:
The work to display the information is done by a UI Macro called "u_fpc_field_help". To use it, you must add a new or update an existing "field_decorations" Dictionary Attribute OR Dictionary Override record to add the name of the UI Macro:
Or, to make things easy, you can use the "Configure Field" UI Action to configure the field for you:
The UI Action only appears for a record that has already been saved. Information/error messages will appear to tell you the status of the operation:
Once configured, a icon now appears beside the field, and when clicked, shows the popup window with the help text:
The "Field Help" records will be saved to your Update Sets, including any attachments on the records.
The Update Set is available on the Share site. You can try it out in your personal dev instance first to get comfortable with it before installing it in your dev instance.
Requires the "u_fpc_modal_simple_alert" UI Page from the "Simple Modal Alert" UI Page post. This is used to display an alert in the "Test Current Content" UI Action when the "Content" field is empty.
The Update Set is available here on the Share site.
- 816 Views
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.