Opened 16 years ago

Closed 16 years ago

#16 closed task (fixed)

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: Browser: All
External ID: Operating System: All
state: New

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 (3)

comment:1 by madair, 16 years ago

Status: newassigned

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

comment:2 by madair, 16 years ago

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

comment:3 by madair, 16 years ago

Resolution: fixed
Status: assignedclosed

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

Note: See TracTickets for help on using tickets.