WebDesignBase::InsertWithCallback (open)
Insert a callback
Syntax
LOADLIB "mod::publisher/lib/webdesign.whlib";
MACRO InsertWithCallback(MACRO PTR callback, STRING location)
Parameters
MACRO PTR callback
Function to call
STRING location
@copyfrom InsertHTML
Description
Insert callback that will be invoked when rendering a specific insert location. This function cannot be called when rendering has started.