Knowledge Base support case for AllWebMenus, abstracted and stripped of all user’s private info.
Initial Email From: Glenn
al Email Subject: All Web Menus API
Support Case Month: February 2013
I purchased an unlimited domain version the web API. We are coldfusion developers. I was hoping you would have some examples of coldfusion database integration that we could review to see what we are missing.
I have read though all documentation and the knowledge base without finding a successful solution.
Do you have any Coldfusion implementation coding examples?
Glenn
Reply From: Likno Customer Support
Dear Glenn,
I am afraid that we do not have any Coldfusion examples. However it should not be that much different than any other server-side language.
Did you see our VB/ASP/PHP example?
http://www.likno.com/addins/dhtml-menu-serverside-example.html
The main idea is to produce a specific JavaScript code that will create the menu. It does not matter which server-side language you choose to “write” these JavaScript commands!
Please have a look at the above example and if you need more help, let me know and also send me your existing ColdFusion code.
Best Regards,
Kostas
Likno Customer Support
www.likno.com
Powerful javascript menus (CSS menus/drop-down menus/sliding menus), web trees, buttons, tabs, modals, tooltips, accordions, scrollers, designs for your websites!
Tags: API, ASP, code, ColdFusion, database, JavaScript, Menu, PHP, server side, VB
Knowledge Base support case for AllWebMenus, abstracted and stripped of all user’s private info.
Initial Email From: User
Initial Email Subject: Server side api vs dreamweaver recordset
Support Case Month: March 2013
I just seem to be able to get the Server Side api running with Dreamweaver cs5.5. I get the menu on screen, but under "Onderafdelingen" I am trying to get results from a recordset and I can't get/understand how to do this. I read the help files but didn't understand half of it. Also examples didn't really work for me. Please, help.
Related URL: http://testworks.nl/testmenu.php
Reply From: Likno Customer Support
Hello,
I am afraid that the original API was not designed for responsive versions.
It is still possible to use it for responsive menus, but in this case you will have to add your extra items to the structure of each one of the responsive versions.
For example, if you want to add a submenu to “Onderafdelingen” and then add an extra item, first you need to know the ID of “Onderafdelingen”:

For example:

