E-mail:Wachtwoord:
Powered by Charta Software
Charta Software
Back to the base

Introduced File binding

Charta now supports the binding that enables editing of external files from within Charta.

The binding has been introduced in Charta. The object supports the following three members:

NameTypeDescription
PathFile path without file name and including trailing slash
NameFile name without file path
Media typeMIME type of the file contents, needs not to be registered with IANA

When viewing objects from the user interface, Charta tries to create an appropriate editor associated with the media type for the file. Currently the following media types are supported:

Media typeDescription
application/javascriptAllows editing of Javascript files
application/pascalAllows editing of pascal units
application/mysqlAllows editing of SQL files that use the MySQL dialect
application/xmlAllows editing of XML files
text/plainAllows editing of plain text files
text/cssAllows editing of Cascading Style Sheets files

Berichten

Added XML support
Aangemaakt door op 2010-03-19 18:06:37
I have added the support for the media type application/xml.
Added plain text, CSS and javascript support
Aangemaakt door op 2010-03-15 22:13:24

I have added the support for the media type text/plain, text/css and application/javascript.