Skip to main content

Bug Tracker

Side navigation

#1248 closed enhancement (wontfix)

Opened May 28, 2007 02:04PM UTC

Closed March 31, 2008 01:44AM UTC

Ability to add selectable items in the Selectable plugin

Reported by: Alex.w Owned by: stefan
Priority: major Milestone: 1.1.3
Component: interface Version: 1.1.2
Keywords: selectable Cc:
Blocked by: Blocking:
Description

Currently after creating the Selectable if you add objects to the container they are not selectable.

Calling the constructor for the Selectable a second time doesn't help. This would help me out a lot.

Even if there was a way to destroy the old Selectable instance and recreate it, that would work.

Attachments (0)
Change History (2)

Changed February 05, 2008 06:11PM UTC by mt comment:1

I have added this to my personnal libraries - seemsto do the trick for now...

jQuery.fn.SelectableDestroy = function(o){ 
	return this.each(function(){ 
		if (this.isSelectable) this.isSelectable = false; 
	}); 
};

Changed March 31, 2008 01:44AM UTC by scott.gonzal comment:2

resolution: → wontfix
status: newclosed

Interface is no longer supported; consider switching to jQuery UI.