In your case, the “Onderafdelingen” item has id=”awm_I18”. The responsive version IDs will have an extra “rmX” like so:
awm_I18
awm_rm2I18
awm_rm3I18
awm_rm4I18
So then the code you need is:
subMenu = awm_I18.newGroup('style=sub_group_style')
subItem = subMenu.newItem('style=sub_item_style;text0=My New Item;url=myUrl.html');
subMenu = awm_rm2I18.newGroup('style=sub_group_style')
subItem = subMenu.newItem('style=sub_item_style;text0=My New Item;url=myUrl.html');
subMenu = awm_rm3I18.newGroup('style=sub_group_style')
subItem = subMenu.newItem('style=sub_item_style;text0=My New Item;url=myUrl.html');
subMenu = awm_rm4I18.newGroup('style=sub_group_style')
subItem = subMenu.newItem('style=sub_item_style;text0=My New Item;url=myUrl.html');
Best Regards,
Kostas
Likno Customer Support
www.likno.com
Create any type of javascript menu (CSS menu, drop-down menu, sliding menu), button, html tree, modal window, tooltip, accordion, tab, scroller, jQuery slider or design for your websites!
Like us on Facebook – Follow us on Twitter
Tags: API, Dreamweaver, Menu, recordset, responsive menu, screen, server side, submenu
Knowledge Base support case for AllWebMenus, abstracted and stripped of all user’s private info.
Initial Email From: Paolo
Initial Email Subject: questions about AllWebMenus
Support Case Month: November 2012
Hello Kostas,
How do I exactly use a menu dynamically, I mean populating it from database driven data? Also dynamically it can manage unlimited items/subitems or is there any restriction?
Many thanks for your very good support!
Paolo
Reply From: Likno Customer Support
Hello Paolo,
You need to use the "Server-Side Menus API":
http://www.likno.com/addins/dhtml-menu-serverside.html
Read the Help PDF (link there) for how to use it.
Please note that it is for advanced users and no implementation support can be given for free (because it requires programming focus, etc.)
We have no restriction on the number of items, unless the browser has problems with too many items.
Best Regards,
Kostas
Likno Customer Support
www.likno.com
Create any type of javascript menu (CSS menu, drop-down menu, sliding menu), button, html tree, modal window, tooltip, accordion, tab, scroller, jQuery slider or design for your websites!
Like us on Facebook – Follow us on Twitter
Reply From: Paolo
Hello Kostas,
Thank you for your reply.
Thanks,
Paolo
Tags: browser, css menu, data, database, drop-down menu, item, javascript menu, jquery, Menu, pdf, populate, server side, server-side menu api, sliding menu, subitem, website
Knowledge Base support case for AllWebMenus, abstracted and stripped of all user’s private info.
Initial Email From: Judy
Initial Email Subject: Additional Purchase Question
Support Case Month: July 2012
Does the Server Side API work with OpenCart?
I noticed the Unlimited Server Side API being offered as a gift for free with purchase of All Web Menus Pro. I already have licenses to All Web Menus Pro, Button Maker and Photo Frame programs. It seems silly to me to buy just the API when I could purchase AWM and get it for free, but I already have it.
Thanks!
Judy
Reply From: Likno Customer Support
Dear Judy,
The Server Side API is a JavaScript API that allows you to generate menus with JavaScript Code. It requires that you do some manual coding and usually the user writes PHP or ASP code that “produces” the required JavaScript code for the menu.
I just want it to be clear that it is not something that will automatically connect to your database and create the menu for you.
You can see an example with step-by-step instructions here:
http://www.likno.com/addins/dhtml-menu-serverside-example.html
Regards,
Kostas
Likno Customer Support
www.likno.com
Create any type of javascript menu (CSS menu, drop-down menu, sliding menu), button, html tree, modal window, tooltip, accordion, tab, scroller, jQuery slider or design for your websites!
Like us on Facebook – Follow us on Twitter
Reply From: Judy
Thank you so much for the information. I am familiar with the term API, so I understand I'm taking on some coding and possibly some head banging
I want to incorporate the menu being used on a website with its corresponding WordPress Blog and OpenCart Storefront, so I believe this is the tool I will need.
Cheers and thanks again!
Judy
Tags: API, ASP, blog, css menu, database, drop-down menu, JavaScript API, javascript menu, jquery, Menu, OpenCart, PHP, server side, sliding menu, website, wordpress
Knowledge Base support case for AllWebMenus, abstracted and stripped of all user’s private info.
Initial Email From: Roland
Initial Email Subject: AllWebMenus
Support Case Month: June 2012
Dear Kostas
I have to migrate a website (http://www.mange-mon-amour.be/ ) to another server
I have transferred all files and databases but the server side menu do not work, can you tell me where is the problem
Best regards
Cordialement
Roland
Reply From: Likno Customer Support
Dear Roland,
I see a lot of server-side errors when I “view source” in your pages. I guess you need to revisit your server-side code that builds the menu.
Things to check would be missing variables and changes in the database names etc.
Best Regards,
Kostas
Likno Customer Support
www.likno.com
Create any type of javascript menu (CSS menu, drop-down menu, sliding menu), button, html tree, modal window, tooltip, accordion, tab, scroller, jQuery slider or design for your websites!
Like us on Facebook – Follow us on Twitter
Reply From: Roland
Dear Kostas
Thank you, but it works on the original location
Cordialement
Roland
Reply From: Likno Customer Support
Dear Roland,
I checked your site again and I see that you have now fixed the server-side code. (no more errors)
Let me know if you need anything else.
Best Regards,
Kostas
Likno Customer Support
www.likno.com
Create any type of javascript menu (CSS menu, drop-down menu, sliding menu), button, html tree, modal window, tooltip, accordion, tab, scroller, jQuery slider or design for your websites!
Like us on Facebook – Follow us on Twitter
Reply From: Roland
Thank you kostas, it was due at switching to php 5.3
Cordialement
Roland
Tags: css menu, database, drop-down menu, javascript menu, jquery, location, Menu, migrate, php 5.3, server, server side, Server Side Menu, site, sliding menu, website