Class Index | File Index

Classes


Function Namespace wef


Defined in: wef.core.js.

Function Namespace Summary
Constructor Attributes Constructor Name and Description
 
wef()
Field Summary
Field Attributes Field Name and Description
<static>  
wef.fn
Extension point
 
Version number
Method Summary
Method Attributes Method Name and Description
<static>  
wef.fn.error(message)
Throws an Error
<static>  
wef.fn.extend(receiver, giver, filter)
Extends an object with other object properties
<static>  
wef.fn.isFunction(obj)
Checks if param is a Function
<static>  
wef.fn.isString(obj)
Checks if param is a literal string
Function Namespace Detail
wef()
Field Detail
<static> wef.fn
Extension point

version
Version number
Method Detail
<static> wef.fn.error(message)
Throws an Error
Parameters:
message
error message

<static> wef.fn.extend(receiver, giver, filter)
Extends an object with other object properties
Parameters:
{Object} receiver
receiver object
{Object} giver
giver object
{string[]} filter Optional
array of strings. If giver property name is contained in filter is added to receiver, else don't

<static> {boolean} wef.fn.isFunction(obj)
Checks if param is a Function
Parameters:
obj
object to check
Returns:
{boolean} true if a Function, false if not

<static> {boolean} wef.fn.isString(obj)
Checks if param is a literal string
Parameters:
obj
object to check
Returns:
{boolean} true if a literal string, false if not

Documentation generated by JsDoc Toolkit 2.4.0 on Mon Feb 13 2012 12:35:32 GMT+0100 (CET)