📄 help.js
字号:
var tempstyle=[
["template1","","00CCFF","0","4","4","0","0","0","0","00CCFF","100","2","00CCFF","100","2","160","20","2","_self","F0F0F0","80","000000","9","Verdana","left","true","false","false","0","0","222222","100","8","8","DDDDDD","100","0","DDDDDD","100","0","FF0000","70","FFFFFF","","","","","","","","","FFFFFF","","","","FFCCCC","","2","CC0000","","2","FF0000","70","FFFFFF","","","","","","","2","2","FFFFFF","100","","","CC0000","","2","FFCCCC","","2","00CCFF","100","2"],
["template2","","FFFFFF","100","4","4","2","2","2","2","000000","100","1","000000","100","1","160","0","2","_self","","0","000000","9","Verdana","left","true","false","false","0","0","222222","100","8","8","DDDDDD","100","0","DDDDDD","100","0","DDDDDD","100","000000","","","","","","","","","000000","","","","000000","100","1","000000","100","1","AAAAAA","100","000000","","","","","","","","","000000","100","","","000000","","1","000000","","1","000000","100","2"]
];
var helpstr1=[
"Saves all the properties of the active style, creates a new style and makes the newly created style the active style.",
"Deletes the active style.",
"<b>This style can not be deleted. It is used by another submenu.</b>",
"Item object gets 3 different status depending on the mouse events. Mouse events are described as <b>normal</b>, <b>over</b> and <b>down</b>. If no value is entered for the <b>over</b> and <b>down</b> status of the Item object, the values entered in the <b>normal</b> status will be executed for both of the status. When clicked, the active status is changed to <b>normal</b>. And all the properties changed afterwards are the properties of the active status.",
"Item object gets 3 different status depending on the mouse events. Mouse events are described as <b>normal</b>, <b>over</b> and <b>down</b>. If no value is entered for the <b>over</b> and <b>down</b> status of the Item object, the values entered in the <b>normal</b> status will be executed for both of the status. When clicked, the active status is changed to <b>over</b>. And all the properties changed afterwards are the properties of the active status.",
"Item object gets 3 different status depending on the mouse events. Mouse events are described as <b>normal</b>, <b>over</b> and <b>down</b>. If no value is entered for the <b>over</b> and <b>down</b> status of the Item object, the values entered in the <b>normal</b> status will be executed for both of the status. When clicked, the active status is changed to <b>down</b>. And all the properties changed afterwards are the properties of the active status.",
"key",
"\
<ul type=\"square\" class=\"list1\">\
<li><b>horizontal</b> is used for creating a horizontal menu.\
<li><b>vertical</b> is used for creating a vertical menu.\
<li><b>popup</b> is used for creating popup menus (a menu which appears with the right click of the mouse). To use this option, IE V5.0 and above is required. Please note that <b>popup</b> option can only be used when creating menus in web pages. It can not be used in creating menus in Flash. \
<li><b>submenu</b> option is used for hiding the main menu captions. The submenus in HTML can then be viewed or hided with JavaScript. Please note that <b>submenu</b> option can only be used when creating menus in web pages. It can not be used in creating menus in Flash. \
</ul>",
"This property is valid if the type property is \"horizontal\" or \"vertical\".\
<ul type=\"square\" class=\"list1\">\
<li><b>static</b> option leaves the location control of the main menu to the browser. This is the default value of the Position property when creating menus in web pages. It can not be used in creating menus in Flash.\
<li><b>absolute</b> option places the main menu to the specified location on the web page. The location can be specified with <b>align</b> , <b>valign</b> and <b>margin</b> properties. This option can be used when creating menus in web pages. It can not be used in creating menus in Flash.\
<li><b>screen</b> option places the main menu to the specified location on the screen. The location can be specified with <b>align</b> , <b>valign</b> and <b>margin</b> properties. This option can be used both in web pages and in Flash. When used in Flash, it is the default value for the Position property.\
</ul>",
"This property is valid if the Position property is set to absolute or screen. \
<ul type=\"square\" class=\"list1\">\
<li><b>left</b> left-aligns the menu horizontally.\
<li><b>center</b> centers the menu horizontally.\
<li><b>right</b> right-aligns the menu horizontally.\
</ul>",
"This property is valid if the Position property is set to absolute or screen. \
<ul type=\"square\" class=\"list1\">\
<li><b>top</b> top-aligns the menu vertically.\
<li><b>center</b> centers the menu vertically.\
<li><b>bottom</b> bottom-aligns the menu vertically.\
</ul>",
"Contains 4 values in pixel for <b>left , top , right , bottom</b> properties in order. \
<ul type=\"square\" class=\"list1\">\
<li><b>left</b> indicates the left margin of the menu from the left-most point. The align property must be left, otherwise this property is not valid. \
<li><b>top</b> indicates the top margin of the menu from the top-most point. The valign property must be top, otherwise this property is not valid. \
<li><b>right</b> indicates the right margin of the menu from the right-most point. The align property must be right, otherwise this property is not valid.\
<li><b>bottom</b> indicates the bottom margin of the menu from the bottom-most point. The valign property must be bottom, otherwise this property is not valid. \
</ul>",
"If the submenu has lost the mouse focus, this property indicates the period of menu to dissappear from screen in miliseconds. The default value for this property is <b>2000</b>.",
"More than one style may be created. Style names starting with <b>template</b> are pre-defined styles. Style names created by the user may later be changed, however the new style name should not be the name of a pre-existing style.",
"When a new style is created, it inherits its parent style's properties. The parent of a style is chosen from here. The properties which are not changed, will remain as the properties of the parent style. ",
"Specifies the BackColor of a menu object. Color is specified in Hexadecimal RGB format. When clicked with mouse, the color table is displayed. It is possible to choose the color from the color table, as well as entering it manually. ",
"Defines the transparency of the color selected in the color property. The value entered must be between 0-100. <b>0</b> value specifies full transparency where as <b>100</b> is opaq. The default value is <b>100</b>. ",
"Specifies the horizontal point in pixels where the submenu of a menu should be displayed. Positive values display the submenu to the right where as negative values display the menu to the left.",
"Specifies the vertical point in pixels where the submenu of a menu should be displayed. Positive values display the submenu above where as positive values display the menu below.",
"Contains 4 values in pixel for <b>left , top , right , bottom</b> properties in order. \
<ul type=\"square\" class=\"list1\">\
<li><b>left</b> specifies the distance of the item object from the left border of the menu. \
<li><b>top</b> specifies the distance of the item object from the top border of the menu.\
<li><b>right</b> specifies the distance of the item object from the right border of the menu.\
<li><b>bottom</b> specifies the distance of the item object from the bottom border of the menu. \
</ul>",
"Specifies the color of left and top borders of a menu object. Color is specified in Hexadecimal RGB format. When clicked with mouse, the color table is displayed. It is possible to choose the color from the color table, as well as entering it manually. ",
"Defines the transparency of the color selected in the color property. The value entered must be between 0-100. <b>0</b> value specifies full transparency where as <b>100</b> is opaq. The default value is <b>100</b>. ",
"Specifies the width of the left and top border of a menu object. The default value is <b>0</b>.",
"Specifies the color of right and bottom borders of a menu. Color is specified in Hexadecimal RGB format. When clicked with mouse, the color table is displayed. It is possible to choose the color from the color table, as well as entering it manually. ",
"Defines the transparency of the color selected in the color property. The value entered must be between 0-100. <b>0</b> value specifies full transparency where as <b>100</b> is opaq. The default value is <b>100</b>. ",
"Specifies the width of the right and bottom border of a menu object. The default value is <b>0</b>.",
"Specifies the width of a item object. The default value is <b>160</b> pixel.",
"Specifies the height of a item object. The default value is <b>20</b> pixel.",
"Specifies the amount of space between two item objects. The default value is <b>0</b> pixel.",
"Specifies the window in which the new page will be displayed. It can be _blank, _self, _top, _parent or any window name specified by the user. The default value is <b>_self</b>",
"Specifies the BackColor of a item object in <b>#</b> status. Color is specified in Hexadecimal RGB format. When clicked with mouse, the color table is displayed. It is possible to choose the color from the color table, as well as entering it manually. ",
"Defines the transparency of the color selected in the color property. The value entered must be between 0-100. <b>0</b> value specifies full transparency where as <b>100</b> is opaq. The default value is <b>100</b>. ",
"Specifies the color of text of a item object in <b>#</b> status. Color is specified in Hexadecimal RGB format. When clicked with mouse, the color table is displayed. It is possible to choose the color from the color table, as well as entering it manually. ",
"Specifies the font size of text of a item object in <b>#</b> status. The default value is <b>9</b> punto.",
"Specifies the font name of text of a item object in <b>#</b> status. The default value is <b>Arial</b>.",
"Specifies the font style bold of text of a item object in <b>#</b> status. The default value is <b>false</b>.",
"Specifies the font style italic of text of a item object in <b>#</b> status. The default value is <b>false</b>.",
"Specifies the font style underline of text of a item object in <b>#</b> status. The default value is <b>false</b>.",
"<ul type=\"square\" class=\"list1\">\
<li><b>left</b> left-aligns the text of a item object in <b>#</b> status. horizontally.\
<li><b>center</b> centers the text of a item object in <b>#</b> status. horizontally.\
<li><b>right</b> right-aligns the text of a item object in <b>#</b> status. horizontally.\
</ul>",
"Specifies the horizontal point in pixels where the text of a item object in <b>#</b> status should be displayed . Positive values display the text to the right where as negative values display the text to the left.",
"Specifies the vertical point in pixels where the text of a item object in <b>#</b> status should be displayed . Positive values display the text above where as negative values display the text below.",
"Specifies the color of arrow of a item object in <b>#</b> status. Color is specified in Hexadecimal RGB format. When clicked with mouse, the color table is displayed. It is possible to choose the color from the color table, as well as entering it manually. ",
"Defines the transparency of the color selected in the color property. The value entered must be between 0-100. <b>0</b> value specifies full transparency where as <b>100</b> is opaq. The default value is <b>100</b>. ",
"Specifies the width of the arrow of a item object in <b>#</b> status. The default value is <b>8</b>.",
"Specifies the height of the arrow of a item object in <b>#</b> status. The default value is <b>8</b>.",
"Specifies the color of left and top borders of a item object in <b>#</b> status. Color is specified in Hexadecimal RGB format. When clicked with mouse, the color table is displayed. It is possible to choose the color from the color table, as well as entering it manually. ",
"Defines the transparency of the color selected in the color property. The value entered must be between 0-100. <b>0</b> value specifies full transparency where as <b>100</b> is opaq. The default value is <b>100</b>. ",
"Specifies the width of the left and top border of a item object in <b>#</b> status. The default value is <b>0</b> pixel.",
"Specifies the color of right and bottom borders of a item object in <b>#</b> status. Color is specified in Hexadecimal RGB format. When clicked with mouse, the color table is displayed. It is possible to choose the color from the color table, as well as entering it manually. ",
"Defines the transparency of the color selected in the color property. The value entered must be between 0-100. <b>0</b> value specifies full transparency where as <b>100</b> is opaq. The default value is <b>100</b>. ",
"Specifies the width of the right and bottom border of a item object in <b>#</b> status. The default value is <b>0</b> pixel.",
"Specifies the BackColor of a line object. Color is specified in Hexadecimal RGB format. When clicked with mouse, the color table is displayed. It is possible to choose the color from the color table, as well as entering it manually. ",
"Defines the transparency of the color selected in the color property. The value entered must be between 0-100. <b>0</b> value specifies full transparency where as <b>100</b> is opaq. The default value is <b>100</b>. ",
"Specifies the width of a line object. The default value is <b>0</b> pixel.",
"Selects one of the styles to the menu or submenu object. By default, the first style in the styles list is assigned to the selected menu or submenu. One of the styles must be assigned to menu object. For a submenu, if no style is assigned, the submenu inherits its parent's style. ",
"By checking or removing the check in the box, an item can be changed to a submenu or vice versa. ",
"By checking or removing the check in the box, an item can be changed to a line or vice versa. ",
"Displays the text in the selected item or submenu. Any text may be entered in the text box.",
"Indicates the URL of the new page which will be opened by clicking on the selected item or submenu. Supports the usage of <b>javascript:</b> or <b>mailto:</b> coding."
];
//------------------------------------------------------------------------------
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -