Search found 1148 matches
- Mon Nov 23, 2020 2:15 pm
- Forum: Bryntum Gantt
- Topic: Build Issue with Gantt SharePoint Fabric
- Replies: 2
- Views: 77
Re: Build Issue with Gantt SharePoint Fabric
In case the answer above does not help. You can try to copy the gantt.d.ts file instead of linking it in the postinstall. It could be the case that on fat32 systems symlinks are not allowed. But seeing the other post you probably already bypassed this problem. postinstall": { "node_modules/bryntum-g...
- Sat Nov 21, 2020 3:15 pm
- Forum: Bryntum Gantt
- Topic: [REACT]
- Replies: 1
- Views: 85
Re: [REACT]
You can replace the content of package.json with the json below. Some deps in the package.json had been wrongly updated in the release bundle. This change will be reverted. Sorry for the inconvenience. { "name": "bryntum-fabric-sp-fx", "version": "0.0.1", "private": true, "main": "lib/index.js", "en...
- Thu Jul 23, 2020 2:58 pm
- Forum: Ext Scheduler + Ext Gantt 6.x
- Topic: [INFO REQ] Does anyone know a good javascript library for a gantt chart that works on IE8?
- Replies: 2
- Views: 309
Re: [INFO REQ] Does anyone know a good javascript library for a gantt chart that works on IE8?
However it supports from IE11.
- Thu Jul 23, 2020 2:49 pm
- Forum: Ext Scheduler + Ext Gantt 6.x
- Topic: [INFO REQ] Does anyone know a good javascript library for a gantt chart that works on IE8?
- Replies: 2
- Views: 309
Re: [INFO REQ] Does anyone know a good javascript library for a gantt chart that works on IE8?
The ExtJs Gantt Pro ships with a SharePoint example!
This blog is a good starting point.
https://www.bryntum.com/blog/adding-a-powerful-gantt-chart-to-a-sharepoint-site
- Tue Jul 07, 2020 3:51 pm
- Forum: Bryntum Gantt
- Topic: [REACT] Problem to install SPFx in sharepoint
- Replies: 4
- Views: 374
Re: [REACT] Problem to install SPFx in sharepoint
I have created a gantt trial suite bundle with the spfx example included
You can download it from here
http://jaav.nl/download/gantt-2.1.5-trial-spfx.zip
After download you can follow the steps I have posted.
- Tue Jul 07, 2020 10:33 am
- Forum: Bryntum Gantt
- Topic: [REACT] Problem to install SPFx in sharepoint
- Replies: 4
- Views: 374
Re: [REACT] Problem to install SPFx in sharepoint
Ah misunderstanding! You can download the latest nightly at https://customerzone.bryntum.com/ Download gantt-2020-07-07-next and extract the contents. Then follow the instructions in the readme of /examples/react/typescript/sharepoint-fabric What comes basically down to: Use node version 10.19.0 nvm...
- Mon Jul 06, 2020 7:34 pm
- Forum: Bryntum Gantt
- Topic: [REACT] Problem to install SPFx in sharepoint
- Replies: 4
- Views: 374
Re: [REACT] Problem to install SPFx in sharepoint
You are running the example from C:\SPFx\react\typescript\sharepoint-fabric , it is missing the sources needed like the ../../../_shared/scripts/build.js file. Could you pull the latest nightly tonight? The sharepoint-fabric example should be included. When pulled: Type in the bryntum-suite folder. ...
- Thu Jun 27, 2019 3:47 pm
- Forum: Bryntum Scheduler
- Topic: Bryntum Scheduler Working with Multi-select Lookup Column
- Replies: 2
- Views: 403
Re: Bryntum Scheduler Working with Multi-select Lookup Column
I think in this case the current used Persons list (data for the ResourceStore) is in your case the Section list. This is a bit hard to say, without knowing or seeing the used list configurations. But a I assume there is a list 'Section' or 'Sections' in your SP domain. this.getDataset(this.hostWebU...
- Thu Jun 27, 2019 3:35 pm
- Forum: Bryntum Scheduler
- Topic: Bryntum Scheduler Working with Multi-select Lookup Column
- Replies: 2
- Views: 403
Re: Bryntum Scheduler Working with Multi-select Lookup Column
To achieve a combobox list column in the BryntymSharepoint2013 demo you can do it like: I will take the department list as an example. You can use the same approach for the Section list. First create a model for the lookup list: class SPDepartment extends Model { static get fields() { return [ { nam...
- Tue Feb 05, 2019 10:32 am
- Forum: Ext Scheduler + Ext Gantt 6.x
- Topic: Issue in Export Pdf
- Replies: 2
- Views: 756