RCM
Mar 07, 2012, 8:53 PM
from your change log we know that
90. ResourceManager Namespace is "App" by default. Any widget will share own client id in that namespace.
Example (client side)
//Old
TextField1.setValue("Hello World!");
//New
App.TextField1.setValue("Hello World!");
is it possible to set the namespace globally in the config file. How can this be achieved.
90. ResourceManager Namespace is "App" by default. Any widget will share own client id in that namespace.
Example (client side)
//Old
TextField1.setValue("Hello World!");
//New
App.TextField1.setValue("Hello World!");
is it possible to set the namespace globally in the config file. How can this be achieved.