Creative DW Menus Pack Forum


box Creative DW Menus Pack
Creative DW Menu Pack is a suite of Dreamweaver extensions that seamlessly blends the flexibility of DHTML and the Flash look and feel to create beautifully web site menus. The extension comes with over 30 built in skins that can be customized to suit the design (colors, fonts, size) and include a smart resize system that preserves round corners and the gradient fills when you change the menu size.

Find out more about Creative DW Menus Pack

Thread: Creative menu and AJAX

title left
User Details
message
title right
Jacques Hoogenboom

post date:
2009-12-01 08:23:15
I am trying to get pages to load in a div. It wil work as a regular link,
but when creating the same in creative menu it will not work.
Regular link: <a href="javascript:ajaxpage('dagtochten_detail.php?id=1', 'contentarea');">test</a>
As shown in dreamweaver:
<?php cm_structure("{titel}","{urlvoor}{url}{id}{urlachter}","contentarea","{titel}","parentid","id",">",$menu_dagtochten,"recordset","arr-1"); ?>
As shown online:
<div id="Avond op het water"><a href="javascript:ajaxpage('dagtochten_detail.php?id=1', 'contentarea');" target="contentarea" title=">">Avond op het water</a></div>

Anyone have an idea how to get this working???
Andrei Rinciog [Extend Studio]

post date:
2009-12-04 12:21:24
Hi,

The code inserted in Dreamweaver seems to be correct, I don't know exactly the columns that you get from the recordset. What isn't working in the page? The links on the buttons or the menu isn't rendered?

Could you please give us a link to the page so that I can get a better feeling of what is happening? Also, it could be very helpful a copy of the php page. You could send it to support@extendstudio.com.

Regards,
Andrei Rinciog
Jacques Hoogenboom

post date:
2009-12-04 13:01:47
I have just sent the requested files and the link to the page.