doc->dtable = new stdclass(); $config->doc->dtable->fieldList['id']['title'] = $lang->idAB; $config->doc->dtable->fieldList['id']['type'] = 'id'; $config->doc->dtable->fieldList['title']['title'] = $lang->doc->title; $config->doc->dtable->fieldList['title']['type'] = 'title'; $config->doc->dtable->fieldList['title']['link'] = array('module' => 'doc', 'method' => 'view', 'params' => 'docID={id}'); $config->doc->dtable->fieldList['objectName']['title'] = $lang->doc->object; $config->doc->dtable->fieldList['objectName']['type'] = 'desc'; $config->doc->dtable->fieldList['objectName']['iconRender'] = 'RAWJSRAWJS'; $config->doc->dtable->fieldList['objectName']['sortType'] = false; $config->doc->dtable->fieldList['module']['title'] = $lang->doc->position; $config->doc->dtable->fieldList['module']['type'] = 'desc'; $config->doc->dtable->fieldList['module']['sortType'] = true; $config->doc->dtable->fieldList['addedBy']['title'] = $lang->doc->addedBy; $config->doc->dtable->fieldList['addedBy']['type'] = 'user'; $config->doc->dtable->fieldList['addedDate']['title'] = $lang->doc->addedDate; $config->doc->dtable->fieldList['addedDate']['type'] = 'date'; $config->doc->dtable->fieldList['editedBy']['title'] = $lang->doc->editedBy; $config->doc->dtable->fieldList['editedBy']['type'] = 'user'; $config->doc->dtable->fieldList['editedDate']['title'] = $lang->doc->editedDate; $config->doc->dtable->fieldList['editedDate']['type'] = 'date'; $config->doc->dtable->fieldList['actions']['type'] = 'actions'; $config->doc->dtable->fieldList['actions']['menu'] = array('edit', 'delete'); $config->doc->dtable->fieldList['actions']['list'] = $config->doc->actionList; $config->doc->showfiles->dtable = new stdclass(); $config->doc->showfiles->dtable->fieldList['id']['title'] = $lang->idAB; $config->doc->showfiles->dtable->fieldList['id']['type'] = 'id'; $config->doc->showfiles->dtable->fieldList['title']['title'] = $lang->doc->fileTitle; $config->doc->showfiles->dtable->fieldList['title']['type'] = 'title'; $config->doc->showfiles->dtable->fieldList['objectID']['title'] = $lang->doc->source; $config->doc->showfiles->dtable->fieldList['objectID']['type'] = 'desc'; $config->doc->showfiles->dtable->fieldList['objectID']['sortType'] = true; $config->doc->showfiles->dtable->fieldList['extension']['type'] = 'category'; $config->doc->showfiles->dtable->fieldList['size']['type'] = 'count'; $config->doc->showfiles->dtable->fieldList['addedBy']['type'] = 'user'; $config->doc->showfiles->dtable->fieldList['addedDate']['type'] = 'date'; $config->doc->showfiles->dtable->fieldList['actions']['type'] = 'actions'; $config->doc->showfiles->dtable->fieldList['actions']['menu'] = array('download'); $config->doc->showfiles->dtable->fieldList['actions']['list'] = $config->doc->showfiles->actionList;