Class Index | File Index

Classes


Class Alfresco.widget.Resizer

Alfresco Resizer.
Defined in: share.js
Constructor Summary
Constructor Attributes Constructor Name and Description
 
Resizer constructor.
Field Summary
Field Attributes Field Name and Description
 
Default Filter Panel width.
 
DOM ID of left-hand container DIV
 
DOM ID of right-hand container DIV
 
Used to monitor document length
 
Maximum Filter Panel width.
 
Minimum Filter Panel height.
 
Minimum Filter Panel width.
 
Object container for storing YUI widget instances.
Method Summary
Method Attributes Method Name and Description
 
Fired by YUILoaderHelper when required component script files have
 
Fired by YUI when parent element is available for scripting.
 
onResize(width)
Fired by via resize event listener.
Constructor Detail
Alfresco.widget.Resizer(p_name)
Resizer constructor.
Parameters:
p_name
Returns:
{Alfresco.widget.Resizer} The new Alfresco.widget.Resizer instance
Field Detail
{int} DEFAULT_FILTER_PANEL_WIDTH
Default Filter Panel width.

{string} divLeft
DOM ID of left-hand container DIV
Default Value:
"alf-filters"

{string} divRight
DOM ID of right-hand container DIV
Default Value:
"alf-content"

{int} documentHeight
Used to monitor document length

{int} MAX_FILTER_PANEL_WIDTH
Maximum Filter Panel width.

{int} MIN_FILTER_PANEL_HEIGHT
Minimum Filter Panel height.

{int} MIN_FILTER_PANEL_WIDTH
Minimum Filter Panel width.

{object} widgets
Object container for storing YUI widget instances.
Method Detail
onComponentsLoaded()
Fired by YUILoaderHelper when required component script files have
been loaded into the browser.

onReady()
Fired by YUI when parent element is available for scripting.
Template initialisation, including instantiation of YUI widgets and event listener binding.

onResize(width)
Fired by via resize event listener.
Parameters:
width

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Oct 14 2011 13:33:34 GMT+0100 (BST)