[CLOSED] Calendar in Default Namespace

  1. #1

    [CLOSED] Calendar in Default Namespace

    Hi there.

    I use Calendar as described https://examples1.ext.net/#/Calendar/Overview/Basic/ In this example namespace CompanyX is used in common.js file and in some Direct methods. To make it working I had to change my resource manager from

    <ext:ResourceManager ID="ResourceManager1" runat="server" ViewStateMode="Enabled"/>
    to

    <ext:ResourceManager ID="ResourceManager1" runat="server" ViewStateMode="Enabled" Namespace="CompanyX"/>
    But for some reason I don't want to specify namespace in the resource manager (there are other issues in this case). Is there a way to use Calendar in the "default" namespace?

    Thank you in advance.
    Last edited by Daniil; Oct 25, 2013 at 12:36 PM. Reason: [CLOSED]
  2. #2
    Hi @Hlodvig,

    It is possible to use a CalendarPanel without a Namespace. Just you need to apply respective changes in the JavaScript code eliminating the dependance on the CompanyX namespace.
  3. #3
    Really. It works, thank you

Similar Threads

  1. Help with TreeNode namespace
    By zXSwordXz in forum 2.x Help
    Replies: 4
    Last Post: Oct 27, 2012, 3:36 AM
  2. Replies: 3
    Last Post: Mar 08, 2012, 4:00 PM
  3. Ext.Net.Calender Namespace
    By Rupesh in forum 1.x Help
    Replies: 5
    Last Post: Feb 24, 2012, 12:56 PM
  4. Replies: 0
    Last Post: Jan 13, 2012, 2:33 PM
  5. [CLOSED] Is it possible to change default calendar colors?
    By rnachman in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Sep 12, 2011, 5:56 PM

Tags for this Thread

Posting Permissions