Opened 13 years ago
Last modified 13 years ago
#432 closed defect
ApplyFilter - QueryOnClick-ResultExtGrid, ensure cooexistance — at Version 2
Reported by: | adube | Owned by: | adube |
---|---|---|---|
Priority: | major | Milestone: | 1.2.1 |
Component: | widgets | Version: | 1.2 |
Keywords: | bis-1.2.1 | Cc: |
Description (last modified by )
The need
We need to make sure that the ApplyFilter widget can coexist well with the QueryOnClick+ResultExtGrid ones. To accomplish this, both ApplyFilter and ResultExtGrid results must be able to be drawn inside the oSouthPanel of the template, which would need to be changed to a Ext.TabPanel for that.
Issues
ApplyFilter
- the org.GeoPrisma.ApplyFilter.TabPanelContainer doesn't have a 'title' property set.
- make sure its get selected (focused) when ownerCt is a TabPanel using setActiveTab()
ResultExtGrid
- make sure its get selected (focused) when ownerCt is a TabPanel using setActiveTab()
Samples.xslt
- change oSouthPanel instance to Ext.TabPanel
Sample
Create a sample featuring all these widgets
Change History (3)
comment:1 by , 13 years ago
Description: | modified (diff) |
---|
comment:2 by , 13 years ago
Description: | modified (diff) |
---|
by , 13 years ago
Attachment: | patch-branch1-2-applyfilterfix-432-r1348-A0.diff added |
---|
Note:
See TracTickets
for help on using tickets.
Patch made for 1.2 fixing all mentioned issues