PDA

View Full Version : Calendar Application


wan1976
08-19-2008, 03:41 AM
Hi all, I use Ext implement a Google calendar like application. Attachments are the screen cut. What I want to say is Ext is great!

http://extjs.com/forum/images/attach/zip.gif schedule.zip [4.8 KB] (http://extjs.com/forum/attachment.php?attachmentid=8961&d=1219687063)

efiebba
08-19-2008, 05:21 AM
Will it be public?

ajaxvador
08-19-2008, 07:41 AM
very nice =D>

wan1976
08-19-2008, 08:46 AM
Thank you!

wan1976
08-19-2008, 08:55 AM
Will it be public?
I want to make it public, but I have no room to host it. And I think it still ugly at present. If you like it, I'd like to paste some code snippets here.

ajaxvador
08-19-2008, 09:20 AM
very sexy calendar

elnove
08-19-2008, 09:32 AM
very cool calendar !!

mjlecomte
08-19-2008, 09:48 AM
I want to make it public, but I have no room to host it.
FYI: http://extjs.com/forum/showthread.php?p=210107

wan1976
08-19-2008, 10:02 AM
Inserting a Div object into the cell of grid is the most important part, other parts are simple.

dan.plifeye
08-21-2008, 04:09 AM
Fancy sharing the code for this? ~o)

I've been needing a Google Calendar/iCal/general calendar for Extjs for a while - I already have one which I made a while back using jQuery and HTML which reads and writes events and tasks from/to .ics files but have been struggling to find or make one for Extjs.

I could take a look at integrating .ics support into it if you're after ongoing contributions?

smerickson
08-21-2008, 08:52 AM
This looks great! I would love to be able to hack on the code and contribute to this.

crysfel
08-22-2008, 05:00 PM
i really would like to see that code!! can you share it??

thx

wan1976
08-23-2008, 05:10 AM
I'm sorting out the code, and will share it by the end of this month. :D Anyone want to contribute to this? Maybe we can make it more powerful.

mjlecomte
08-23-2008, 10:26 AM
I'm sorting out the code, and will share it by the end of this month. :D Anyone want to contribute to this? Maybe we can make it more powerful.

http://extjs.com/forum/showthread.php?t=44995

wan1976
08-23-2008, 11:23 AM
Oh, you have already did it. It's seems that I created the wheel again.

mjlecomte
08-23-2008, 11:46 AM
I didn't do it. But there are several out there. Suggest you collaborate with the others around, that's just one.

wan1976
08-25-2008, 01:02 PM
Hi, all. I do a sample to demostrate how to use Extjs to implement the calendar application.

galdaka
08-25-2008, 01:26 PM
Hi, all. I do a sample to demostrate how to use Extjs to implement the calendar application.

Hi,

Thanks for the example. Live at: http://www.jadacosta.es/extjs/examples/schedule/schedule.html

Greetings,

Dumbledore
08-25-2008, 01:33 PM
runs great with Firefox3 ... does not work with Safari...

But, the sample is really nice...

mjlecomte
08-25-2008, 01:54 PM
You might want to check this thread:
http://extjs.com/forum/showthread.php?p=209658

You can post demos for your ux, post it svn, etc.

crysfel
08-25-2008, 05:52 PM
Thanks for share :D

lake
08-26-2008, 02:20 AM
great great job,man~!
glad to see more samples about this extention~:D

chalu
09-02-2008, 05:32 AM
Hi, all. I do a sample to demostrate how to use Extjs to implement the calendar application.

I keep getting an error from line 70 of ScheduleUI.js, that newData(); is undefined. Am I missing something :-/

wan1976
09-02-2008, 10:16 AM
Sorry, it's a bug, newData is a method name used in my another project, you
can remove it from your code.