Search found 67 matches
- Tue Feb 18, 2020 11:16 am
- Forum: Kanban Task Board
- Topic: Remove Element when selecting Resource
- Replies: 4
- Views: 4361
Re: Remove Element when selecting Resource
Thanks pmiklashevich, that is exactly what i was searching for.
I Need to remove the task from the store completly if a Special resource is selected.
I Need to remove the task from the store completly if a Special resource is selected.
- Mon Feb 17, 2020 1:50 pm
- Forum: Kanban Task Board
- Topic: Remove Element when selecting Resource
- Replies: 4
- Views: 4361
Re: Remove Element when selecting Resource
Thx for the fast Reply, but this is only Setting the Image to null. I want to completly remove the Entry where i select for example Brian from the Taskboard that it is not shown anymore.
- Mon Feb 17, 2020 11:11 am
- Forum: Kanban Task Board
- Topic: Remove Element when selecting Resource
- Replies: 4
- Views: 4361
Remove Element when selecting Resource
Hi, i have a Question About the Taskboard.
When i select a Special User as Resource i want to remove the Element from the Taskboard.
For Example when i select Brian in your Advanced Example i want to remove it.
how can i do that ?
When i select a Special User as Resource i want to remove the Element from the Taskboard.
For Example when i select Brian in your Advanced Example i want to remove it.
how can i do that ?
- Wed Feb 05, 2020 2:08 pm
- Forum: Kanban Task Board
- Topic: Tooltip for Events ?
- Replies: 3
- Views: 2210
Re: Tooltip for Events ?
Maybe im missing something !?
But it seems that your Example is for the Scheduler.
We Need Tooltips in the TaskBoard.
But it seems that your Example is for the Scheduler.
We Need Tooltips in the TaskBoard.
- Wed Feb 05, 2020 11:49 am
- Forum: Kanban Task Board
- Topic: Tooltip for Events ?
- Replies: 3
- Views: 2210
Tooltip for Events ?
Hi, is it possible to Show Tooltips for Events ? We Need for every Event a Tooltip that is showing some Special Information for every Event. I tried to create my own Tooltip with taskmouseenter Event but it is not working very well and is showing the Tooltip on top of the page. taskmouseenter: funct...
- Thu Jan 30, 2020 2:07 pm
- Forum: Kanban Task Board
- Topic: Is it possible to change Border Color ?
- Replies: 1
- Views: 1886
Is it possible to change Border Color ?
Hi Bryntum Team, I have a Question About the Kanban and Event Colors. We Need for Events sometimes a different Border Color. I tried a lot of stuff with the taskRenderer. But all i got working was changing the Background Color. What do i have to do for changing the Border Color ? taskRenderer : func...
- Wed Dec 11, 2019 4:30 pm
- Forum: Calendar 2.x
- Topic: Bullet Color in Month view
- Replies: 4
- Views: 2339
Re: Bullet Color in Month view
Thank you, with important it is working fine to set the Bullet Color correctly.
- Tue Dec 10, 2019 9:10 am
- Forum: Calendar 2.x
- Topic: Bullet Color in Month view
- Replies: 4
- Views: 2339
Re: Bullet Color in Month view
I tried a lot of different Things with the eventRenderer. But i was only able to change the Backgroundcolor
from the bullet.
from the bullet.
Code: Select all
eventRenderer : function (event, resource, metaData) {
metaData.bulletBackgroundColor = resource.data.Color;
}
- Mon Dec 09, 2019 3:30 pm
- Forum: Calendar 2.x
- Topic: How to change Timescaling for view and creating/resizing Events ?
- Replies: 2
- Views: 1988
Re: How to change Timescaling for view and creating/resizing Events ?
thx for your Reply, it is working fine now !
- Fri Dec 06, 2019 2:06 pm
- Forum: Calendar 2.x
- Topic: Bullet Color in Month view
- Replies: 4
- Views: 2339
Bullet Color in Month view
Hi, in Month view the Bullet Color is Always White for full day Events. For normal the Color is shown correct. bryntum2.png I tried to set the correct Color with the eventRenderer (https://www.bryntum.com/docs/calendar-for-extjs/#!/api/Cal.panel.Calendar-cfg-eventRenderer) but was not able to set my...