Search found 2540 matches

Thanks Arcady! I'll give it a try!

Hi! In scheduler pro, how do I calculate a field value based on 2 other fields? Example: duration field, foo field (number), bar field (number) foo is from 0 to 10. bar is duration x foo . How do I configure data model? I tried to specify a getter get bar() { return this.foo != null && this....
Hi team, I need to implement reactive Save button in the Task Editor. So when there is no changes to be saved, it is a normal button. When user changes something, the button becomes highlighted, for example raised and green. Example (classic theme): Normal button when editor is opened Screen Shot 20...

Please read given steps carefully and see the video I attached. You need to type not select.

https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Combo Go to your demo. Update first widget by adding clearable: true new Combo({ items : ['Fanta', 'Loranga', 'Jaffa', 'Zingo', 'Orangina'], label : 'Items as strings', appendTo : targetElement, style : { marginRight : '.5em' }, clearabl...
I see on the docs page the password field attr is autocomplete="secretPassword" . Have you tried to set it to autocomplete="new-password" ? For demo purpose it is better to do not have autocomplete if possible. Found this link in the thread you shared. https://developer.mozilla.o...
Hi Alex! Thanks for adding my post to the original ticket. It is almost a year since the ticket was opened. I believe it is a low hanging fruit to fix. I'm not blocked personally by that, but it may make bad impression on other customers. Just wanted to be sure devs are aware of this. You can mark t...
https://bryntum.com/products/schedulerpro/docs/api/Core/widget/PasswordField Click on the password field. See that browser suggests autocomplete. The search on the field is some how connected to the password field. If you select something, it will be entered to both places and page shows no result. ...
Merry Christmas! I needed to move items to the right in my toolbar. I recall syntax like ->. But I didn't find any info of it. In Vue I need to use component wrappers. Therefore I need to know what component it is. So the only way was to dig into the sources. Could you please update Core.widget.Tool...
Hi! There must be a mistake somewhere. See the docs of eventLayout . It says stack, adjusts row height (only horizontal) mixed, allows two events to overlap, more packs (only vertical) Now open your vertical demo https://bryntum.com/products/schedulerpro/examples-scheduler/vertical/ Check the layout...