LoadBlockWithSelectedItem

The loadBlockWithSelectedItem function loads a block with information about a selected item. It takes into account various parameters to customise its behaviour, such as hooks before and after the block is reloaded.

Using from DevPanel :

Name

Label

Type

Description

vt_BlocName

Block name

Text

Name of the block whose html will be modified

vb_ReloadBlocks

Block a Reload

Boolean

Indicates whether other blocks need to be reloaded

{ vt_HookBeforeReloadBlock }

Action before reloading the block

Text

 Hook executed before reloading the block

{ vt_HookAfterReload }

Action after block reloading

Text

Hook executed after reloading the block

{ vt_HookBeforeReload }

Action before reloading blocks

Text

Hook executed before reloading is carried out

Using from 4D: