Search found 20 matches

Hi,
on the scheduler, can we change the roboto fonts to another one such as arial? and how?
is the timeaxis of the scheduler customizable? we want to add a third row under the time row (date being the 1st row, time being the 2nd row, our row being the 3rd row).
the following still not working. <BryntumScheduler ref={(s) => this._scheduler = s} startDate={new Date(2017, 1, 6, 8)} endDate={new Date(2017, 1, 9, 8)} treeFeature={true} resourceStore = {this.rstore} /> private rstore = { tree: true, data: [ { name: 'ABBA', iconCls: 'b-icon b-fa-users', children:...
if i configure the scheduler like this <BryntumScheduler ref={(s) => this._scheduler = s} startDate={new Date(2017, 1, 6, 8)} endDate={new Date(2017, 1, 9, 8)} treeFeature={this.store} /> and my store like this, it does not work private store = { tree: true, data: [ { name: 'ABBA', iconCls: 'b-icon...
wondering if possible to have someone help us set up a treeview working version integrated with our app. through a screen share?
I have attached a working version on my end. This just copied the code from \examples\react\typescript\filtering, where App.* is renamed to SchedulerView.*, my intention is to make a treeview + Reat + typescript, from some posts on your website, I got the impression that this is a good start point f...
Hi, I have uploaded a zip file containing the whole thing which integrated the scheduler with our app. to run it, you need npm install. this is using your code from 'scheduler-2.2.1-trial\examples\react\typescript\filtering', all the scheduler/treeview stuff is under src\Pages\Production folder. acc...
I wanted to use treeview with react + typescript, and I copied code from \examples\react\typescript\filtering\, and integrated with my project, the scheduler shows up, but did not read data from data/data.json, I've tried to place the data.json file in many different folder in the project, but it ne...
https://app.assembla.com/spaces/bryntum/support/tickets/9142-react-typescript--add-tree-demo
the above link changed from new to invalid, are you not planning to have a demo for this scenario?
can be an Event UI customized? such as splitting an event horizontally with two different colors, embedding with animated pictures, or fully customized html contents, etc.