选择状态改变事件
var ll = this.getValue();
if (ll == 'day') {
$('.x-text.fr-widget-click').css({
"color": "#000",
"font-size": "10px",
"font-weight": "bord",
"border": "#ccc solid 1px",
"background": "#87CEEB"
});
} else if(ll=='week'){
$('.x-text.fr-widget-click').css({
"color": "#000",
"font-size": "10px",
"font-weight": "bord",
"border": "#ccc solid 1px",
"background": "#87CEEB"
});
} else if(ll=='month'){
$('.x-text.fr-widget-click').css({
"color": "#000",
"font-size": "10px",
"font-weight": "bord",
"border": "#ccc solid 1px",
"background": "#87CEEB"
});
} else if(ll=='zdy'){
$('.x-text.fr-widget-click').css({
"color": "#000",
"font-size": "10px",
"font-weight": "bord",
"border": "#ccc solid 1px",
"background": "#87CEEB"
});
}