new Controller()
This class contain all commons and generic functions to call other specific functions from other class.
For example, updateSectionName function is a function to update section name. For this purpose must call
methods from backend and ui. With this method, on application only call this method and this will call
all needed functions
- Source:
Methods
createProProject(name)
Create new project on pro view.
Parameters:
Name | Type | Description |
---|---|---|
name |
String | Project name |
- Source:
deleteSection(cbsectionid)
Delete section indicate. This method delete all files contained into sections and subsections
Parameters:
Name | Type | Description |
---|---|---|
cbsectionid |
String | Section id to delete |
- Source:
updateSectionName(name, cbsectionid)
Update section name
Parameters:
Name | Type | Description |
---|---|---|
name |
String | New section name |
cbsectionid |
String | Section id to rename |
- Source: