Skip to content

Instantly share code, notes, and snippets.

@vijayrami
Created December 3, 2015 08:58
Show Gist options
  • Select an option

  • Save vijayrami/11e82d725027bdbd4644 to your computer and use it in GitHub Desktop.

Select an option

Save vijayrami/11e82d725027bdbd4644 to your computer and use it in GitHub Desktop.
List, Add, Edit Sys_category in FCE
Create Folder and Add categories in it.
And Use below code.
Where pid in flux:wizard.list and flux:wizard.add is your folder ID.
<flux:field.tree table="sys_category" parentField="parent" maxLevels="10" expandAll="1" name="syscategories" size="20" width="900" />
<flux:field.input name="settings.systemcategory" label="System Category">
<flux:wizard.list label="List System Categories" hideParent="1" table="sys_category" pid="38" width="80" height="80" />
<flux:wizard.edit label="Edit System Categories" width="80" height="80" openOnlyIfSelected="1" />
<flux:wizard.add label="Add System Categories" hideParent="1" table="sys_category" pid="38" setValue="prepend" />
</flux:field.input>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment