As quoted from Gertjan van Oosten <[EMAIL PROTECTED]>: > > > Bug MAP-175 WidgetBase.js incorrectly mentions stylesheet > > > This bug is still valid, GertJan mentions that JSDoc and config.xsd > > > should be updated > > All done.
Note that to keep my head from hurting each time I worked on config.xsd I have renamed some of the base types. Each type name in the schema is now the name of the JavaScript object with "Type" appended, e.g. lib/tool/FeatureSelectHandler.js defines FeatureSelectHandler which is named FeatureSelectHandlerType in the schema. This is consistently so, except for the base types, these have "Abstract" prepended (and the abstract="true" attribute) to make clear they are, indeed, abstract. Thus I renamed: - AbstractModelType -> AbstractModelBaseType, relates to ModelBase - AbstractWidgetType -> AbstractWidgetBaseType, relates to WidgetBase - AbstractButtonType -> AbstractButtonBaseType, relates to ButtonBase - AbstractToolType -> AbstractToolBaseType, relates to ToolBase - EditButtonType -> EditButtonBaseType, relates to EditButtonBase - AbstractWidgetBaseXSLType (new), relates to WidgetBaseXSL; the "stylesheet" element was moved from AbstractWidgetBaseType to this type Hopefully this makes maintenance of the schema a little simpler. Regards, -- -- Gertjan van Oosten, [EMAIL PROTECTED], West Consulting B.V., +31 15 2191 600 ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ mapbuilder-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mapbuilder-devel
