I've read the XML specification but I'm stuck. This is what I get so far (exemplary):
listing URL:
administrator/index.php?option=com_fsf&view=faqcats
editing URL (no layout parameter):
/administrator/index.php?option=com_fsf&controller=faqcat&task=edit&cid[]=1
should be in jdiction.xml (?):
<view name="edit" list="faqcats" key="cid" layout="default">
I didn't found the /administrator/components/com_fsf/models/forms/ folder.
Where I get the corresponding fieldset, fields and field tags?
Thank you.