Properties Methods Events Config Options Direct Link
Observable
  Sortable

Class Ext.util.Sortable

Package:Ext.util
Defined In:Sortable.js
Class:Sortable
Extends:Observable

Config Options

Config OptionsDefined By
 cancelSelector : String
A simple CSS selector that represents elements within the draggable that should NOT initiate a drag.
Sortable
 direction : String
Possible values: 'vertical', 'horizontal' Defaults to 'vertical'
Sortable
 disabled : Boolean
Passing in true will disable this Sortable.
Sortable
 group : String
Draggable and Droppable objects can participate in a group which are capable of interacting. Defaults to 'base'
Sortable
 handleSelector : String
A simple CSS selector to indicate what is the handle to drag the Sortable.
Sortable
 itemSelector : String
A simple CSS selector that represents individual items within the Sortable.
Sortable

Public Properties

This class has no public properties.

Public Methods

MethodDefined By

Public Events

EventDefined By