#124 closed defect (fixed)
GeoExtToolbar 'separators' no longer supported
Reported by: | adube | Owned by: | adube |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | widgets | Version: | |
Keywords: | Cc: |
Description
As soon as the core elements of GeoPrisma had their constructors changed to receive php array instead of XMLElmement objects (see #89), the only backward incompatibility that occurred was that the <separator/> nodes defined inside the GeoExtToolbar widget are no longer supported. This was omitted to mention before.
Even though there is nothing we can do to support the old way of defining a separator, we can have a new one. Instead of <separator/> tags, we could have <widget>GP_Separator</widget> or something like that (in XML).
With the PGSQLMapContextConfig driver, we'll have widget_options records for 'separators' defined the same way a widget needs to be included in a toolbar.
Comments are welcomed
Change History (3)
comment:1 by , 14 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
follow-up: 3 comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
fixed, r856.