|
Winflector JavaScript API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--WFAPI.Application
Defined in wflogin.js
Field Summary | |
string |
IconURL
The URL of the icon image for this application. |
string |
Name
Human readable name of the application, as defined on the server. |
number|boolean |
ParsDisabled
Whether or not the runtime parameters input should be disabled for this application. |
number|boolean |
WDirDisabled
Whether or not the working directory input should be disabled for this application. |
<static> <final> Object |
RUN_ACTIVEX
Run this application in a deprecated ActiveX client. |
<static> <final> Object |
RUN_JAVASCRIPT
Run this application in a modern web-based client. |
<static> <final> Object |
RUN_NATIVE
Run this application in a native client. |
<static> <final> Object |
RUN_UPDATE_NATIVE
Don't actually run the application, update the native client instead. |
Constructor Summary | |
WFAPI.Application(<Object> pattern, <WFAPI> wfapi)
Winflector application constructor. |
Method Summary | |
void
|
run(<string> method, <string=> wdir, <string=> pars)
Run this application. |
Field Detail |
string IconURL
string Name
number|boolean ParsDisabled
number|boolean WDirDisabled
<static> <final> Object RUN_ACTIVEX
<static> <final> Object RUN_JAVASCRIPT
<static> <final> Object RUN_NATIVE
<static> <final> Object RUN_UPDATE_NATIVE
Constructor Detail |
WFAPI.Application(<Object> pattern, <WFAPI> wfapi)
pattern
- The value object to copy the properties from.
wfapi
- A reference to the WFAPI object.
Method Detail |
void run(<string> method, <string=> wdir, <string=> pars)
method
- Which client implementation to choose.
wdir
- Optional working directory (on the remote server).
pars
- Optional runtime arguments of the application.
|
Winflector JavaScript API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |