Please Note:
HierMenus is protected by copyright laws. Use of the HierMenus code requires a paid licensing agreement.
Click Here to Register

Site Navigation
Bulletins
About
Documentation
FAQ
Samples
Known Issues
Technology Jobs

internet.commerce

Partner With Us














          
internet.com

IT
Developer
Internet News
Small Business
Personal Technology
International

Search internet.com
Advertise
Corporate Info
Newsletters
Tech Jobs
E-mail Offers

 
HierMenusCentral Enhance the Functionality of Your Web Site with DHTML HierMenus.
    

home / documentation / reference / clickstart

ClickStart

Description:
Boolean value indicating whether or not menus should appear when their parent items or links are clicked.

Value:
Boolean (true or false), Integer (1=true, 0=false), or JavaScript expression that returns a boolean value.

Applies To:
Menus.

Browser Compatibility:
ClickStart is supported in all browsers.

Comments:
When ClickStart is set to true, the menu will be displayed only when the user clicks the menu's parent item or link. When false, the menu will appear when the parent item or link is rolled over.

Note that ClickStart is applied to the menu itself; not the parent menu item. In other words, it applies only to the menu it is set on, and not to child menus of this menu. (Unless it is set as a global parameter using HM_f_UpdateDefaults, in which case it applies, by default, to all menus.)

Note that normally, the HierMenus 6 design now allows you to reuse menus across multiple trees or links. However, a design flaw in the code prohibits this type of use in top level popup menus that are also set to ClickStart:true. For more detail on this issue as well as a workaround, see Known Issue #28.

Examples:
// Ok:
ClickStart:true,
ClickStart:0,
ClickStart:(window.thisPage=="cf")?1:0, 
    // if the user defined variable "thisPage" is "cf", 
    // ClickStart is true

// Incorrect:
ClickStart:"false",  // quotes not allowed around booleans
ClickStart:"0",
ClickStart:'(window.thisPage=="cf")?1:0', // no quoted expressions
Default:
false

See Also:
ClickKill



JupiterOnlineMedia

internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and JupiterOnlineMedia

Jupitermedia Corporate Info


Legal Notices, Licensing, Reprints, & Permissions, Privacy Policy.

Advertise | Newsletters | Tech Jobs | Shopping | E-mail Offers

Created: 3/25/2004
Updated: 6/16/2005
URL: http://www.hiermenuscentral.com/documentation/reference/clickstart.html