alexb
8 Nov 2006, 1:57 AM
Hi Jack,
Haven't visited your site for couple of weeks and missed quite a lot!
I noticed the following issue with tab panel and sprites. Every time there is mouseover, there is a request to a server which replies that the image hasn't changed.
Is is possible to eliminate it?
The 2nd thing is just a suggestion: I think it was in the documentation for the basic dialog widget that the script is looking for specific css classes. Is it possible to have a static collection of thise classes by default and have a chance to override them if necessary? Like this:
BDialog.CSSClasses = {
header: 'smth',
footer : 'smth'
}
BDialog = function(cfg){
this.classses = cfg.classes || BDialog.CSSClasses;
}
Haven't visited your site for couple of weeks and missed quite a lot!
I noticed the following issue with tab panel and sprites. Every time there is mouseover, there is a request to a server which replies that the image hasn't changed.
Is is possible to eliminate it?
The 2nd thing is just a suggestion: I think it was in the documentation for the basic dialog widget that the script is looking for specific css classes. Is it possible to have a static collection of thise classes by default and have a chance to override them if necessary? Like this:
BDialog.CSSClasses = {
header: 'smth',
footer : 'smth'
}
BDialog = function(cfg){
this.classses = cfg.classes || BDialog.CSSClasses;
}