![]() |
The Menu, reloaded | |
|
| Pos | Property | Description | Example | Values |
| 0 | MenuOpensOnClickOrOnMouseOver click:1, mouse:0 | Menus can open on "click" or "mouseover" event. Set to true(1) if the menu should open on "click" event. | boolean: true(1) or false(0) | |
| 1 | MenuClosesOnClick | Close a submenu by clicking on an item. | boolean: true(1) or false(0) | |
| 2 | MenuClosesOnMouseOut | boolean: true(1) or false(0) | ||
| 3 | for future purpose | |||
| 4 | MenuClosesIfMouseOverOtherItem | boolean: true(1) or false(0) | ||
| 5 | MenuClosesIfClickOnOtherItem | boolean: true(1) or false(0) | ||
| 6 | for future purpose | |||
| 7 | MenuDisplayDelay | Only in v 3.0.1 or later available.Unit is millseconds. Delay until a submenu opens. | 350 | positive integer number |
| 8 | MenuTimeDisappearGap | Unit is millseconds. | 800 | positive integer number |
| 9 | AlternateOpera5n6TransparencyColor | Opera 5 and Opera 6 don't support background-color transparency properly, therefore you have to define an alternate color here. Whenever a background- or border-color is set to "transparent", Opera 5 and 6 will take AlternateOpera5n6TransparencyColor instead. | '#FFFFFF' | |
| 10 | MenuPathStaysHighlited | boolean: true(1) or false(0) | ||
| 11 | PositionIsRelativeOrAbsolute absolute:0 relative:1 | Only edit this feature, if FirstMenuIsCommonHTML is true. Set to false(0) for absolute positioning, define position in OffsetLeft and OffsetTop for each group. Set to true(1) for relative positioning (mouseposition). | boolean: true(1) or false(0) | |
| 12 | ActivationIntensity | Special feature: Expands the sensitive area of the item. The item reacts earlier on "mouseover"-event and the menu keeps the focus. Activatonintensity is 3: Both ItemBorders belong to the sensitive area. Activatonintensity is 2: InnerItemBorder belongs to the item. Activatonintensity is 1: Only the item itself is sensitive for events. 3 is recommended. | 3 | 1,2 or 3 |
| 13 | ScrollingFollowSpeed for future purpose | |||
| 14 | ScrollingFollowRate for future purpose | |||
| 15 | RightToLeftHebrew for future purpose | |||
| 16 | FirstLineFrame for future purpose | |||
| 17 | SecondLineFrame for future purpose | |||
| 18 | MainMenuExpandWidth | Expands a horizontal main menu to 100%. | true(1) or false(0) | |
| 19 | MainMenuHorizontalPosition center:c right:r | Only edit this feature, if FirstMenuIsCommonHTML is false. Positions the menu in the center of a page or at the right side. Leave empty to position the menu left. | 'c','r' or leave empty. | |
| 20 | MainMenuVerticalPosition for future purpose | |||
| 21 | MenuIsStaticVertical for future purpose | |||
| 22 | MenuIsStaticHorizontal for future purpose | |||
| 23 | IntelligentSmoothScrolling for future purpose | |||
| 24 | TypeOfMenu (sideMenu,...) for future purpose | |||
| 25 | RighClickMenuDisappearDelay for future purpose | |||
| 26 | ShowProductInfoFXsinus for future purpose | |||
| 27 | DivIdForRelativePositioning for future purpose | |||
| 28 | FirstMenuIsCommonHTML | Important feature: The first level of your menus can be written with DHTML or you define it as HTML in your page. We recommend to set FirstMenuIsCommonHTML for the main-navigation to true(1) for several reasons: Visitors with exotic or very old browsers can't execute the code, they can't navigate through the menu. Search-robots don't understand JavaScript, therefore they can't follow your links. You may compensate it with a sitemap, but nevertheless we recommend to define the first level as HTML. FirstMenuIsCommonHTML is true(1): Define position in OffsetLeft and OffsetTop for each group; depends on the value of PositionIsRelativeOrAbsolute. | boolean: true(1) or false(0) | |
| 29 | MenuZIndex | Controlls the z-Index behaviour of the group. Necessary if you have other "divs" defined on your page. | 500 | positive integer number |
| 30 | EnableDragAndDrop for future purpose | |||
| 31 | JavaScriptCommandOnAppear for future purpose | |||
| 32 | JavaScriptCommandOnDisappear for future purpose | |||
| 33 | JavaScriptFunctionToCallBeforeStart for future purpose | |||
| 34 | JavaScriptFunctionToCallAfterBuild for future purpose | |||
| 35 | JavaScriptFunctionToCallBeforeFirstOpen for future | |||
| 36 | JavaScriptFunctionToCallAfterCloseAll for future purpose | |||
| 37 | WindowOnErrorFunctionActivate for future purpose | |||
| 38 | DeactivateBrowserSupportForN4 for future purpose | |||
| 39 | DeactivateBrowserSupportForIE4 for future purpose | |||
| 40 | DeactivateBrowserSupportForOpera for future purpose | |||
| 41 | DeactivateBrowserSupportForN6 for future purpose | |||
| 42 | for future purpose | |||
| 43 | ChooseStandardCursor | Displays a different cursor on "mouseover" event in all DOM-compliant browsers(MSIE 5+, NETSCAPE 6+, OPERA 7+, ...). | 'pointer' for linked items. | 'auto', 'default', 'crosshair', 'pointer', 'move', 'n-resize', 'ne-resize', 'e-resize', 'se-resize', 's-resize', 'sw-resize', 'w-resize', 'nw-resize', 'text', 'wait', 'help' |
| 44 | DisallowTextSelect for future purpose | |||
| 45 | LinkTextStatusStandard | Message, that appears in the window statusbar, when you move your mouse over the item. Disappears "onmouseout"-event. Enter any text. | 'Fred\'s guitars' | Strings, numbers. No HTML-Tags,no images. |
| 46 | IntelligentSubMenuPositioningCorrection | Intelligent repositioning keeps track of your visitors screen resolution. Menus will always be kept inside the window's boundaries. Only set to true(1), if you think you might need it. | boolean: true(1) or false(0) | |
| 47 | PreferredScreenResolutionHorizontal | IntelligentSubMenuPositioningCorrection has to be true(1) to use this feature. Keeps your menu inside the horizontal boundary you define. Unit is pixel. | 650 | positive integer number |
| 48 | PreferredScreenResolutionVertical for future purpose | |||
| 49 | IntelligentSubMenuPositioningLeftcorr | IntelligentSubMenuPositioningCorrection has to be true(1) to use this feature. Unit is pixel. This correction prevents the window to get horizontal scrollbars, when you add a style like "dropshadow" with a certain width. The width of the shadow should have the same value as IntelligentSubMenuPositioningLeftcorr. | 4 | positive integer number. |
| 50 | IntelligentSubMenuPositioningTopcorr for future purpose |
| Home | Forum | Link to us |
|
|||
|
© Copyright 2001-2004 © FXsinus.com, All Rights Reserved. webmaster@fxsinus.com |
||||