Opened 13 years ago
Closed 13 years ago
#316 closed enhancement (fixed)
WFSFilterBuilder - clear - unselect layer
Reported by: | adube | Owned by: | fgagnon |
---|---|---|---|
Priority: | major | Milestone: | 1.0.0 |
Component: | widgets | Version: | |
Keywords: | Cc: |
Description
This is more a "user" requirement : when clicking on the "clear" button, we need to be able to clear the currently selected layer as well. This must be an option. The clear should be disabled again.
Attachments (1)
Change History (4)
by , 13 years ago
Attachment: | 316_fixes.diff added |
---|
comment:1 by , 13 years ago
Added a property (resetLayer) to the GeoExt.ux.WFSFilterBuilderButton class that enable this new implementation. By default, it is disabled.
To fix graphical inaccuracies with the Ext.PagingToolbar, the 'Result' (right) tab is now initialy disabled until a layer is selected, even if resetLayer is disabled. If the later is enable, it is disabled again after the reset button is clicked.
comment:2 by , 13 years ago
Owner: | set to |
---|
comment:3 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in r1157, p=fgagnon, r=adube.
Modified the WFSFilterBuilderButton object to accept this additional option (and its functionalities)