Giter Club home page Giter Club logo

Comments (4)

Stuart98 avatar Stuart98 commented on July 1, 2024

Which Event List are you referring to in step 2? - there is no list in the MVC example.

from ext.ux.touchcalendar.

Stuart98 avatar Stuart98 commented on July 1, 2024

Just read your StackOverflow question too and it seems your using the 'simple-events-list' example.

When I follow your steps there are indeed no events displayed because there are none for the next month. If you load the page and skip to the next month without doing anything there are no events shown either.

from ext.ux.touchcalendar.

dibishks avatar dibishks commented on July 1, 2024

HI Stuart,
Thanks for the quick reply...Yes i am using touch calendar simple events, that will call each moth events in separate period change..My problem is solved.. I dont know what was issue i just refresth the touchcalendarview in period change. Then all the dots are coming as expected..Thanks for the help dear..This plugin is really awesome.. Its rally helped me in my current project...

this is what i did in my period change function

onPeriodChange: function(view, minDate, maxDate, direction){
var monthstartdate = Ext.Date.format(minDate, 'm/d/Y');
var url = 'http://blr.example.in:8081/CRM_API/TaskCalendar.ashx?';
var urlafter = url + 'monthstartdate='+ monthstartdate;
var group_store = Ext.getStore("Events");
group_store.getProxy().setUrl(urlafter);
group_store.load(function(){

        Ext.getCmp('touchcalendarview').refresh();
    });

}
Once again thanks for the help...If anybody wanted this type of example Please Fell free to ask...

from ext.ux.touchcalendar.

Stuart98 avatar Stuart98 commented on July 1, 2024

No problem - glad you got it sorted. I think this is really a duplicate of #18 so will close this for now.

from ext.ux.touchcalendar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.