1. #41
    Touch Premium Member
    Join Date
    Feb 2011
    Posts
    43
    Vote Rating
    0
    mvoss is on a distinguished road

      0  

    Default Sencha Market

    Sencha Market


    Hi,

    yes I have tried that one. But with no luck. Some of their example don't even work.. There seem to be some issues with their plugin. For example with events that do not span the whole day..

    Markus

  2. #42
    Sencha User
    Join Date
    Oct 2012
    Location
    new yourk
    Posts
    10
    Vote Rating
    0
    Cortezston is on a distinguished road

      0  

    Default


    its a nice software...would have been definitely difficult and time taking..will try to use it for sure as soon as possible..

  3. #43
    Sencha User tomalex0's Avatar
    Join Date
    Apr 2009
    Location
    India, Kerala, Cochin
    Posts
    581
    Vote Rating
    10
    tomalex0 will become famous soon enough

      0  

    Default


    Updated fullcalendar compatible with ST2.1.

    http://www.sencha.com/forum/showthre...222#post917222
    Sencha Touch Demos

    IosToggleField Forum - Github
    Form Validation
    Forum - Github
    Iphone Settings Menu
    Forum
    Sqlite Storage & Login Manifest
    Forum
    KitchenSink MVC
    Forum - Github
    SqliteProxy-v1 Forum - Github
    SqliteProxy-v2
    Forum - Github
    Arshaw Fullcalendar Forum - Github






  4. #44
    Sencha User
    Join Date
    Oct 2012
    Posts
    59
    Vote Rating
    0
    sendy is on a distinguished road

      0  

    Default Events from store

    Events from store


    Hy,I made some changes in Ext.ux.FullCalendar.js ,I want to load events from store.
    renderFullCalendar : function(){
    var stor=Ext.getStore('Matieres'); //My store
    stor.load();
    console.log(stor.getAt(0).data.start); //it works render : 2013-02-15 09:30:00
    var me = this;
    var date = new Date(),d = date.getDate(),m = date.getMonth(),y = date.getFullYear();
    $('#'+me.getPlaceholderid()).fullCalendar({
    hideHeaders : true, //new property to hide full calendar header
    editable: false,
    eventstor, //It doesn't work ,there is no events shown on calendar
    Please how can I solve this problem

Similar Threads

  1. EXTJS calendar replaced by Jquery calendar
    By businessman332211 in forum Ext 2.x: Help & Discussion
    Replies: 5
    Last Post: 11 Feb 2013, 12:37 AM
  2. Extjs 3.0 based Calendar application
    By ffzhuang in forum Community Discussion
    Replies: 144
    Last Post: 13 Feb 2011, 9:01 AM
  3. Extjs Grails based SpreadSheet, Calendar, doc desktop application
    By ffzhuang in forum Community Discussion
    Replies: 7
    Last Post: 8 Aug 2009, 6:35 AM
  4. Ext.Panel based Calendar
    By oyvind.kinsey in forum Community Discussion
    Replies: 4
    Last Post: 16 Jun 2009, 11:45 PM
  5. Regarding calendar: HELP!!!
    By hunter in forum Ext 1.x: Help & Discussion
    Replies: 8
    Last Post: 21 Mar 2007, 3:51 AM