Hi,
i’m total new here and i would do something link this:
<?php
foreach ($categories as $category){
echo "$category['name']";
}
?>
how could i combind this with Asyncpanels?
a second foreach wich generate this?
var asyncPanels;
var properties =
{
'duration': 500,
'pages':
[
'page_startmenu',
{id: 'page_shop_get_category', url: 'category/1'},
{id: 'page_shop_get_category', url: 'category/2'},
{id: 'page_shop_get_category', url: 'category/3'},
]
}
asyncPanels = new wink.plugins.AsyncPanels(properties);
wink.byId('container').appendChild(asyncPanels.getDomNode());
thanks for your help
-
This reply was modified 325 days ago by
carsten89.