18 lines
612 B
PHP
18 lines
612 B
PHP
|
|
|
|
<script>
|
|
listable_url="{{ action($controller.'@apiJson') }}";
|
|
var listConfig={
|
|
table_name:'{{ $table_name }}',
|
|
page_name:'{{ $page['name'] }}',
|
|
del_url:"{{ admin_url('Handle','handle',['type'=>'del']) }}",
|
|
edit_field_url:"{{ admin_url('Handle','handle',['type'=>'edit']) }}",
|
|
create_url:'{{ action($controller.'@create') }}',
|
|
stroe_url:"{{ action($controller.'@store') }}",
|
|
upload_file_url:'{{ admin_url('FileUpload','handle',['type'=>'list']) }}',
|
|
checked_url:'',
|
|
open_height:'600px',
|
|
open_width:'500px'
|
|
};
|
|
|
|
</script> |