function GridView() {
var codRowClick;
this.rowClick = eval(codRowClick);
}
var gridView = new GridView();
gridView.codRowClick = "function(){ alert('ta de rosca'); }";
gridView.rowClick();
Está ocorrendo o seguinte erro:
Uncaught TypeError: Property 'rowClick' of object #<GridView> is not a function
Question
rafaeldorazio
porque ?
Edited by rafaeldorazioLink to comment
Share on other sites
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.