Search found 2540 matches

Hi! Something went wrong with PagingToolbar docs. Please see the screenshot.
Also it would be nice to see how the component looks like. Either on a screenshot or as a widget.

Hi! What's the status of 5031? Should be an easy doc fix, right?

Hi! In v5.1.3 you lost vertical lines in Scheduler's Vertical mode. You can check out the following demos: https://bryntum.com/examples/scheduler/vertical/ Preview: Screen Shot 2022-09-25 at 23.44.19.png Demo: Screen Shot 2022-09-25 at 23.42.24.png Also see one preview is missing. Please return the ...
Hi Alex! Yes, the helper has many useful stuff in there. So it would be nice to review the file and make things public if possible. What I have seen so far, a developer of my team referred to your shared.js file to see how the theme picker is implemented. He found the usage and copy-pasted the metho...
Hi team! You're using some methods on BrowserHelper in examples/_shared/shared.js (for example in scheduler) to implement the theme switcher in your demos. To store the selected value in LocalStorage you're using: storageAvailable , setLocalStorageItem , getLocalStorageItem , removeLocalStorageItem ...

Hi Sergey! Thanks for confirming I'm right!
Cheers!

Thanks! Regarding #5098, it's a one-character fix. Why don't you just fix the code instead? No need to "track" the doc typo IMHO. Just populates bug tracker. You have 1.7K opened tickets :) Subscribed to #5099.

Hi! convert function is present in DataField types and is missing in DataFieldConfig types. (See scheduler.d.ts file).

Same for "serialize".

Also there is a typo in docs:

Screen Shot 2022-08-21 at 23.52.22.png
Screen Shot 2022-08-21 at 23.52.22.png (129.85 KiB) Viewed 453 times
Hi! Please define correct arguments for StringHelper.xss function. Error: Expected 0 arguments, but got 4 eventRenderer({ eventRecord : session, renderData }: any) { let icon = 'user' if (session.dancers > 1) { icon = 'users' } renderData.iconCls = `b-fa b-fa-${icon}` // Event contents return String...
Hi again! I think I have found a solution. Please take a look and let me know what you think. If you find it useful please update the docs accordingly. I was inspired by lib.d.ts docs . It shows how to customise Window object. I also found a reference to TS docs . Trying to understand the difference...