Open Qwarble opened 12 years ago
this is one of the reasons, I have the option 'by button' , 'auto' doesn't work correctly in all situations. (for example on the resource-editing-page, language isn't loaded at this time)
Yes, but if there is option"Auto" it should work correctly. Unfortunately I can't yet fix it myself, I dont understand all the aspects of migx code. If its not an issue but feature I'll close it. I think it can be fixed by adding timout before auto loading grid or attaching different event listener for autoloading. May be you already have tried this.
When I set 'grid autoload' actions button panel is rendered smaller than its real width because of small initial width of entire grid (grid content is loaded after button group is rendered)
(grid autoload is true) And for some reason button "trash view" has not text label. In my tests in code below function _('migx.showtrash') returns undefined. May be it's the reason. When I replace code ('migx.show_trash') to 'Trash' in grid config, text label is rendered fine.
MODx.grid.multiTVdbgridchildstutorial = function(config) { config = config || {}; //console.log(config); this.sm = new Ext.grid.CheckboxSelectionModel();
};