i developing worklight application(worklight 6.2).
in application have requirement parameters need read worklight.properties file.
for worklight adapters got success require read parameters in html pages worklight.properties file.
my question is,is possible read value worklight.properties file html pages?
please let me know if question not clear.
thanks in advance.
make use of adpaters in scenario.
have http adapter.
in use adaptername.js file create variable , assign url. have procedure send these values client side.
at start of application try connect adapter , try retrive url adapter , set global variable in client js.
then use global variable ever want.
Comments
Post a Comment