platform
Extends:
Static Method Summary
Static Public Methods | ||
public static |
|
|
public static |
showOpenDialog(title: *, args: *): * |
|
public static |
showSaveDialog(title: *, savedata_cb: *, args: *): * |
|
public static |
showSaveDialog_old(title: *, savedata: *, args: *): * |
|
public static |
writeFile(data: *, handle: *, mime: *): * |
Inherited Summary
From class PlatformAPI | ||
public static |
readFile(path: *, mime: *) |
|
public static |
resolveURL(path: *, base: *): * |
|
public static |
showOpenDialog(title: *, args: *) |
|
public static |
showSaveDialog(title: *, savedata_cb: *, args: *) |
|
public static |
writeFile(data: *, handle: *, mime: *) |
Static Public Methods
public static readFile(path: *, mime: string): * source
Override:
PlatformAPI#readFileParams:
Name | Type | Attribute | Description |
path | * | ||
mime | string |
|
Return:
* |
public static showOpenDialog(title: *, args: *): * source
Override:
PlatformAPI#showOpenDialogParams:
Name | Type | Attribute | Description |
title | * | ||
args | * |
|
Return:
* |
public static showSaveDialog(title: *, savedata_cb: *, args: *): * source
Override:
PlatformAPI#showSaveDialogParams:
Name | Type | Attribute | Description |
title | * | ||
savedata_cb | * | ||
args | * |
|
Return:
* |
public static showSaveDialog_old(title: *, savedata: *, args: *): * source
Params:
Name | Type | Attribute | Description |
title | * | ||
savedata | * | ||
args | * |
|
Return:
* |
public static writeFile(data: *, handle: *, mime: *): * source
Override:
PlatformAPI#writeFileParams:
Name | Type | Attribute | Description |
data | * | ||
handle | * | ||
mime | * |
Return:
* |