Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#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 adube, 14 years ago

Owner: set to adube
Status: newassigned

comment:2 by adube, 14 years ago

Resolution: fixed
Status: assignedclosed

fixed, r856.

The way of defining a separator in a geoextoolbar widget is now : <widget>separator</widget>

in reply to:  2 comment:3 by adube, 14 years ago

Replying to adube:

fixed, r856.

The way of defining a separator in a geoextoolbar widget is now : <widget>separator</widget>

the wiki shows it differently that it should, here's the right way (there are 2 "_" before and after the work "separator" :

<widget>__separator__</widget>
Note: See TracTickets for help on using tickets.