[CLOSED] Setting resource manager Namespace globally in application

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] Setting resource manager Namespace globally in application

    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.
    Last edited by Daniil; Mar 13, 2012 at 5:41 PM. Reason: Please use [CODE] tags, [CLOSED]

Similar Threads

  1. [CLOSED] What is the Resource Manager and how do I use it?
    By jwf in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Aug 29, 2011, 6:46 PM
  2. [CLOSED] de-register or override the resource manager from master page
    By leon_tang in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Aug 22, 2011, 2:48 PM
  3. Script Manager and Resource Manager Conflict
    By EugeneNiemand in forum 1.x Help
    Replies: 6
    Last Post: Jun 20, 2011, 7:34 AM
  4. Replies: 5
    Last Post: Oct 26, 2010, 2:20 PM
  5. Replies: 4
    Last Post: Sep 22, 2010, 7:43 AM

Posting Permissions