How to use Joomla categories into your custom component ??
Just using the following into your component form xml file.
<field name="category" type="Category" extension="com_content" size="40" class="inputbox" label="Select Category"
description="Category list"
required="true"
filter="safehtml" />
description="Category list"
required="true"
filter="safehtml" />
No comments:
Post a Comment