CAF Noodle JavaScript

Class Noodle.Page

Object
   |
   +--Noodle.Page

class Noodle.Page


Noodle.Page Noodle page functions.
Defined in page.js


Nested Class Summary
<static class> Noodle.Page.Model
 
Field Summary
<static>  Object ALIGN_PROJECT
          Align project workspace.
<static>  Object ALL
          ALL All workspaces (only valid for searching).
<static>  Object ANALYSIS
          "Analyze This" workspace.
<static>  Object GENERIC
          Generic workspace.
 
Constructor Summary
Noodle.Page ()
           
 
Method Summary
<static> void _createWorkspace(options)
           Creates a new workspace without a prompt for its name.
<static> void create(metadata)
           Creates a new page and redirects to it.
<static> void createWorkspace(options)
           Creates a new workspace, prompting for the name if not specified.
<static> void hidePortletFinderMenus()
           Handles global onclick events, hiding all portlet-finder menus for all pages.
<static> Object modelAnnotator(<Noodle.Model> m)
           Standard page model annotator.
<static> void onExpertMode(<string> n, <event> o)
           Handles expertMode changes for the current page.
<static> void onWorkspaceRename(<string> n, <event> o)
           Handles workspace rename events.
<static> void saveBeforeUnload(<event> event)
           Onbeforeunload handler which prompts user to save page.
<static> void skipUnloadForScriptUrls(<event> event)
           Click handler to detect phatom beforeunload events in ie.

Field Detail

ALIGN_PROJECT

<static> Object ALIGN_PROJECT

ALL

<static> Object ALL

ANALYSIS

<static> Object ANALYSIS

GENERIC

<static> Object GENERIC

Constructor Detail

Noodle.Page

Noodle.Page()

Method Detail

_createWorkspace

<static> void _createWorkspace(options)

create

<static> void create(metadata)

createWorkspace

<static> void createWorkspace(options)

hidePortletFinderMenus

<static> void hidePortletFinderMenus()

modelAnnotator

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

onExpertMode

<static> void onExpertMode(<string> n, <event> o)

onWorkspaceRename

<static> void onWorkspaceRename(<string> n, <event> o)

saveBeforeUnload

<static> void saveBeforeUnload(<event> event)

skipUnloadForScriptUrls

<static> void skipUnloadForScriptUrls(<event> event)

CAF Noodle JavaScript

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