MS Outlook Clone Source
The Outlook Clone demo consists of about 300 lines of JavaScript and a number of configurations files. If demonstrates:- how to configure drag and drop using the exportDataFlavors, importDataFlavors and dropTracking properties (hen respond to a drop event( email.sdf)
- how to configure a table to show preview data( inbox.sdf)
- how to integrate a third party component ( calendar_content.sdf)
- how to embed widgets in table cell by simply passing the widget as data for the table(tasks_content.sdf)
- how to programmatically populate a table and programmatically create configurations object the can be reused(notes.js)
- how to embed a table within another table and have the columns, scrolling and selection synchronized and seamless.(contacts_content.sdf)
It also uses a template ( template.sdf) to define some standard configurations that are later reused throughout the application.