|
Property |
Method |
Event |
|
|
OnEditImageInvoked before the Image Properties dialog box is opened to edit the inserted image. Syntaxvoid OnEditImage( Parametersid [in] ID defined by CSS. Used only in special cases. alt [in] Alt text of the image. src [in] Absolute path of the image. name [in] Filename of the image. lowsrc [in] Absolute path of the low resolution image. width [in] Width of the image. height [in] Height of the image. href [in] URL of the hyperlink. target [in] Target frame of the hyperlink. name [in] Name of the link connected to the image align [in] Alignment of the image (0-8).
border [in] Width of the border. hspace [in] Horizontal spacing. vspace [in] Vertical spacing. finished [in, out] Whether to execute the command.
Return Values0 (always) Sample CodesVBScript sub wec_OnEditImage(id, alt, src, name, lowsrc, width, height, href,
|