-
Notifications
You must be signed in to change notification settings - Fork 754
[WTF-2395] Add docs for batch conversion #10191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
LEGIO-SEXTA-FERRATA
wants to merge
7
commits into
mendix:development
Choose a base branch
from
LEGIO-SEXTA-FERRATA:wtf/WTF-2395-batch-conversion-docs
base: development
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 3 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
386925f
Add a page for batch conversion
LEGIO-SEXTA-FERRATA fa918f6
QA: extend the manual conversion description
LEGIO-SEXTA-FERRATA de33449
QA: use the up-to-date screenshot
LEGIO-SEXTA-FERRATA 8b1e827
text edits
ConnorLand f0ab1b9
Add version introduced and dialog box description for accessibility/Maia
MarkvanMents cfe0755
Clarify manual conversion process
MarkvanMents de263b9
Clarify limitations of batch widget conversion
MarkvanMents File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
47 changes: 47 additions & 0 deletions
47
content/en/docs/refguide/runtime/mendix-client/batch-conversion.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,47 @@ | ||
| --- | ||
| title: "Batch Widget Conversions for React Client" | ||
| url: /refguide/mendix-client/batch-conversion/ | ||
| description: "Describes how to use the batch conversion feature to convert multiple widgets for React client compatibility." | ||
| weight: 30 | ||
| --- | ||
|
|
||
| ## Introduction | ||
|
|
||
| When migrating your application to the [React client](/refguide/mendix-client/react/), you may need to convert multiple widgets that are not compatible with React client. Studio Pro's batch conversion feature allows you to efficiently convert multiple unsupported widgets at once, rather than converting them individually. | ||
|
|
||
| The batch conversion feature automatically identifies all widgets in your application that need to be converted for React client compatibility and provides options to convert them in bulk. This significantly reduces the time and effort required to migrate large applications to the React client. | ||
|
|
||
| ## Supported Widget Conversions | ||
|
|
||
| The batch conversion feature supports the following widget conversions: | ||
|
|
||
| | Original Widget | Converts To | | ||
| |-------------------------------------------------------------------------|-----------------------------------------------| | ||
| | [Dynamic Image](/refguide/image-viewer/) | [Image](/appstore/widgets/image/) | | ||
| | [Static Image](/refguide/image/) | [Image](/appstore/widgets/image/) | | ||
| | [Reference Selector](/refguide/reference-selector/) | [Combo Box](/appstore/widgets/combobox/) | | ||
| | [Reference Set Selector](/refguide/reference-set-selector/) | [Combo Box](/appstore/widgets/combobox/) | | ||
| | [Input Reference Set Selector](/refguide/input-reference-set-selector/) | [Combo Box](/appstore/widgets/combobox/) | | ||
| | [Drop-down](/refguide/drop-down/) | [Combo Box](/appstore/widgets/combobox/) | | ||
| | [Data Grid](/refguide/data-grid/) | [Data Grid 2](/appstore/modules/data-grid-2/) | | ||
|
|
||
| ## Using Batch Conversion | ||
|
|
||
| To start the batch conversion process you can either: | ||
|
|
||
| 1. Right-click on an incompatible widget in Studio Pro and select **Convert all to [target widget]** | ||
| 2. Right-click on an error or a deprecation for an incompatible widget and select **Convert all to [target widget]** | ||
|
|
||
| The Widget Conversion dialog displays: | ||
|
|
||
| {{< figure src="/attachments/refguide/runtime/mendix-client/batch-conversion-dialog.png" class="no-border" >}} | ||
ConnorLand marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| ### Handling Conversion Limitations | ||
|
|
||
| Some widgets may not be in a convertible state due to specific configurations or properties. In such cases, Studio Pro will attempt to convert as many widgets as possible and will inform you about how many widgets could not be converted automatically. You can then choose to convert the remaining widgets manually by finding them through the error pane. | ||
|
|
||
| This manual conversion means using the context menu conversion option on each individual widget. This will bring up a dialog providing you with the specific reasons why that particular widget could not be converted automatically during the batch process. | ||
|
|
||
| {{% alert color="info" %}} | ||
| For detailed information about conversion limitations, see [Widget Conversion Limitations](/refguide/mendix-client/widget-conversion-limitations/). | ||
| {{% /alert %}} | ||
Binary file added
BIN
+58 KB
static/attachments/refguide/runtime/mendix-client/batch-conversion-dialog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.