PS. I know the snippet editor isn’t running the latest version. With the latest version, the text label “just click me” actually does refresh the property sheet view!?!?!
PPS. Can’t get the check box to send notifications without having to click in its vicinity…try it long enough and it will actually crash the snippet editor altogether…
You have data names as “axis, chartType” etc, and in same time, in config you have ids like “510axis, 510chartType, etc” - data was not mapped correctly, because field id and object property are different
Webix is not a silver bullet. There is some areas where components are perfect choice, but If you can achieve the better result with native HTML - there is no sense to use Webix components.
Thanks Maksim! I had to change the ids after the previous release in order to get it working again
The property sheet gets populated every time I click on a tree node which contains the property hash, and since many nodes have the same set of properties, Webix started throwing an error. Prefixing the name with the id fixed the problem in the previous release…
And I agree, it’s about having a big toolbox and choosing the right tool for the job. For now, I’ll just keep my new propertySheet Directive…