Permalink: |
Display
The Display command shows the window specified in the Window parameter and, in the Param parameter, passes it data for initialization.
Parameters¶
- Window - name of the window which will be shown.
The parameter can take one of the values given below: - Main - the main window in WebMoney Keeper WinPro;
- Options - "Program parameters" dialogue;
- Props - "Correspondent information" or "About me..." dialogue depending on the Param parameter;
- About - "About the program..." dialogue;
- Messages - "All messages" dialogue;
- Invoices_Out - "Sent invoices" window;
- Invoices_In - "Received invoices" window;
- Operations - "Transaction history" window.
- Page - dialogue page (1 - first page, 2 - second page, and so on) which will be active when the dialogue is shown. This parameter is applied to the Main, Options and Props windows.
- Param - at present, this parameter is used only by the Props window. You can pass it a user's WMID and view information about that user in the "Correspondent information" window. If this parameter is absent, then the "About me..." dialog will be shown.
Example¶
<a href="wmk:display?window=main&page=3&BringToFront=Y">Show WebMoney Keeper and open list of purses</a>
<a href="wmk:display?window=about&BringToFront=Y">Click here to determine your version of WebMoney Keeper</a>
<a href="wmk:display?window=props&BringToFront=Y">Edit information about yourself</a>
<a href="wmk:display?window=options&page=1&BringToFront=Y">Change skin for this dialog!</a>
See also:
WMK Protocol
Refresh
PayTo
MsgTo
Exit