Hi,
Scenario:
1 Webapp and many mobile clients.
I'm starting with Webapp and try change div text from text received from mobile app.
Content of funcoes:
Thanks.
Scenario:
1 Webapp and many mobile clients.
I'm starting with Webapp and try change div text from text received from mobile app.
Content of funcoes:
B4X:
Sub Process_Globals
End Sub
Public Sub Modifica(jq As JQueryElement, NovoTexto As String)
jq.SetText(NovoTexto)
End Sub
Thanks.