CAF Noodle JavaScript

Class Noodle.Portlet

Object
   |
   +--Noodle.Portlet

class Noodle.Portlet


Noodle.Portlet Noodle portlet functions.
Defined in portlet.js


Nested Class Summary
<static class> Noodle.Portlet.WiredProperty
<static class> Noodle.Portlet.Model
<static class> Noodle.Portlet.TempModel
 
Field Summary
<static>  Object minEditHeight
          {int} Minimum height of portlet edit content in pixels.
<static>  Object minEditWidth
          {int} Minimum width of portlet edit content in pixels.
<static>  Object minHeight
          {int} Minimum height of portlet body content in pixels.
<static>  Object minWidth
          {int} Minimum width of portlet body content in pixels.
 
Constructor Summary
Noodle.Portlet ()
           
 
Method Summary
<static> Object dispatchToAllPortlets(<string> methodName)
           Creates an event subscriber which dispatches to the specified method of all portlets.
<static> void doResize(<event> event)
           Document onmousemove handler.
<static> void finishResize(<event> event)
           Document onmouseup handler.
<static> Object finishResizeOutOfWindow(<event> event)
           Document onmouseout handler.
<static> Object getDefaultHeight()
           Calculates default portlet height.
<static> Object getDefaultWidth()
           Calculates default portlet width.
<static> Object modelAnnotator(<Noodle.Model> m)
           Standard portlet model annotator.
<static> Object startResize(<event> event)
           Resize-handle onmousedown handler.
<static> Object suppressSelectStart(<event> event)
           Resize-handle onselectstart handler.

Field Detail

minEditHeight

<static> Object minEditHeight

minEditWidth

<static> Object minEditWidth

minHeight

<static> Object minHeight

minWidth

<static> Object minWidth

Constructor Detail

Noodle.Portlet

Noodle.Portlet()

Method Detail

dispatchToAllPortlets

<static> Object dispatchToAllPortlets(<string> methodName)

doResize

<static> void doResize(<event> event)

finishResize

<static> void finishResize(<event> event)

finishResizeOutOfWindow

<static> Object finishResizeOutOfWindow(<event> event)

getDefaultHeight

<static> Object getDefaultHeight()

getDefaultWidth

<static> Object getDefaultWidth()

modelAnnotator

<static> Object modelAnnotator(<Noodle.Model> m)

startResize

<static> Object startResize(<event> event)

suppressSelectStart

<static> Object suppressSelectStart(<event> event)

CAF Noodle JavaScript

Documentation generated by JSDoc on Fri Sep 20 11:58:17 2013