mirror of
https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin.git
synced 2025-02-24 10:12:53 +08:00
Documentation
This commit is contained in:
parent
68af866a2e
commit
0074f6adfd
@ -98,8 +98,8 @@ Toast.js is brought in automatically. There is no need to change or add anything
|
|||||||
## 4. Usage
|
## 4. Usage
|
||||||
You have two choices to make when showing a Toast: where to show it and for how long.
|
You have two choices to make when showing a Toast: where to show it and for how long.
|
||||||
* show(message, duration, position)
|
* show(message, duration, position)
|
||||||
* duration: short / long
|
* duration: 'short', 'long'
|
||||||
* position: top / center / bottom
|
* position: 'top', 'center', 'bottom'
|
||||||
|
|
||||||
You can also use any of these convenience methods:
|
You can also use any of these convenience methods:
|
||||||
* showShortTop(message)
|
* showShortTop(message)
|
||||||
@ -120,7 +120,7 @@ You can copy-paste these lines of code for a quick test:
|
|||||||
|
|
||||||
This plugin was enhanced for Plugman / PhoneGap Build by [Eddy Verbruggen](http://www.x-services.nl).
|
This plugin was enhanced for Plugman / PhoneGap Build by [Eddy Verbruggen](http://www.x-services.nl).
|
||||||
The Android code was entirely created by me.
|
The Android code was entirely created by me.
|
||||||
I only has to slightly adjust this excellent [Toast for iOS project by Charles Scalesse] (https://github.com/scalessec/Toast).
|
For iOS most credits go to this excellent [Toast for iOS project by Charles Scalesse] (https://github.com/scalessec/Toast).
|
||||||
|
|
||||||
## 6. License
|
## 6. License
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user