Class PromptPopup
A custom popup with entry and returning a string value
Inherited Members
Namespace: Tizen.UIExtensions.NUI
Assembly: Tizen.UIExtensions.NUI.dll
Syntax
public class PromptPopup : Popup<string>
Constructors
PromptPopup(String, String, String, String, String, Int32, Keyboard, String)
Initializes a new instance of the PromptPopup class.
Declaration
public PromptPopup(string title, string message, string accept = "OK", string cancel = "Cancel", string placeholder = null, int maxLength = -1, Keyboard keyboard = Keyboard.Normal, string initialValue = "")
Parameters
Type | Name | Description |
---|---|---|
System.String | title | Title text |
System.String | message | Message text |
System.String | accept | Accept text |
System.String | cancel | Cancel text |
System.String | placeholder | Placeholder text |
System.Int32 | maxLength | A max length of entry |
Keyboard | keyboard | A keyboard type |
System.String | initialValue | A initial value of entry |
Methods
CreateContent()
Declaration
protected override View CreateContent()
Returns
Type | Description |
---|---|
View |
Overrides
Tizen.UIExtensions.NUI.Popup<System.String>.CreateContent()