Dataset Explorer Ochart extjs4 » History » Version 11
Herve Ballans, 17/09/2015 11:33
| 1 | 1 | Anonymous | h1. Dataset Explorer Ochart extjs4 |
|---|---|---|---|
| 2 | 1 | Anonymous | |
| 3 | 8 | Anonymous | This is a project module developped in extjs4 for showing the dataset hierarchically in tree mode. |
| 4 | 2 | Anonymous | |
| 5 | 11 | Herve Ballans | !/redmine/attachments/download/120/ochart_extjs4.gif! |
| 6 | 3 | Anonymous | |
| 7 | 5 | Anonymous | How to: |
| 8 | 6 | Anonymous | * Get the code from here: source:git_sitools_idoc|solar/project_modules_sitools2v3/Module_DatasetExplorerOchart_sitools2v3@master |
| 9 | 5 | Anonymous | * Put *DatasetExplorerOchart.js* in _yourPathTo/workspace/client-user-3.0/app/modules/_ |
| 10 | 10 | Anonymous | * Put *DatasetExplorerOchartView.js DatasetExplorerOchartViewSimple.js OChart.js OChartModel.js* in _yourPathTo/workspace/client-user-3.0/app/view/modules/datasetExplorerOchart/_ |
| 11 | 10 | Anonymous | * Put *DatasetExplorerOchartController.js* in _yourPathTo/workspace/client-user-3.0/app/controller/modules/datasetExplorerOchart/_ |
| 12 | 10 | Anonymous | * Put *DatasetExplorerOchartTreeModel.js* in _yourPathTo/workspace/client-user-3.0/app/model/_ |
| 13 | 10 | Anonymous | * Put *DatasetExplorerOchartTreeStore.js* in _yourPathTo/workspace/client-user-3.0/app/store/_ |
| 14 | 5 | Anonymous | * Add the css style defined in *Ochart.css* to your project interface |
| 15 | 7 | Anonymous | * Create a new project module with xtype "sitools.user.modules.DatasetExplorerOchart" |
| 16 | 5 | Anonymous | * This module *share* the data source with "Project graph" module, so to generate the source data, configure the "project graph" in administrator interface. |
| 17 | 5 | Anonymous | |
| 18 | 5 | Anonymous | |
| 19 | 5 | Anonymous | |
| 20 | 3 | Anonymous | Here is the link to the code repository: |
| 21 | 1 | Anonymous | |
| 22 | 6 | Anonymous | source:git_sitools_idoc|solar/project_modules_sitools2v3/Module_DatasetExplorerOchart_sitools2v3@master |