MapGuide Open Source:  Home |  Download |  Internals

Ticket #106 (new enhancement)

Opened 1 year ago

Last modified 1 year ago

Provide a built-in xml text editor for undefined/unsupported resources.

Reported by: jng Assigned to:
Priority: medium Milestone:
Component: Web Studio Version:
Severity: major Keywords:
Cc: External ID:

Description

Overview

Incorporate a basic xml text editor into webstudio to provide basic editing functionality for resources that either do not have a specialised editor in webstudio (eg. Web Layouts) or not recognised (eg. The new symbolization)

Motivation

Webstudio currently only provides the ability to edit Layer and Map Definitions. Since MapGuide stores all resources as xml documents, providing an xml text editor in webstudio allows the user to at least edit any resource at the basic level.

This eliminates the round-trip of:

- Downloading the xml via GetResourceContent?
- Editing the xml file in a text editor
- Uploading it back via SetResource?

By doing it all within the webstudio environment

Change History

05/08/07 04:29:16 changed by anonymous

  • summary changed from Provide an xml text editor for undefined/unsupported resources. to Provide a built-in xml text editor for undefined/unsupported resources..