In general, I’m ashamed to ask such a question, but I still have to, since I couldn’t find out by my own efforts. There is a code on extJS:
Ext.MessageBox.show({ title: "Сохранение", msg: "Имеются изменения. Сохранить?", buttons: Ext.Msg.YESNOCANCEL, icon: Ext.Msg.QUESTION })
I look at the documentation , look for the show method in the search bar: Yes, I find it - there is one, I find out what it does and how. Looking further title and battons - I find everything is in order. But I never found the msg and icon ... This is despite the fact that the code is normally executed and both the message and the icon are displayed.
Actually, I encounter such a phenomenon very often, and this makes it difficult to study the framework. In this connection, the question: Where did I miss that? Maybe there are some common configs for all objects, methods, events, etc. ??