![]() |
The Menu, reloaded | |
|
| Pos | Property | Description | Example | Values |
| 0 | for future purpose | |||
| 5 | for future purpose | |||
| 2 | FontFamilyOFF | Do not use to exotic font-families or set a common font-family as second. | 'Arial, Verdana, Helvetica' 'MT Extra, Arial' | Fonts. |
| 3 | FontFamilyOn | Do not use to exotic font-families or set a common font-family as second. | 'Arial, Verdana, Helvetica' 'MT Extra, Arial' | Fonts. |
| 4 | FontFamilyClick | Do not use to exotic font-families or set a common font-family as second. | 'Arial, Verdana, Helvetica' 'MT Extra, Arial' | Fonts. |
| 5 | for future purpose | |||
| 6 | for future purpose | |||
| 7 | for future purpose | |||
| 8 | FontSizeOff | Unit is 'point'. | 9 | positive integer number |
| 9 | FontSizeOn | Unit is 'point'. | 9 | positive integer number |
| 10 | FontSizeClick | Unit is 'point'. | 9 | positive integer number |
| 11 | PaddingLeft | Unit is 'pixel'. | 5 | positive integer number |
| 12 | PaddingTop | Unit is 'pixel'. | 2 | positive integer number |
| 13 | FontColorOff | '#003366' blue red, .... | color values | |
| 14 | FontColorOn | '#003366' blue red, .... | color values | |
| 15 | FontColorClick | '#003366' blue red, .... | color values | |
| 16 | FontBoldOff | Set the font-weight. Numbers aren't accepted. Use 'normal' or 'bold'. | 'normal' 'bold' | 'normal' or 'bold' |
| 17 | FontBoldOn | Set the font-weight. Numbers aren't accepted. Use 'normal' or 'bold'. | 'normal' 'bold' | 'normal' or 'bold' |
| 18 | FontBoldClick | Set the font-weight. Numbers aren't accepted. Use 'normal' or 'bold'. | 'normal' 'bold' | 'normal' or 'bold' |
| 19 | FontItalicsOff | 'italic' 'normal' | 'italic' or 'normal' | |
| 20 | FontItalicsOn | 'italic' 'normal' | 'italic' or 'normal' | |
| 21 | FontItalicsClick | 'italic' 'normal' | 'italic' or 'normal' | |
| 22 | TextDecorationUnderlineOff | 'underline' 'none' | 'underline' or 'none' | |
| 23 | TextDecorationUnderlineOn | 'underline' 'none' | 'underline' or 'none' | |
| 24 | TextDecorationUnderlineClick | 'underline' 'none' | 'underline' or 'none' | |
| 25 | LetterSpacing | Unit is pixel. Only supported by DOM-compliant browsers | 2 | positive integer number |
| 26 | Item3DEffect | Special feature: Creates 3-D borders for the item. ItemBorderColor and ItemInnerBorderColor should have different values. If you want the borderwidths to have equal values set Item3DEffectIsAuto to true(1) and set the width in ItemBorderWidth. | boolean: true(1) or false(0) | |
| 27 | BorderColorOff | '#003366' blue red, .... | color values | |
| 28 | BorderColorOn | '#003366' blue red, .... | color values | |
| 29 | BorderColorClick | '#003366' blue red, .... | color values | |
| 30 | BorderWidth | Unit is pixel. | 2 | positive integer number |
| 31 | BorderLeft | Unit is pixel. | 2 | positive integer number |
| 32 | BorderTop | Unit is pixel. | 2 | positive integer number |
| 33 | BorderRight | Unit is pixel. | 2 | positive integer number |
| 34 | BorderBottom | Unit is pixel. | 2 | positive integer number |
| 35 | InnerBorderColorOff | '#003366' blue red, .... | color values | |
| 36 | InnerBorderColorOn | '#003366' blue red, .... | color values | |
| 37 | InnerBorderColorClick | '#003366' blue red, .... | color values | |
| 38 | InnerBorderWidth | Unit is pixel. | 2 | positive integer number |
| 39 | InnerBorderLeft | Unit is pixel. | 2 | positive integer number |
| 40 | InnerBorderTop | Unit is pixel. | 2 | positive integer number |
| 41 | InnerBorderRight | Unit is pixel. | 2 | positive integer number |
| 42 | InnerBorderBottom | Unit is pixel. | 2 | positive integer number |
| 43 | BorderImageActive | Activates a background-image, that is defined in ItemBorderImageSrc | boolean: true(1) or false(0) | |
| 44 | BorderImageSrc | Enter background-image path for ItemBorder here. Important: Image-path has to be relative to the HTML-page, where the menu will be displayed and not relative to the js-file! Instead of "\" use "/". | 'images/flowerbackground.gif' | |
| 45 | InnerBorderImageActive | Activates a background-image, that is defined in ItemInnerBorderImageSrc | boolean: true(1) or false(0) | |
| 46 | InnerBorderImageSrc | Enter background-image path for ItemInnerBorder here. Important: Image-path has to be relative to the HTML-page, where the menu will be displayed and not relative to the js-file! Instead of "\" use "/". | 'images/flowerbackground.gif' | |
| 47 | BgImageActive | Activates a background-image for the item | boolean: true(1) or false(0) | |
| 48 | BgImageSrc | Enter background-image path for the item here. Important: Image-path has to be relative to the HTML-page, where the menu will be displayed and not relative to the js-file! Instead of "\" use "/". | 'images/flowerbackground.gif' | |
| 49 | BgColorOff | '#003366' blue red, .... | color values | |
| 50 | BgColorOn | '#003366' blue red, .... | color values | |
| 51 | BgColorClick | '#003366' blue red, .... | color values | |
| 52 | IndicatorArrowRightActivate | Set to true(1) to display an arrow or any image, in case item contains a submenu. For horizontal groups the arrow-settings are handled in the IndicatorArrowRightSubOpensDown array, for vertical groups in the IndicatorArrowRightSubOpensRight. | boolean: true(1) or false(0) | |
| 53 | IndicatorArrowRightSubOpensRight | Interface to the arrow-settings. The arrow-settings have to be defined before the item-style! | ||
| 54 | for future purpose | |||
| 55 | for future purpose | |||
| 56 | IndicatorArrowRightSubOpensDown | Interface to the arrow-settings. The arrow-settings have to be defined before the item-style! | ||
| 57 | for future purpose | |||
| 58 | for future purpose | |||
| 59 | for future purpose | |||
| 60 | LeftArrowActivate | Activates LeftArrowSrc. | boolean: true(1) or false(0) | |
| 61 | LeftArrowSrcOff | Displays an arrow or any image before the text or the "mainimage". Image-path has to be relative to the HTML-page, where the menu will be displayed and not relative to the js-file! Instead of "\" use "/". | 'images/arrow.gif' | |
| 62 | LeftArrowSrcOn | Image-path has to be relative to the HTML-page, where the menu will be displayed and not relative to the js-file! Instead of "\" use "/". | 'images/arrow.gif' | |
| 63 | LeftArrowSrcClick | Image-path has to be relative to the HTML-page, where the menu will be displayed and not relative to the js-file! Instead of "\" use "/". | 'images/arrow.gif' | |
| 64 | LeftArrowWidth | Unit is pixel. | 15 | positive integer number |
| 65 | LeftArrowHeight | Unit is pixel. | 15 | positive integer number |
| 66 | LeftArrowLeft | Unit is pixel. | 5 | positive integer number |
| 67 | LeftArrowTop | Unit is pixel. | 2 | positive integer number |
| 68 | for future purpose | |||
| 69 | for future purpose | |||
| 70 | Item3DEffectIsAuto | Sets ItemBorderwidths and ItemBorderWidths to the value defined in ItemBorderWidth. | boolean: true(1) or false(0) |
| Home | Forum | Link to us |
|
|||
|
© Copyright 2001-2004 © FXsinus.com, All Rights Reserved. webmaster@fxsinus.com |
||||