Aitoc
  • Create Account
  • My Cart
  • Checkout
  • Login
Search Site
Blog
Get 100% off or more!

Category Navigation:

  • Community Edition
      • Magento Services
      • Magento Module Installation
      • Magento Migration to a New Server
      • Server Settings Optimization Service
      •  
      • Admin Tools
      • E-mail Templates Manager
      • Order Editor
      • Front-End Editor
      • Enhanced Order Filter
      • Product Matrix
      • Custom Order Number Pro
      • Multi-Location Inventory
      • Admin Email Notifications
      • Paired Products
      • Custom Options for Grouped Products
      • Configurable Products Pro
      • Orders Export and Import
      • Server Load Monitor
      • Server Load Monitor Free
      • Magento WatchDog
      • Magento Booster
      • Custom Options Templates
      • Advanced Permissions
      • Sales Profit
      • Cost Based Pricing
      •  
      • Revenue Drivers
      • Abandoned Carts Alerts Pro
      • Reviews Booster
      • Gift Registry
      • Customers Who Purchased
      • Pre-Orders
      • Loyalty Program
      • Individual Promotions
      • Mail-In Rebates
      • Image Notes
      • Recurring Purchase Assistant
      •  
      • User Experience
      • Visualize Your Attributes
      • Useful Downloads
      • vBulletin Integration
      • Custom Product Preview
      • Holiday Decoration Toolkit
      • Splash Page
      • Custom Registration Fields
      • Shopping Assistant
      • Product Units and Quantities
      •  
      • Checkout Improvement
      • Checkout Fields Manager
      • Configurable Checkout
      • Extra Fee
      • Delivery Date
      • Shopping Cart Editor
      • One-Page Checkout Booster
      •  
      • Improved Navigation
      • Layered Navigation Pro
      • Shop by Brands
  • Enterprise Edition
      • Magento Services
      • Magento Migration to a New Server
      • Server Settings Optimization Service
      • Magento Module Installation
      •  
      • Revenue Drivers
      • Reviews Booster for Enterprise Edition
      • Abandoned Carts Alerts Pro for Enterprise Edition
      • Individual Promotions for Enterprise Edition
      • Loyalty Program for Enterprise Edition
      • Pre-Orders for Enterprise Edition
      • Customers Who Purchased for Enterprise Edition
      • Mail-In Rebates for Enterprise Edition
      • Recurring Purchase Assistant for Enterprise Edition
      •  
      • Admin Tools
      • Multi-Location Inventory for Enterprise Edition
      • Custom Order Number Pro for Enterprise Edition
      • Custom Options Templates for Enterprise Edition
      • Order Editor for Enterprise Edition
      • Magento WatchDog for Enterprise Edition
      • Product Matrix for Enterprise Edition
      • Enhanced Order Filter for Enterprise Edition
      • E-mail Templates Manager for Enterprise Edition
      • Cost Based Pricing for Enterprise Edition
      • Front-End Editor for Enterprise Edition
      • Magento Booster for Enterprise Edition
      • Admin Email Notifications for Enterprise Edition
      • Paired Products for Enterprise Edition
      • Configurable Products Pro for Enterprise Edition
      • Advanced Permissions for Enterprise Edition
      • Orders Export and Import for Enterprise Edition
      • Server Load Monitor Free for Enterprise Edition
      • Server Load Monitor for Enterprise Edition
      •  
      • Improved Navigation
      • Shop by Brands for Enterprise Edition
      • Layered Navigation Pro for Enterprise Edition
      •  
      • Checkout Improvement
      • Checkout Fields Manager for Enterprise Edition
      • Delivery Date for Enterprise Edition
      • Configurable Checkout for Enterprise Edition
      • Shopping Cart Editor for Enterprise Edition
      • Extra Fee for Enterprise Edition
      • One-Page Checkout Booster for Enterprise Edition
      •  
      • User Experience
      • Visualize Your Attributes for Enterprise Edition
      • Useful Downloads for Enterprise Edition
      • vBulletin Integration for Enterprise Edition
      • Custom Product Preview for Enterprise Edition
      • Splash Page for Enterprise Edition
      • Shopping Assistant for Enterprise Edition
  • Services
      • Magento Services
      • Magento Migration to a New Server
      • Server Settings Optimization Service
      • Magento Module Installation
  • Knowledgebase
  • About Us
    • About Us
    • Contact Us
    • Our Blog

You're currently on:

  • Home
  • /
  • FlexMenuPHP Free Component

Recent Reviews

  1. Custom Options Templates for Enterprise Edition
    Custom Options Templates for Enterprise Edition
    Very good extension, gave me a big help
    (Review by Jun Yang)
  2. Shopping Cart Editor
    Shopping Cart Editor
    Perfect extension, I have purchased together with other extensions AITOC 5 and are all working and above all do the job for which they were
    (Review by Antonino)
  3. Layered Navigation Pro
    Layered Navigation Pro
    Having used this for several months, we are very pleased with performance and usability. We had some problems moving to new hosting provider and staging
    (Review by Brian Johnston )
 

