Documentation

include MVC MVC.Animate MVC.Class MVC.Controller MVC.Controller.Action MVC.Controller.Action.Drag MVC.Controller.Action.Drop MVC.Controller.Action.EnterLeave MVC.Controller.Action.Event MVC.Controller.Action.Hover MVC.Controller.Action.Lasso MVC.Controller.Action.Selectable MVC.Controller.Action.Subscribe MVC.Controller.Comet MVC.Controller.Params MVC.Controller.Params.Drag MVC.Controller.Params.Drop MVC.Controller.Stateful MVC.Delegator MVC.Doc MVC.Element MVC.Event MVC.File MVC.History MVC.IO MVC.IO.Ajax MVC.IO.Comet MVC.IO.JsonP MVC.IO.WindowName MVC.IO.XDoc MVC.Model MVC.Model.Ajax MVC.Model.Cookie MVC.Model.JsonP MVC.Model.JsonRest MVC.Model.WindowName MVC.Model.XmlRest MVC.Native MVC.Native.Array MVC.Native.Date MVC.Native.Function MVC.Native.Number MVC.Native.Object MVC.Native.String MVC.Options MVC.Store MVC.SyntheticEvent MVC.Test MVC.Test.Assertions MVC.Test.Controller MVC.Test.Functional MVC.Test.Runner MVC.Test.Unit MVC.Timer MVC.Timer.Easings MVC.Vector MVC.View MVC.View.Helpers OpenAjax

MVC

Default values in MVC namespace.

extend

extend(d, s) -> undefined
Extends the attributes of destination with source and returns the result.
{Object} -
{Object} -

no_conflict

no_conflict() -> undefined
Call to set no conflict mode.

runner

runner(f) -> undefined
Used to ignore Rhino
{Object} -

Browser

Has booleans for different browsers. Browser include: MVC.Browser. IE, Opera, WebKit, Gecko, MobileSafari, Rhino

mvc_root

Where the jmvc folder is.

include_path

The path to include in the script tag that loads include and the application. String.

root

The root folder for the application @param {Object} id

page_dir

The directory where the page is located

Object

Default functions on a JavaScript Object {}. @param {Object} id

extend

extend(d, s) -> undefined
Extends the attributes of destination with source and returns the result.
{Object} -
{Object} -

$E

$E(id) -> undefined
Helper function for getting an element by ID.
{Object} -

app_name

The application name loaded by the script tag. @param {Object} length

get_random

get_random(length) -> undefined
Returns a random string.
{Object} -

K

K() -> undefined
Empty function

random

A static random number.