Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
mdhelp: add <tvh_include> support for markdown
- Loading branch information
Showing
8 changed files
with
69 additions
and
37 deletions.
There are no files selected for viewing
This file contains 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 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 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,8 @@ | ||
| ###Adding and Editing an Entry/Record | ||
|
|
||
| To add an entry press the *[Add]* button from the menu bar. | ||
|
|
||
| To edit an entry highlight the desired entry within the grid, and | ||
| then press the *[Edit]* button from the menu bar. | ||
|
|
||
| Note that both the *[Add]* and *[Edit]* buttons display similar dialogs. |
This file contains 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,13 @@ | ||
| ###Menu Bar/Buttons | ||
|
|
||
| The tab has the following buttons: | ||
|
|
||
| Button | Function | ||
| -----------------------|------------------- | ||
| **Save** | Save any changes made to the grid/entries. | ||
| **Undo** | Revert any changes made since the last save. | ||
| **Add** | Display the *Add entry* dialog. | ||
| **Delete** | Delete the selected entry/entries. | ||
| **Edit** | Edit the selected entry. | ||
| **View Level** | Change the interface view level to show/hide more advanced options. | ||
| **Help** | Display this help page. |
This file contains 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,7 @@ | ||
| ### Deleting an Entry. | ||
|
|
||
| To delete an entry highlight (select) the entry from the grid, then press | ||
| the *[Delete]* button from the menu bar. | ||
|
|
||
| **Tip**: Rather than deleting an entry, you can disable it instead by | ||
| pressing the *[Edit]* button, and unticking the "Enabled" check box. |
This file contains 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 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 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