This is the discussion topic for the XDateView extension
Hi, thanks for the extension!
Is there any way to edit the XDateView file to accept Unix timestamps?
I just added this to my task list, Ill upload a new version this sunday 11.
Thanks for your feedback!
Thanks for the speedy reply, I look forward to seeing how its done ![]()
Hi, I had a problem with the xdateview table width, The filter columns were affecting the whole table table width I’ve updated the CSS like the following:
table.items{
font-size: 12px;
}
table.items select {
font-size: 10px;
width:100%;
}
table.items thead tr.filters td input[type="text"]{
width:100%;
font-size: 12px;
}
I kept getting a
Syntax error, unrecognized expression: {page}
error in Firebug when I tried to use this extension in the same page as an accordion. The fix was to replace the yiigridview.js file in the xdateview/assets directory with the one from here:
https:[dot]github.com/yiisoft/yii/blob/master/framework/zii/widgets/assets/gridview/jquery.yiigridview.js
Sorry this is one of my first posts so I can’t add a url.
hey , am new to yii. just yesterday i decided to start doing work on yii, and i got your extension . its good . i put your Xdateview extension in extension folder . where to activate and how to work on it .? jus give brief descripton. plz give suggestion .
regards
Hi, asgaroth, thx for the extention,
are you still maintaining this? i found this bug on it, when i check this file protected/extensions/xdateview/assets/js/jquery.yiigridview.js turns out not the same as the latest jquery.yiigridview.js
how do i fix this?
can i just replace the xdateview js file with the current one?
thanks in advance