Last active
May 10, 2020 01:14
-
-
Save kochen/53bb701285d9f580dc95 to your computer and use it in GitHub Desktop.
DOCman 2.0 Stable - category listbox
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?= @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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<? | |
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