Questions tagged «breadcumb»

1
开发前端列表和编辑视图的正确方法是什么
我创建了2个前端视图。一个视图是列出记录,另一个视图是编辑特定记录。 第一个视图名称是“产品”,它显示了表格中的产品列表。在default.php中,在形成产品列表时,我像index.php?option=com_productman&view=product&product_id=x每行一样形成了锚链接。 第二个视图名称是“产品”,它从URL获取product_id并显示单个产品。 我不确定这是否是正确的做法。 产品视图没有单独的Itemid,因为它不是从Joomla菜单项启动的。 面包屑显示不正确。 有人可以建议什么是开发前端视图的正确方法。
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.