DdsFunctionKeysTagHelper class
Defines Application Aid Key banner
Namespace: ASNA.QSys.Expo.Tags Assembly: ASNA.QSys.Expo.Tags.dll
Inheritance: Object –> TagHelper
Remarks
All Display Pages have a bar that displays buttons to activate AidKey codes to submit the Page to the server.
The DdsFunctionKeys defines where this bar will be rendered, effectively defining the remaining area on the Page where the rest of the DdsXXX will render.
Typically, the DdsFunctionKeys is defined as the first element inside DdsFile
<form id="MonarchForm" method="post">
<DdsFile DisplayPageModel="Model">
<DdsFunctionKeys Location="HorizontalBottom" />
.
.
.
</DdsFile>
<form>
If you prefer not to display the
DdsFunctionKeysbar (i.e. your Application has other navigation menus), include theDdsFunctionKeysinstance on your Display Page with theLocationproperty set to Hidden.
Properties
| Type | Name | Description |
|---|---|---|
| ActiveKeyBarLocation | Location | Gets or sets the ActiveKeyBarLocation location where keys will be rendered. |
| Boolean | ShowKeyMnemonics | Show the Function Key Mnemonics along with the Key Names, for example: (F3 - Exit). |