Difference between revisions of "AlertDialog:show"

From GiderosMobile
(prefixindex)
m (Text replacement - "<source" to "<syntaxhighlight")
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
+
'''Available since:''' Gideros 2012.8<br/>
 +
'''Class:''' [[AlertDialog]]<br/>
  
<languages />
+
=== Description ===
 
+
Shows the alert dialog.
'''<translate>Available since</translate>:''' Gideros 2012.8<br/>
+
<syntaxhighlight lang="lua">
'''<translate>Class</translate>:''' [[Special:MyLanguage/AlertDialog|AlertDialog]]<br/>
 
 
 
=== <translate>Description</translate> ===
 
<translate>Shows the alert dialog.</translate>
 
<br/>
 
 
 
<source lang="lua">
 
 
AlertDialog:show()
 
AlertDialog:show()
</source>
+
</syntaxhighlight>
<br/>
 
  
{{Special:PrefixIndex/AlertDialog}}
+
{{AlertDialog}}

Latest revision as of 18:21, 12 July 2023

Available since: Gideros 2012.8
Class: AlertDialog

Description

Shows the alert dialog.

AlertDialog:show()