Alloy UI

aui-nested-list  1.0.1

 
Filters

Class NestedList - extends Base

A base class for NestedList, providing:
  • Widget Lifecycle (initializer, renderUI, bindUI, syncUI, destructor)
  • Nested sortable utility
Quick Example:
var nl = new A.NestedList({
nodes: '#demo li',
dropContainer: 'ul.droppable'
});
Check the list of Configuration Attributes available for NestedList.

Constructor

NestedList ( config )
Parameters:
config <Object> Object literal specifying widget configuration properties.

Properties

NestedList.ATTRS - static Object

Static property used to define the default attribute configuration for the NestedList.

NestedList.NAME - static String

Static property provides a string to identify the class.

Properties inherited from Attribute:

Properties inherited from Base:

Configuration attributes inherited from Base:

Methods

initializer

protected void initializer ( )
Construction logic executed during NestedList instantiation. Lifecycle.

Events inherited from Base: