mirror of
https://github.com/purplecabbage/phonegap-plugins.git
synced 2026-04-24 03:00:11 -04:00
updating README
This commit is contained in:
@@ -16,20 +16,20 @@ ExtractZipFilePlugin - String - ExtractZipFilePlugin
|
||||
|
||||
## Using the plugin ##
|
||||
|
||||
function extractFile(fileName)
|
||||
{
|
||||
window.plugins.extractZipFile.extractFile(fileName,destination,win,fail);
|
||||
}
|
||||
function extractFile(fileName)
|
||||
{
|
||||
window.plugins.extractZipFile.extractFile(fileName,destination,win,fail);
|
||||
}
|
||||
|
||||
function win(status)
|
||||
{
|
||||
alert('Success'+status);
|
||||
}
|
||||
function win(status)
|
||||
{
|
||||
alert('Success'+status);
|
||||
}
|
||||
|
||||
function fail(error)
|
||||
{
|
||||
alert(error);
|
||||
}
|
||||
function fail(error)
|
||||
{
|
||||
alert(error);
|
||||
}
|
||||
|
||||
## Function Call ##
|
||||
|
||||
|
||||
Reference in New Issue
Block a user