extjs - Where is Ext Calendar Package for 5.1.1 -


i'm trying develop sample app ext calendar calendar feature pretty confusion! have official/purchased ext-5.1.1 , there example calendar works can not find package or couldn't figure out how use/implement it.

is there calendar feature release? , if or how can use it? there 2 package/ folders;

  • first one's path: ext-5.1.1/packages
  • second one: ext-5.1.1/build/packages

also i've noticed there not official documentation on sencha docs 5.1.1 release! what's trick here?


i've tried using view panel says:

get http://nuri/caltable/ext/calendar/panel/panel.js?_dc=1502807144839 404 (not found) 

here sample view:

ext.define('caltable.view.hocalendar', {     extend: 'ext.calendar.panel.panel',     xtype: 'hocalendar',      title: 'ho calendar',     itemid: 'hocalendar',     width: 700,     height: 700 }); 

update: screenshots calendar page , folder;

page sample folder sample

for extjs 4.x , 5.x, calendar code in calendar sample itself, , not part of official framework. sencha code samples, guess intended copied from, take can , improve around it.

how got code online:

i opened the calendar sample in chrome, opened browser console, typed "ext.componentquery.query("calendarpanel")[0].initcomponent", pressed enter, , clicked on returned code. "sources" tab opened source of initcomponent function. there right click on source tab , "reveal in navigator" source tree:

if have sample on hard disk, may easier.


Comments

Popular posts from this blog

PHP and MySQL WP -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

go - golang pprof for c library code -