| Dialogs » Project Properties » Global Settings » Extended Features | ||
|
Extended Features
By checking the box next to each item, you can add features that affect the way your
project is compiled and the way the menus behave:
Compatibility notes
This option has no effect under Netscape Navigator 4
Important Information
If some hotspots display menus and other hotspots do not, you must manually modify the onmouseover event of the hotspots that do not display any menus to prevent the rollover effects from causing problems.The default onmouseover event may look like this:
onmouseover="MM_swapImage(..........)";
The above event definition must be modified to add a call to the HideAll() function, as displayed on the line of code below:
onmouseover="HideAll();MM_swapImage(..........)";
Also note that when enabling this option, the Root Menus Delay parameter will be ignored.
Important Information
If some hotspots display menus and other hotspots do not, you must manually modify the onmouseover event of the hotspots that do not display any menus to prevent the rollover effects from causing problems.The default onmouseover event may look like this:
onmouseover="changeImage(..........)";
The above event definition must be modified to add a call to the HideAll() function, as displayed on the line of code below:
onmouseover="HideAll();changeImage(..........)";
Also note that when enabling this option, the Root Menus Delay parameter will be ignored.
| Important Information This option only changes
the generated URLs referring the images included within the menus. When
this option is checked, any generated link to an image like "<img src=image.gif>"
is replaced by "<img src=image.gif/$file/image.gif>", which is domino's
extended URL syntax. |
| Important Information The keyboard support is limited to the following browsers:
The support is not available under these popular browsers:
|
Restore Defaults
Click this button to restore the default Global Settings.