FlexMenuPHP Free Component

 

FlexMenuPHP Free Component

Follow @aitoc Tweet Google+

$0.00
Add Items to Cart
Please specify the product required option(s)
Loading...
FlexMenuPHP Free Component
  • Features
  • Support
  • Reviews

FlexMenu.NET Content:

FlexMenu.PHP features
Installation
Menu structure definition
Using menu component
Customizing menu appearance
Download

FlexMenu.NET features

FlexMenu Object - horizontal or vertical orientation of FlexMenu.
Hierarchical Highlighting - The parent items remain highlighted while the nested menu groups expand.
Written in PHP
Cross-Browser Support - Automatically detects and renders a tailored DHTML menu for Microsoft Internet Explorer 4 - 6, Netscape Navigator 4 - 7, Opera 5,6 and Mozilla/Gecko based browsers run on Windows, Mac and Linux.

Cost - it is totally FREE!!!

Installation

Download and extract FlexMenuPHP.zip file to your site’s root directory.

Menu structure definition

Menu structure is defined in XML file similar to the sample:
<?xml version="1.0" encoding="utf-8" ?>
XML file must be well formed. The root element is
. Menu items are described in elements.

Each element must contain caption attribute. Other attributes are optional. In link attribute you can define hyperlink source. In target attribute you can define the frame where the link is opened. elements can have child elements.

Using menu component

1.Copy files
Copy menuinc folder from product installation directory into your application's root directory.

2. Copy additional files
Place the following lines in a HEAD section of the page.

3. Place the FlexMenu object on page
Place following code on top of the page:
include "menuinc/menu.inc.php";

$menu = new FlexMenu("topmenu.xml", 130, 21, 130, 21, "Red", "Green", "Blue", "Yellow", 1, 1, 1, "http://yourdomain/yourdirectory/", 0); $output = $menu->Show();

4. Place $output variable in place where you want to display menu
< ?=$output?>

That’s all. Launch your browser and enjoy.

Customizing menu appearance

Fig.1 Vertical menu

You can customize almost all menu parameters. To get the menu like fig.1 you should place the following piece of code into your .php page.

include "menuinc/menu.inc.php";

$menu = new FlexMenu("topmenu.xml", 130, 21, 130, 21, "Red", "Green", "Blue", "Yellow", 1, 1, 1, "http://yourdomain/yourdirectory/", 1);

$output = $menu->Show();

In most cases you can use a short syntax like this:

$menu = new FlexMenu("topmenu.xml");

This code will create a horizontal menu with default values.
Full syntaxes:

$menu = new FlexMenu($XmlSource, $ItemWidth, $ItemHeight, $SubWidth, $SubHeight, $ItemBorderColor, $ItemShadowColor, $BackgroundON, $BackgroundOVER, $Border, $Shadow, $Direction, $RootDirectory, $Instance);

 Parameters  Descriptions
 ID  Menu Identifier
 Runat  Place where the menu component is run. Always equals "Server"
 XmlSource  XML file description menu structure
 ItemWidth  Menu top level item width  
 ItemHeight  Menu top level item height
 SubWidth  Menu subitem width
 SubHeight  Menu subitem height
 ItemBorderColor  Border color
 ItemShadowColor  Menu shadow color
 BackgroundON  Menu item is highlighted with color when the mouse pointer is on the item
 BackgroundOVER  Menu item is highlighted with color in the usual state
 Border  Border width. 0 — no border
 Shadow  Shadow width. 0 — no shadow
 Direction  Menu direction. 0 — horizontal, 1 — vertical


* Grey items are obligatory

You also can operate menu appearance by CSS:

DIV { font-family : Tahoma, Helvetica; }

.clsCMOn {
color: black;
font-size : 12px;
text-decoration : none;
padding: 2px 4px;
}
.clsCMOver {
color: black;
font-size : 12px;
text-decoration : none;
padding: 2px 4px;
}

You can describe common style for menu items text in DIV tag style sheet. CSS classes clsCMOn and clsCMOver describe menu item link appearance when a mouse pointer is on and over the menu item.

Please refer to the FAQ page before submitting a ticket. This might help you solve your problem faster.



We do understand that the details we are requesting are important and confidential. The information will be kept confidential and protected from disclosure and it will only be used for support purposes.

    • No WSDL found at http://support.aitoc.com/integrationapi107/index.php?wsdl&phpcompat

 
    • No WSDL found at http://support.aitoc.com/integrationapi107/index.php?wsdl&phpcompat

Write Your Own Review

You're reviewing: FlexMenuPHP Free Component

*How do you rate this product?
1 star 2 stars 3 stars 4 stars 5 stars


  • Site Map
  • Contact Us
  • About Us
  • Our Blog
  • Privacy Policy
  • Terms and Conditions
  • F.A.Q.
  • Testimonials
  • Partners
  • Discount Program
  • Friends of Seologist

© 2013 AITOC Inc

Please wait...

Item(s) added to cart

Continue shopping
or View cart & checkout