Admin Magento Category Tree

How to show the category tree, which is located in the admin menu in the administration section somewhere on another page [but on the admin side].

Also I don't want to generate a tree using custom js. You just need to use the default functions.

+5
source share
1 answer
$this->getLayout()->createBlock('adminhtml/catalog_product_edit_tab_categories')->setTemplate('catalog/product/edit/categories.phtml')->toHtml(); 
+6
source

All Articles