phpBlamework php framework reference documantation |
jsblameJavascript library. It contains functions for manipulate html objects over the page. Release: $Name: $ Edit by: $Author: mcbig $ Edit Date: $Date: 2007/01/02 16:13:11 $ Version: $Revision: 1.3 $ Summary
Center
center object on html page (Form for example) id - html object id AnimateDown
Animate object down from hide to full visible id - object id Be carefull, when you change steping algorithm in RollHeightDown, firefox has so slow javascript engine. AnimateUp
Animate object up from full visible to hide id - object id Be carefull, when you change steping algorithm in RollHeightUp, firefox has so slow javascript engine. MShow
Show submenu div. When DomObject has MainMenuBar parent, then left is reltive to it’s item. See menu.php or generated html with menu for mor details. CloseHeight
Hides object on page, to it could be roll down via AnimateDown |
returns real left offset from left side, without regard to his position in html tree
function GetLeftFromDocument( DomObject )
center object on html page (Form for example) id - html object id
function Center( id )
Roll down object in high r - step id - object id lnOHeight - real object heigh
function RollHeightDown( r, id, lnOHeight )
Roll up object in high r - step id - object id lnOHeight - real object heigh
function RollHeightUp( r, id, lnOHeight )
Animate object down from hide to full visible id - object id Be carefull, when you change steping algorithm in RollHeightDown, firefox has so slow javascript engine.
function AnimateDown( id )
Animate object up from full visible to hide id - object id Be carefull, when you change steping algorithm in RollHeightUp, firefox has so slow javascript engine.
function AnimateUp( id )
object can be visible by two variants, via visibility attribute or via animation (see code).
function Show( id )
Show submenu div.
function MShow( DomObject, id )
Set visibility hidden.
function Hide( id )
Set visibility hidden.
function MHide( id )
Hides object on page, to it could be roll down via AnimateDown
function CloseHeight( id )
Simple change visivility of id object
function ChangeVisibility( id )