Framework:MsgBox: Difference between revisions

From CoPlanner 10
Jump to navigationJump to search
Created page with "==Function== MsgBox(<Prompt>,[Title]) {| cellspacing="1" cellpadding="3" width={{{breite|80%}}} border="1" |- | style=background-color:#f6f6f6 |'''Pa..."
 
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
==[[Framework:Functions|Function]]==
==[[Framework:Functions|Function]]==


MsgBox(<Prompt>,[Title])
<span {{CoPFormel}}>MsgBox(<Prompt>,[Title])</span>


 
{| class="wikitable" width="80%"
{| cellspacing="1" cellpadding="3" width={{{breite|80%}}}  border="1"
|-{{Tabellentitel}}
|-
| Parameter  
| style=background-color:#f6f6f6 |'''Parameter'''
| Description
| style=background-color:#f6f6f6 |'''Description'''
|-
|-
|Prompt
|Prompt
Line 13: Line 12:
|-
|-
|Title
|Title
|String expression displayed in the title bar of the dialog box.
|Optional. String expression displayed in the title bar of the dialog box.
|}
|}
This function belongs to [[:Category:Functions_-_client-side|client-side functions]].


==Ergebnis==
==Ergebnis==
Line 20: Line 20:


==Example==
==Example==
MsgBox(Hello world,Hallo)
<span {{CoPFormel}}>MsgBox(Hello world,Hallo)</span>




__NOEDITSECTION__  
__NOEDITSECTION__  


[[Category:Functions - clientseitig|MsgBox]]
[[Category:Functions|MsgBox]]
[[Category:Functions - client-side|MsgBox]]
[[de:Framework:MsgBox]]
[[de:Framework:MsgBox]]

Latest revision as of 08:48, 24 May 2012

Function

MsgBox(<Prompt>,[Title])

Parameter Description
Prompt String expression displayed as the message in the dialog box.
Title Optional. String expression displayed in the title bar of the dialog box.

This function belongs to client-side functions.

Ergebnis

Displays a message in a dialog box, waits for the user to click a button.

Example

MsgBox(Hello world,Hallo)