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
GPS
Promotional Items
Logo Design
Boat Donations
Auto Insurance Quote
Memory Upgrades
Domain registration
Promotional Golf
KVM Switch over IP
Online Shopping
Imprinted Promotions
Online Education
Promotional Pens
Car Donations

          
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 / righttoleft

RightToLeft

Description:
Boolean value indicating whether right-to-left child menu displays are in effect.

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

Applies To:
Menu Items.

Browser Compatibility:
RightToLeft is supported in all browsers.

Comments:
When RightToLeft is set to true, default child menus are displayed off the left side of the parent menu item instead of the right, child menus using PositionChild are right aligned with their parent menu items instead of left aligned (i.e., the right edge of the first child menu item is aligned with the right edge of its parent menu item), and "more" images, if they appear in the parent menu item, are displayed on the left side of the menu item using the ImageSrcLeft and ImageSrcLeft graphic.

HierMenus sets the default value for RightToLeft based on the existence of right-to-left (dir="rtl") page displays in the browser itself. To determine this, HierMenus calls the internal function HM_f_RTLCheck(), which you are also free to call in your own JavaScript expressions. Since not all browsers support dir="rtl" page displays, using HM_f_RTLCheck() ensures that you will always be using (or not using) right-to-left processing in the same manner that HierMenus is. For further details relating specifically to dir="rtl" browser processing, refer to the release notes for HierMenus version 5.3.

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

// Incorrect:
RightToLeft:"false",  // quotes not allowed around booleans
RightToLeft:"0",
RightToLeft:'(window.thisPage=="cf")?1:0', // no quoted expressions
Default:
The result of calling HM_f_RTLCheck()

See Also:
ImageSrcLeft, ImageSrcLeftOver, TextAlign, Bulletin 9: HierMenus 5.3 Release Notes



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

Solutions
Whitepapers and eBooks
IBM eBook: Planning a Service Oriented Architecture
IBM eBook: Choosing the Right Architecture--What It Means for You and Your Business
Microsoft Article: Will Hyper-V Make VMware This Decade's Netscape?
Avaya Article: Using Intelligent Presence to Create Smarter Business Applications
Intel Go Parallel Article: Getting Started with TBB on Windows
Microsoft Article: 7.0, Microsoft's Lucky Version?
Avaya Article: How to Feed Data into the Avaya Event Processor
IBM Article: Developing a Software Policy for Your Organization
Microsoft Article: Managing Virtual Machines with Microsoft System Center
Intel Go Parallel Article: Intel Threading Tools and OpenMP
HP eBook: Storage Networking , Part 1
Microsoft Article: Solving Data Center Complexity with Microsoft System Center Configuration Manager 2007
MORE WHITEPAPERS, EBOOKS, AND ARTICLES
Webcasts
HP Video: StorageWorks EVA4400 and Oracle
HP Webcast: Storage Is Changing Fast - Be Ready or Be Left Behind
Microsoft Silverlight Video: Creating Fading Controls with Expression Design and Expression Blend 2
MORE WEBCASTS, PODCASTS, AND VIDEOS
Downloads and eKits
Red Gate Download: SQL Toolbelt and free High-Performance SQL Code eBook
Iron Speed Designer Application Generator
MORE DOWNLOADS, EKITS, AND FREE TRIALS
Tutorials and Demos
Silverlight 2 App and Walkthrough: Leverage Silverlight 2 with SQL Server and XML
IBM Article: Enterprise Search--Do You Know What's Out There?
HP Demo: StorageWorks EVA4400
Microsoft Article: The Progress and Promise of Deep Zoom
Microsoft How-to Article: Get Going with Silverlight and Windows Live
MORE TUTORIALS, DEMOS AND STEP-BY-STEP GUIDES
Created: 3/25/2004
Updated: 3/25/2004
URL: http://www.hiermenuscentral.com/documentation/reference/righttoleft.html