improve module export so that content can be saved to a file

This commit is contained in:
sbwalker
2025-05-15 08:56:21 -04:00
parent f3fcef52dd
commit a49b8728fd
6 changed files with 164 additions and 14 deletions

View File

@ -121,7 +121,7 @@
<value>Export</value>
</data>
<data name="Content.HelpText" xml:space="preserve">
<value>The Exported Module Content</value>
<value>Select the Export option and you will be able to view the module content</value>
</data>
<data name="Content.Text" xml:space="preserve">
<value>Content: </value>
@ -135,4 +135,22 @@
<data name="Export Content" xml:space="preserve">
<value>Export Content</value>
</data>
<data name="Text.Heading" xml:space="preserve">
<value>Text</value>
</data>
<data name="File.Heading" xml:space="preserve">
<value>File</value>
</data>
<data name="Folder.Text" xml:space="preserve">
<value>Folder:</value>
</data>
<data name="Folder.HelpText" xml:space="preserve">
<value>Select a folder where you wish to save the exported content</value>
</data>
<data name="Message.Content.Export" xml:space="preserve">
<value>Please Select A Folder Before Choosing Export</value>
</data>
<data name="Success.Export.File" xml:space="preserve">
<value>Content Was Successfully Exported To Specified Folder With Filename {0}</value>
</data>
</root>