Need Help Ext.net.ResourceMgr.setTheme(result);

  1. #1

    Need Help Ext.net.ResourceMgr.setTheme(result);

    Ext.net.ResourceMgr.setTheme(result); ins't being recognize by visual studio and continues to give
    "The type or namespace name 'ResourceMgr' does not exist in the namespace 'Ext.Net' (are you missing an assembly reference?)"

    I'm using these Libraries

    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using pt.webbase.portal.controls;
    using pt.webbase.portal.core;
    using System.Data;
    using pt.webbase.framework.core.ServiceManager;

    Can you help me out?
  2. #2
    Hi,

    This is client side code (JavaScript).
    Ext.net.ResourceMgr.setTheme(result);
  3. #3
    Quote Originally Posted by Daniil View Post
    Hi,

    This is client side code (JavaScript).
    Ext.net.ResourceMgr.setTheme(result);

    Is There any way to do it directly in the server side?
  4. #4
    Any server side code to change a theme will call
    Ext.net.ResourceMgr.setTheme(result);
    Please inspect how changing a theme is implemented in Examples Explorer.

Similar Threads

  1. Replies: 16
    Last Post: Nov 23, 2012, 11:23 AM
  2. Replies: 1
    Last Post: Jul 22, 2011, 5:34 PM
  3. [CLOSED] Ext.net.Resourcemgr is null or not an object
    By nirajrdave in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Mar 24, 2011, 8:16 AM
  4. 'Ext.net.ResourceMgr' is null or not an object
    By harshad.jadhav in forum 1.x Help
    Replies: 3
    Last Post: Jan 14, 2011, 10:01 PM
  5. [CLOSED] [1.0] issue with ResourceManager.SetTheme()
    By idrissb in forum 1.x Legacy Premium Help
    Replies: 8
    Last Post: Oct 04, 2010, 4:41 PM

Posting Permissions