-
Notifications
You must be signed in to change notification settings - Fork 767
Deprecate Document Templates #9641
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
Merged
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
1ee51bf
Deprecate Document Templates
a43f5e5
Removed old pages
56e1a51
Updated incoming links
0f7f44c
addressed feedback
7cffc48
Edit migration guide
ConnorLand 3d6e519
Examples of big deprecated things in 10
ConnorLand 3137b4e
Add 10.24 date
ConnorLand 15357cb
Update content/en/docs/refguide/modeling/resources/document-templates.md
ConnorLand 1c8fec8
Finish migration list
ConnorLand a2d9eed
Change v mentions to 11
ConnorLand 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
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
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
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
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
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
58 changes: 58 additions & 0 deletions
58
content/en/docs/refguide/modeling/resources/document-templates.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,58 @@ | ||
| --- | ||
| title: "Document Templates" | ||
| url: /refguide/document-templates/ | ||
| weight: 90 | ||
| aliases: | ||
| - /refguide/Document+Templates.html | ||
| - /refguide/Document+Templates | ||
| - /refguide/creating-your-own-documents/ | ||
| - /refguide/data-view-document-template/ | ||
| - /refguide/document-template/ | ||
| - /refguide/dynamic-image-document-template/ | ||
| - /refguide/dynamic-label-document-template/ | ||
| - /refguide/footer-document-template/ | ||
| - /refguide/header-document-template/ | ||
| - /refguide/line-break-document-template/ | ||
| - /refguide/page-break-document-template/ | ||
| - /refguide/static-image-document-template/ | ||
| - /refguide/static-label-document-template/ | ||
| - /refguide/style/ | ||
| - /refguide/template-grid-document-template/ | ||
| - /refguide/title-document-template/ | ||
| - /refguide/data-grid-document-template/ | ||
| - /refguide/columns-document-template/ | ||
| - /refguide/table-document-template/ | ||
| - /refguide/row-document-template/ | ||
| - /refguide/cell-document-template/ | ||
| #If moving or renaming this doc file, implement a temporary redirect and let the respective team know they should update the URL in the product. See Mapping to Products for more details. | ||
| --- | ||
|
|
||
| {{% alert color="warning" %}} | ||
ConnorLand marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| The use of **Document Templates** and the **Generate Document** microflow action is deprecated and will be removed in a future version of Mendix. | ||
| {{% /alert %}} | ||
|
|
||
| ## Introduction | ||
|
|
||
| Document Templates, previously used to design templates for exporting documents based on application data in Mendix, along with the **Generate Document** microflow action, are now deprecated and will be removed in a future Mendix release. This guide outlines the recommended alternatives for document generation. | ||
|
|
||
| To view the documentation of Document Templates, please refer to the [Mendix 10 documentation](/refguide10/document-templates/) instead. | ||
|
|
||
| ## Alternatives | ||
|
|
||
| Document Templates in Mendix allowed the generation of various document types. This section explains the appropriate replacement options for each previously supported document type. | ||
|
|
||
|
|
||
| To generate PDF documents, use the [PDF Document Generation](/appstore/modules/document-generation/) capability, which allows you to define PDFs based on standard Mendix pages. This approach offers significantly greater flexibility and control over the layout and design of your PDF documents compared to the deprecated Document Templates. | ||
|
|
||
| ### HTML | ||
|
|
||
| To generate HTML documents, create the HTML manually and use the token replacement capabilities of the [Mx Model Reflection](/appstore/modules/model-reflection/#token-configuration) module to insert application data. Open source tools such as [MJML](https://mjml.io/) can assist in designing visually appealing HTML, especially for email templates. | ||
|
|
||
| ### Microsoft Word | ||
|
|
||
| Generating Microsoft Word documents is no longer supported by Mendix. However, there are several alternative solutions available — both free and paid — maintained by Mendix partners and the community that support Word document generation. These can be found in the [Mendix Marketplace](https://marketplace.mendix.com/link/search/word). | ||
|
|
||
| ### Other Formats | ||
|
|
||
| Other formats, including Rich Text Format (.rtf) and OpenDocument Text (.odt), are no longer supported by Mendix and do not have official alternatives. We understand this may impact certain use cases, and we recommend exploring whether supported formats like PDF or HTML can meet your current needs. | ||
183 changes: 0 additions & 183 deletions
183
content/en/docs/refguide/modeling/resources/document-templates/_index.md
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
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.