[CLOSED] Setting resource manager Namespace globally in application

  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]
  2. #2
    Hi,

    Please use the "namespace" option of the <extnet> section in Web.config.

    <extnet namespace="CompanyX" />
    Last edited by geoffrey.mcgill; Mar 07, 2012 at 9:05 PM.

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