|
|
| Home | Documentation ... Contact |
The Console location is used for weblications that do not need a GUI and for those with Glade-designed GUIs.
Registration information must be stored in the weblication's WDF file. Use the sash-wdf-editor to edit the WDF file (Look under the 'Actions' tab). Console registration includes a JavaScript file.
For example, the SashFTP weblication contains the following registration information:
<registration>
<jsfile>sashftp.js</jsfile>
</registration>
| Methods |
|
string Readline() |
Read in a line of input from stdin, and return it. |