C# Class Aura.Channel.Scripting.Scripts.DialogList

Displays a list of options (buttons) in a separate window. Result is sent like a regular button click.
Inheritance: DialogElement
Afficher le fichier Open project: aura-project/aura

Méthodes publiques

Méthode Description
DialogList ( string text ) : Aura.Mabi
DialogList ( string text, int height ) : Aura.Mabi
DialogList ( string text, int height, string cancelKeyword ) : Aura.Mabi
Render ( StringBuilder &sb ) : void

Method Details

DialogList() public méthode

public DialogList ( string text ) : Aura.Mabi
text string
Résultat Aura.Mabi

DialogList() public méthode

public DialogList ( string text, int height ) : Aura.Mabi
text string
height int
Résultat Aura.Mabi

DialogList() public méthode

public DialogList ( string text, int height, string cancelKeyword ) : Aura.Mabi
text string
height int
cancelKeyword string
Résultat Aura.Mabi

Render() public méthode

public Render ( StringBuilder &sb ) : void
sb StringBuilder
Résultat void