array( ), 'where' => '', 'list_fields' => array( 'id'=>array( 'name'=>'id', 'width' => '10%', 'vname' => 'LBL_ID', ), 'tstate'=>array( 'name'=>'tstate', 'width' => '10%', 'vname' => 'LBL_STATUS', ), 'token_ts'=>array( 'name'=>'token_ts', 'width' => '10%', 'vname' => 'LBL_TS', 'function' => 'testfunc', ), 'assigned_user_name' => array( 'name' => 'assigned_user_name', 'module' => 'Users', 'target_record_key' => 'assigned_user_id', 'target_module' => 'Users', 'widget_class' => 'SubPanelDetailViewLink', 'width' => '10%', 'vname' => 'LBL_ASSIGNED_TO_NAME', ), 'del_button'=>array( 'widget_class' => 'SubPanelDeleteButton', 'vname' => 'LBL_LIST_DELETE', 'width' => '6%', 'sortable'=>false, ), ) );