Opened 12 years ago

Closed 12 years ago

#364 closed task (fixed)

EditFeature, use selectorMethod resource option

Reported by: adube Owned by:
Priority: major Milestone: 1.2.0
Component: widgets Version: trunk
Keywords: Cc:

Description

It would be nice to be able to open the same custom window after a feature has been added (after commit) as the ones used by the WFSFilterBuilder and FeaturePanelSelector widgets.

It would use the same resource options to do so :

  • selectorMethod
  • selectorTemplateHeight
  • selectorTemplateWidth

Change History (3)

comment:1 by adube, 12 years ago

Resolution: fixed
Status: newclosed

r1220 featuring :

  • After a single feature as been inserted (after commit), open a Ext.Window with content controlled by the resource 'selectorMethod' option.
  • Only supported by !EditFeature_Create and !EditFeature_Copy widgets and if they are not linked to a FeaturePanel widget.
  • Documentation updated accordingly.

comment:2 by adube, 12 years ago

Resolution: fixed
Status: closedreopened

The !EditFeature_Copy widget, when using the 'toggleEdit' option, delegate an 'insert' commit to the EditFeature_Update widget, which isn't currently supported. Add support.

comment:3 by adube, 12 years ago

Resolution: fixed
Status: reopenedclosed

r1222, fix !EditFeature_Update 'insert' commit when an other editfeature widget delegates the commit to it.

Also fix documentation typo : selectorMethod resource option (was selectorTemplateMethod, which doesn't exists).

Note: See TracTickets for help on using tickets.