[CLOSED] CalendarPanel Set by Day

  1. #1

    [CLOSED] CalendarPanel Set by Day

    Hi TEam Ext.Net How Can I do to put by default the view in Day?

    Regards
    Last edited by Daniil; Sep 26, 2013 at 6:12 AM. Reason: [CLOSED]
  2. #2
    Hi @osef,

    If you correctly understand the requirement, please use:
    <ext:CalendarPanel runat="server" ActiveIndex="0">
  3. #3
    Quote Originally Posted by Daniil View Post
    Hi @osef,

    If you correctly understand the requirement, please use:
    <ext:CalendarPanel runat="server" ActiveIndex="0">
    Thank you Daniil.
  4. #4
    Is there a way to set the ActiveIndex using javascript?

    Something like:
    Ext.getCmp('CalendarPanel1').activeIndex = 1;
    Thank you for any help.
  5. #5
    Hi @chulcy,

    Please use:
    App.CalendarPanel1.setActiveView(1);

Similar Threads

  1. Replies: 5
    Last Post: Mar 19, 2013, 3:27 AM
  2. CalendarPanel Save in any changes
    By rammus in forum 2.x Help
    Replies: 0
    Last Post: Mar 08, 2013, 12:33 PM
  3. calendarpanel + objectdatasource
    By bossun in forum 1.x Help
    Replies: 3
    Last Post: Aug 08, 2012, 6:07 AM
  4. Localize the CalendarPanel
    By Guyver in forum 1.x Help
    Replies: 0
    Last Post: May 30, 2012, 1:48 PM
  5. [CLOSED] [1.0] CalendarPanel
    By Timothy in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Apr 15, 2011, 11:40 AM

Tags for this Thread

Posting Permissions