Calligra/Proposal for scripting in ODF: Difference between revisions

From KDE Community Wiki
(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...")
(No difference)

Revision as of 10:33, 15 November 2011

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.