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

Shows a single lined input box. The result is sent as a regular Select result.
Inheritance: DialogElement
Afficher le fichier Open project: aura-project/aura

Méthodes publiques

Méthode Description
DialogInput ( string title = "Input", string text = "", byte maxLength = 20, bool cancelable = true ) : Aura.Mabi
Render ( StringBuilder &sb ) : void

Method Details

DialogInput() public méthode

public DialogInput ( string title = "Input", string text = "", byte maxLength = 20, bool cancelable = true ) : Aura.Mabi
title string
text string
maxLength byte
cancelable bool
Résultat Aura.Mabi

Render() public méthode

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