ContentListComponent
Description
This component generates a content list containing the current solution folder/subfolders and files.
Note: To hide undesired folders edit index.properties and set the property "visible" to false.
Options
- name
- The name of the component
- type
contentList
- listeners
- Array - Parameters who this component will react to
- htmlObject
- Id of the component (usually a div or a span tag) to be replaced by the result
- executeAtStart
- True to execute the component at start, false otherwise
- mode
- It's possible to choose between 1 (Files only), 2 (Folders only) , 3 (Files and folders) and 4(Parent folders). Default value: 3
Sample