Ticket #16 (closed task: fixed)

Opened 5 years ago

Last modified 5 years ago

Refactor code with DOMNode

Reported by: jfournier Owned by: madair
Priority: P1 Milestone: 1.1
Component: Core Version: 1.0.2
Severity: Minor Keywords:
Cc: External ID:
state: New Browser: All
Operating System: All

Description

Affects: GxSelection? (Map.js), MapTip?.js, MapGuide.js

  1. Rename the object to bring it into the Fusion namespace
  2. Remove dependency on DOMNode

Change History

Changed 5 years ago by madair

  • status changed from new to assigned

proposed approach to solve this issue: - move convertXML method to fusion.js from AppDef?.js and add a callback argument - requests that still return XML will be directed through convertXML to convert the XML response into JSON

The GxSelection? task is separate issue and just involves putting it into a proper namespace

Changed 5 years ago by madair

DOMNode and utils.js removed as part of http://trac.osgeo.org/fusion/changeset/1378, added Fusion.getXmlAsJson to handle XML responses.

Changed 5 years ago by madair

  • status changed from assigned to closed
  • resolution set to fixed

(In [1387]) closes #16: move GxSelectionObject? into Fusion namespace

Note: See TracTickets for help on using tickets.