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

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

Public Methods

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

Method Details

DialogInput() public method

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

Render() public method

public Render ( StringBuilder &sb ) : void
sb StringBuilder
return void