How to save the entered text in blackberry 10. I'm planning to save it to stackmob by saving it using the submit/send key of the keypad
TextField {
id: tfComment
hintText: qsTr("add comment")
inputMode: TextFieldInputMode.Text
input {
submitKey: SubmitKey.Submit
onSubmitted: {
}
}
What should i add on the submitkey and on the cpp?