Questions tagged [bryntum-scheduler]

Bryntum Scheduler is a JavaScript framework for scheduling tasks and presenting them via a UI. Use this tag for questions about working with or implementing a web app or service that uses Bryntum Scheduler.

Bryntum Scheduler is a JavaScript framework for scheduling tasks and presenting them via a UI. Use this tag for questions about working with or implementing a web app or service that uses Bryntum Scheduler.

https://bryntum.com/docs/scheduler/

20 questions
3
votes
1 answer

ExtJS package paths are not added to to bootstrap.json

I am using Sencha Cmd to compile my ExtJS project. I wanted to add a third-party package to my project. For Sencha Cmd to build this, one has to add the package in app.json: "requires": [ "charts", "font-awesome", "font-ext", …
Alexander
  • 19,906
  • 19
  • 75
  • 162
1
vote
1 answer

Bryntum Scheduler React

I succeeded to find some functions about the different actions possibles but I still need the others functions: Actually I have theses functions that i pass directly as the props on the Scheduler React…
SLSofiane
  • 49
  • 5
1
vote
1 answer

Bryntum Calendar recurance Extjs with google icalendar

I'm using Extjs Bryntum Calendar to create events and want to save them as google ics file and load events again into Sch calendar. Can any body tell how to convert from Cal.model.Event to ical events and vice versa? data come from api as ical…
firas hai
  • 41
  • 1
1
vote
1 answer

ToolTip in bryntum scheduler

I am new to Extjs. I am using the Bryntum scheduler in my application. In that I want to show tooltip over scheduled item. I checked the Bryntum API and found that I can use **tooltipTpl** to show tooltip and **tipCfg** to configure it. I added…
prashant
  • 470
  • 3
  • 17
0
votes
1 answer

How to get updated data from task editor widget from custom field in bryntum gantt chart library

I have created a Gantt chart using bryntum library, it's a very good library so far, all although there are many topics that I am not able to understand from their official documentation, Like I have added one custom field called phase in the task…
0
votes
1 answer

Why do I get the error Type 'undefined' is not assignable to type ...?

I have created a new angular application. In the app.component.html I have
BennoDual
  • 5,865
  • 15
  • 67
  • 153
0
votes
0 answers

SyntaxError: Unexpected token 'export' when running mocha test

Our team is getting an export syntax error only when running the mocha tests after including a particular library (Bryntum Scheduler in this case). We are able to reproduce the issue in this sample project:…
0
votes
1 answer

How to trigger grid cell event when selecting associated store record?

I have a grid (I'm using Bryntum scheduler) where I have a text search where I'm using scrollEventIntoView() to highlight the found record. I would then like to trigger a click event for the found item. I guess the issue is I really don't know how…
Diodeus - James MacFarlane
  • 112,730
  • 33
  • 157
  • 176
0
votes
1 answer

multiple assignment which property use in Bryntum scheduler

multiple assignment which property use in Bryntum scheduler I can show resources but assignment didn't plotting in scheduler.
pooja
  • 1
0
votes
1 answer

bryntum scheduler showCheckAll doesn't work

the code of the config : columns: [ { type : 'check', //text: "selectionner tout", showCheckAll : true, listeners:{ …
Amine Choukri
  • 398
  • 2
  • 12
0
votes
1 answer

Hide from view in Bryntum Scheduler

In the Bryntum scheduler UI, can we hide a resource and the entire day activity row temporarily?
srividya
  • 81
  • 1
  • 2
  • 6
0
votes
1 answer

Can't Source Shared Library/Resources for Bryntum Scheduler in React Project When Calling Webpack

Ok, so I'm working with the Bryntum Scheduler trial version 3.1.1. I created a new react project folder and ran the installer to pull the Bryntum stuff into the project. I also copied the Bryntum shared resources into the main project folder (not…
Michael McCauley
  • 853
  • 1
  • 12
  • 37
0
votes
1 answer

Let the web page run on web server?

I was using Bryntum Scheduler, but can't import it because of CORS policy. After my research, I got to know that creating a web server can solve that. So I have learned some node.js and create a web server. Then it's the question. I created a web…
0
votes
1 answer

How to recive JSON data from odoo controller to a specific js file (ExtJS)

I want to add a bryntum schedule (ExtJS framework) to my odoo module but I have problem with transferring data from and to its js file my controller : @http.route('/testjs', type="json", auth='public', website=True) def test(self): …
0
votes
1 answer

Bryntum Touch Schedule / Sencha Touch framework Page Scrolling / Panning disabled

We have created a responsive Single Page html app using Angular and found the Ext Schedule & Touch Schedule components from Bryntum which were exactly what we need. The Touch Schedule from Brytnum builds upon the Secha Touch Framework. I am loading…
Jim
  • 43
  • 2
  • 6
1
2