Como pasar un valor por URL a AppBuilder


Jordi Mesa
Buenas David, estoy haciendo una app que se va a ejecutar en un servidor web como si fuera una pagina web y me hace falta poder pasarle un valor por url a esa aplicación para utilizar ese valor en el interior de la APP. Como puedo pasar el valor: Ejemplo: http://www.loquesea.com/app?valor=12 como puedo tomar ese valor dentro... no encuentro ningún lugar donde hacerlo.

DecSoft

Hola Jordi,

Echa un vistazo al apartado "App views URLs" de la ayuda:

Supose your app is placed in the below URL:

http://www.yourdomain.com/app/#!/View1

Additionally, you can use an URL like the below one:

http://www.yourdomain.com/app/#!/View1/a=1&b=2

The above URL provide to the View1 the "a" and "b" params. These params can be accessed using the Params variable in this way: [View1.Params.a] and [View1.Params.b].

Revisa también el ejemplo "ViewParams" que se incluye con AB.


Everybody can read the DecSoft support forum for learning purposes, however only DecSoft customers can post new threads. Purchase one or more licenses of some DecSoft products in order to give this and other benefits.

This website uses some useful cookies to store your preferences.

I agree. Hide this note. Give me more information.