Element (Button):
The element in the where apply the Asp Layer PopUp open
can be:
- Link
- Button
- Image
- Page Load
The element must have the ID or the NAME attribute to be detected
Url:
The url of the page will open in the Asp Layer PopUp
Window icone:
The icone display in the left side of the Asp Layer PopUp title
Title:
The title of the Asp Layer PopUp
Style:
Choose the graphics style of the Asp Layer PopUp.
The extension provide a set of 19 different styles but if you want use your own style is very simple, you need only create a new folder with your images in the folder:C:\Documents and Settings\[USER]\Application Data\Macromedia\Dreamweaver 8\Configuration\Shared\DwZone\PopUp\Graphics
And the extension will display in this combo your new styles.
Copy and modify the images from an existing style without modify the images size. N.B. Don't use the Vista images to create your new style.
See the different styles
Autoclose:
Define if the Asp Layer PopUp should be closed after a specified time in milliseconds
To enable this option the value must be greater of 0 (zero)
Dimensions:
Define the dimensions of the Asp Layer PopUp
Min. dimensions:
Define the minimum dimensions of the Asp Layer PopUp, only if the Asp Layer PopUp is resizable
Position:
This is the position of the Asp Layer PopUp in your page.
Top-Left
Top-Center
Top-Right
Middle-Left
Middle-Center
Middle-Right
Bottom-Left
Bottom-Center
Bottom-Right
Custom
Custom position:
If you choose CustomPosition you must insert the left and top position of the Asp Layer PopUp
Resizable:
If checked the Asp Layer PopUp will be resizable
Draggable:
If checked the Asp Layer PopUp will be draggable
Close button:
If checked the popup has the close button in the right side
Borderless
Open a popup without the border
In the borderless popup window the close button will not be present and to close the popup you must create your own close link in your page.
To create a close button you must create a link like:
<a href="javascript:parent.dwzLayerPopUpClose('<INSTANCE>')" >Close</a>
You just replace the <INSTANCE> with the instance number of the popup you want close.
To get the instance number you must open the page in code view and search the extension code:
<a onclick="<%
'******************************
' http://www.DwZone-it.com
' Asp Layer PopUp - LINK
' Version 1.1.6
'******************************
dwzExtensionType = "LINK"
dwzPath = "../../"
dwzInstance = "9" The instance number is dwzInstance
value.
Lock body:
If checked when the Asp Layer PopUp is open the extension loack all the page controls