Jgrid - published button problem - Joomla! Forum - community, help and support


hello,

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 undefined

where "4" row number.

what i'm doing wrong?

edit:
i have same problem pagination:

code: select all

uncaught typeerror: cannot read property 'onsubmit' of undefined


edit:
i add

code: select all

name="adminform" id="adminform"

to form, , error no longer show, bu still not work :/

ps
sorry bad english... :/






Comments

Popular posts from this blog

How to change text Component easybook reloaded *newbee* - Joomla! Forum - community, help and support

After Effect warning: A problem occurred when processing OpenGL commands

Preconditions Failed. - Joomla! Forum - community, help and support