Class Index | File Index

Classes


Namespace BTM.Effect

HTML/DOM Effects Namespace
Defined in: effect.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
<static>  
BTM.Effect.hide(element)
Hide an Element or array of Elements
<static>  
BTM.Effect.show(element)
Show an Element or array of Elements
<static>  
BTM.Effect.toggle(element)
Convenience function to toggle an element using BTM.Effect.show and BTM.Effect.hide
Namespace Detail
BTM.Effect
Method Detail
<static> {HTMLElement|HTMLElement[]|String[]} BTM.Effect.hide(element)
Hide an Element or array of Elements
Parameters:
{String|HTMLElement|String[]|HTMLElement[]} element
element ID or reference to element (either single or an array), to be hidden.
Returns:
{HTMLElement|HTMLElement[]|String[]} the original array/HTMLElement
See:
BTM.Effect.toggle
BTM.Effect.show

<static> {HTMLElement|HTMLElement[]|String[]} BTM.Effect.show(element)
Show an Element or array of Elements
Parameters:
{String|HTMLElement|String[]|HTMLElement[]} element
element ID or reference to element (either single or an array), to be shown.
Returns:
{HTMLElement|HTMLElement[]|String[]} the original array/HTMLElement
See:
BTM.Effect.toggle
BTM.Effect.hide

<static> {HTMLElement|HTMLElement[]|String[]} BTM.Effect.toggle(element)
Convenience function to toggle an element using BTM.Effect.show and BTM.Effect.hide
Parameters:
{String|HTMLElement|String[]|HTMLElement[]} element
element ID or reference to element (either single or an array), to be toggled. Each element is toggled based on its own current status, so this could make "show" some elements and "hide" others.
Returns:
{HTMLElement|HTMLElement[]|String[]} the original array/HTMLElement
See:
BTM.Effect.hide
BTM.Effect.show

Documentation generated by JsDoc Toolkit 2.1.0 on Tue Feb 03 2009 04:12:53 GMT+1100 (EST)