forked from github/Toast-PhoneGap-Plugin
Documentation
This commit is contained in:
parent
5ec7e821ca
commit
a3a1ec7de8
@ -111,9 +111,9 @@ You can also use any of these convenience methods:
|
|||||||
|
|
||||||
You can copy-paste these lines of code for a quick test:
|
You can copy-paste these lines of code for a quick test:
|
||||||
```html
|
```html
|
||||||
<button onclick="window.plugins.toast.showShortTop('hi!', function(a){console.log('toast success: ' + a)}, function(b){alert('toast error: ' + b)})">Toast showShortTop</button>
|
<button onclick="window.plugins.toast.showShortTop('Hello there!', function(a){console.log('toast success: ' + a)}, function(b){alert('toast error: ' + b)})">Toast showShortTop</button>
|
||||||
<button onclick="window.plugins.toast.showLongBottom('hi!', function(a){console.log('toast success: ' + a)}, function(b){alert('toast error: ' + b)})">Toast showLongBottom</button>
|
<button onclick="window.plugins.toast.showLongBottom('Hello there!', function(a){console.log('toast success: ' + a)}, function(b){alert('toast error: ' + b)})">Toast showLongBottom</button>
|
||||||
<button onclick="window.plugins.toast.show('hi!', 'long', 'center', function(a){console.log('toast success: ' + a)}, function(b){alert('toast error: ' + b)})">Toast show long center</button>
|
<button onclick="window.plugins.toast.show('Hello there!', 'long', 'center', function(a){console.log('toast success: ' + a)}, function(b){alert('toast error: ' + b)})">Toast show long center</button>
|
||||||
```
|
```
|
||||||
|
|
||||||
## 5. CREDITS ##
|
## 5. CREDITS ##
|
||||||
|
Loading…
Reference in New Issue
Block a user