Has anybody tried to combine the ext-schelduer with domino.
Even if not, what would be the best possible technique to integrate all 3 domino/ext/ext-scheduler.
Thanks in advance.
Mark
Yes. I sucessfully integrated the Ext Gantt into a domino form. Works GREAT and Mats (developer) is terrific and responds to your questions and concerns immediately. I've attached a screen capture.
1. Browse the examples on http://www.ext-scheduler.com/examples.html
2. If there is an example which closely fits your needs, use Fiddler or Firebug to view the Json data.
3. Use either an agent or an xpage to send your domino data down the wire in the correct format
4. Download the trial version of the Gantt or Scheduler
5. Use the example again to see the order of loading all the js files in a page or form.
If you need an example of an agent for outputing domino data in json format, use the session.js agent in the ExtND database.