Other functions

$AEE.moveBlockUp(&block)

Use this function to move the given block upper.
Parameters:
$block: The jQuery object representing the block you want to move.
If the function is called without parameter, the currently active block will be moved.
$AEE.moveBlockUp();
                
Try it!

$AEE.moveBlockDown(&block)

Use this function to move the given block down.
Parameters:
$block: The jQuery object representing the block you want to move.
If the function is called without parameter, the currently active block will be moved.
$AEE.moveBlockDown();
                
Try it!