[ Main Menu ] [ Extension Tools Menu ] [ Professional Edition Menu ]

<iHTX> Tag


<iHTXDLL="DLL name"
FUNCTION="function name"
[name1=parmvalue1 name2=parmvalue2 …] (Depends on the function)
>

This tag allows you to integrate new user functions within the iHTML 2.1 tag structure. These can augment any existing tags in iHTML 2.1. The parameters correspond to the DLL function. The resolution is the result of the function call.
UsageThis will allow developers to extend the functionality of iHTML with their own commands. See Inline's Web site for more information. See Chapter 6.13 for more details on how to use this.


Top