Bug 589

Summary: [Chameleon-AutoDoc]Elements in the "Include" area aren't in alphabetical order
Product: Chameleon Reporter: Normand Savard <nsavard@mapgears.com>
Component: AutoDocAssignee: Chris Thorne <cthorne@dmsolutions.ca>
Status: RESOLVED FIXED    
Severity: normal CC: chameleon-dev@lists.maptools.org
Priority: P2    
Version: 1.99   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description From 2004-07-26 11:47:15
Elements in the "Include" area are NOT in alphabetical order.  There should have
a functionality to order the list of widgets from "a to z" or "z to a".

Fedora Core 2
Mozilla 1.6
Chameleon cvs 20040722
------- Comment #1 From 2004-10-18 15:48:25 -------
This is fixed in the xml doc template.

<!-- **************************** -->
<!-- INCLUDE DOCUMENT XML FEATURE -->
<!-- **************************** -->
<cham:includes>
	<cham:include>Base</cham:include>
	<cham:include>Button</cham:include>
        <cham:include>Label</cham:include>
	<cham:include>NavTool</cham:include>
	<cham:include>Popup</cham:include>
</cham:includes>

Committed to cvs.