Jmix Help Dialogs

Implement info icons that open contextual help dialogs in Jmix views.

1|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/TorbenMerrald/StableManager --skill jmix-help-dialogs
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Jmix Help Dialogs
Source: https://github.com/TorbenMerrald/StableManager/tree/main/.claude/skills/jmix-help-dialogs
Command: npx skills add https://github.com/TorbenMerrald/StableManager --skill jmix-help-dialogs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Jmix Help Dialogs provides a reusable pattern to add contextual help to Jmix views by introducing an info icon that opens a help dialog with guidance content.

Core Features & Use Cases

  • Adds contextual help to list views and detail forms
  • Implements the info icon pattern with message dialogs in Jmix
  • Facilitates user guidance for workflow-heavy views and complex UIs

Quick Start

Add an info icon button to a Jmix view that opens a contextual help dialog.

Frequently Asked Questions about Jmix Help Dialogs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add contextual help dialogs to Jmix views?▼

Adding contextual help to Jmix views involves placing an info icon button that opens a modal message dialog. This pattern uses Vaadin components and a message bundle to render in-context explanations for list views and detail forms.

What is the best way to guide users through complex Jmix workflows?▼

The best way to guide users through complex Jmix workflows is implementing contextual help dialogs. By adding an info icon to workflow-heavy screens, users can access modal explanations exactly when and where they need them.

Can I use Vaadin components to display help dialogs in Jmix?▼

Yes, you can use Vaadin components to display help dialogs in Jmix. The implementation requires integrating Jmix UI elements with a resource bundle to populate the modal dialog with contextual guidance content.

Do I need a message bundle to implement contextual help in Jmix?▼

Yes, a message or resource bundle is required to implement contextual help in Jmix. The bundle stores the text content that the Vaadin-based help dialog renders when users click the info icon.

How does the info icon pattern work for Jmix detail forms?▼

The info icon pattern for Jmix detail works by adding a button to the view that triggers a modal dialog. This contextual help mechanism loads explanations from a resource bundle to clarify complex form fields.

When should I use modal help dialogs instead of tooltips in Jmix?▼

Use modal help dialogs in Jmix for workflow-heavy screens and complex forms where users need detailed in-context explanations. Tooltips suit brief hints, while dialog modals provide structured guidance directly within the view.