FHPopup Help File

FHPopup Help File

Plugin Name:

FHPopup

Current Version:

1.0.0.0

Licence:

Freeware

Author:

Ceone

E-mail:

produceone@gmail.com


Table of Contents

FHPopup.ShowPopup

FHPopup.ShowPopup


FHPopup.ShowPopup ( 

(string) FilePath = "",

(number) Style = StyleA,

(number) Width = 150,

(number) Height = 150 )

Description

To show Popup.

Parameters

FilePath

(string) To set FilePath.

Style

(number) To set popup style

CONSTANT

VALUE

DESCRIPTION

StyleA

0

Show dialog with nobody.

StyleB

1

Show dialog with body.

Width

(number) To set popup Width.

Height

(number) To set popup Height.

Returns

This action dose not return any value.


Example

FHPopup.ShowPopup(_SourceFolder.."\\Autoplay\\Docs\\File.html", StyleA, 300, 300);





This File Was Generated With AMS ActionFile Editor