Created
December 3, 2015 08:58
-
-
Save vijayrami/11e82d725027bdbd4644 to your computer and use it in GitHub Desktop.
List, Add, Edit Sys_category in FCE
This file contains hidden or 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
| 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