Skip to content

Instantly share code, notes, and snippets.

@kochen
Last active May 10, 2020 01:14
Show Gist options
  • Save kochen/53bb701285d9f580dc95 to your computer and use it in GitHub Desktop.
Save kochen/53bb701285d9f580dc95 to your computer and use it in GitHub Desktop.
DOCman 2.0 Stable - category listbox
<?= @helper('com://admin/docman.listbox.categories', array(
'name' => 'category_id',
'attribs' => array('id' => 'category'),
));
//file needs to be located in the currect folder structure in order to be found in this example:
//{site}/components/com_docman/views/myview/tmpl/category.html.php
<?
echo KObjectManager::getInstance()->getObject('com:koowa.view.page.html', array(
'layout' => 'com://site/docman.myview.category',
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment