Calligra/Proposal for scripting in ODF

From KDE Community Wiki
Revision as of 10:33, 15 November 2011 by Sebsauer (talk | contribs) (Created page with "This page should provide a suggestion how to implement scripting in ODF. Purpose Technology * Javascript API * The is to allow live-editing access to the ODF DOM tree from wit...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This page should provide a suggestion how to implement scripting in ODF.

Purpose

Technology

  • Javascript

API

  • The is to allow live-editing access to the ODF DOM tree from with Javascript. That covers all kind of manipulation-scenarios and provides an (in the ODF specifications) already well documented API and proven API. So, very much what Javascript is able to do with HTML and Stylesheet in the Browser for a Office-suite.
  • Helper-classes written in Javascript could provide a higher level API to deal with the ODF DOM tree.