Updated docs for next

This commit is contained in:
Website Deployment Script
2016-07-15 06:24:53 +00:00
parent 6b7a6a32a5
commit 1a6baa5837
+1 -1
View File
@@ -26,7 +26,7 @@ cross-platform support if you don&#x27;t need to create iOS-only prompts.</p></d
taps &#x27;OK&#x27;.</p><p> If passed an array of button configurations, each button should include
a <code>text</code> key, as well as optional <code>onPress</code> and <code>style</code> keys (see
example). <code>style</code> should be one of &#x27;default&#x27;, &#x27;cancel&#x27; or &#x27;destructive&#x27;.</p></div></td></tr><tr><td>[type]<br><br><div><span><a href="docs/alertios.html#alerttype">AlertType</a></span></div></td><td class="description"><div><p>This configures the text input. One of &#x27;plain-text&#x27;,
&#x27;secure-text&#x27; or &#x27;login-password&#x27;.</p></div></td></tr><tr><td>[defaultValue]<br><br><div><span>string</span></div></td><td class="description"><div><p>The dialog&#x27;s title.</p></div></td></tr></tbody></table></div><div><br>Example with custom buttons:<div class="prism language-javascript">AlertIOS<span class="token punctuation">.</span><span class="token function">prompt<span class="token punctuation">(</span></span>
&#x27;secure-text&#x27; or &#x27;login-password&#x27;.</p></div></td></tr><tr><td>[defaultValue]<br><br><div><span>string</span></div></td><td class="description"><div><p>The default text in text input.</p></div></td></tr></tbody></table></div><div><br>Example with custom buttons:<div class="prism language-javascript">AlertIOS<span class="token punctuation">.</span><span class="token function">prompt<span class="token punctuation">(</span></span>
<span class="token string">&#x27;Enter password&#x27;</span><span class="token punctuation">,</span>
<span class="token string">&#x27;Enter your password to claim your $1.5B in lottery winnings&#x27;</span><span class="token punctuation">,</span>
<span class="token punctuation">[</span>