Add Ajax in Grid view YII
Here is simple example to how create Ajax link on YII CGridview
array(
'name'='Attribute name',
'header'='Attribute tit…Read More
rating stars
HTML Code:
CSS Code:
.rating {
float: left;
}
.rating span {
font-size: 25px;
cursor: pointer…Read More
Rating star html & JS
html Code:
JS Code:
function ShowRating($element, rating){
$stars = $element.find('div');
$stars.rem…Read More
add JS message for view YII
This will sample code for how add pop up message for YII Submit button
JS code :
window.onload = function() {
document.getElemen…Read More
0 comments:
Post a Comment