Alloy UI

aui-portal-layout  1.0.1

 
Filters

Class PortalLayout - extends Base

A base class for PortalLayout, providing:
  • Widget Lifecycle (initializer, renderUI, bindUI, syncUI, destructor)
  • DragDrop utility for drag lists, portal layouts (portlets)
Quick Example:
var portalLayout = new A.PortalLayout({
dragNodes: '.portlet',
dropNodes: '.column',
proxyNode: A.Node.create('
'), lazyStart: true
Check the list of Configuration Attributes available for PortalLayout.

Constructor

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

Properties

PortalLayout.ATTRS - static Object

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

PortalLayout.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 PortalLayout instantiation. Lifecycle.

Events inherited from Base: