Jgrid - published button problem - Joomla! Forum - community, help and support
hello,
i have problem publish/unpublish button. use code:
and ok, see button (red or green). when try click button change publish statut, have error message on console:
where "4" row number.
what i'm doing wrong?
edit:
i have same problem pagination:
edit:
i add
to form, , error no longer show, bu still not work :/
ps
sorry bad english... :/
i have problem publish/unpublish button. use code:
code: select all
<?php foreach($this->pages $key => $page)
{
echo $checked = jhtml::_('grid.id', $i , $page->id);
$i++;
}
?>and ok, see button (red or green). when try click button change publish statut, have error message on console:
code: select all
uncaught typeerror: cannot read property 'cb4' of undefinedwhere "4" row number.
what i'm doing wrong?
edit:
i have same problem pagination:
code: select all
uncaught typeerror: cannot read property 'onsubmit' of undefinededit:
i add
code: select all
name="adminform" id="adminform"to form, , error no longer show, bu still not work :/
ps
sorry bad english... :/
Comments
Post a Comment