array('default' => ''), 'date_modified' => array('default' => ''), 'assigned_user_id' => array('type' => 'assigned_user_name', 'default' => $current_user->name) ); $dashletData['MyEcmDocsDashlet']['columns'] = array( 'name' => array( 'width' => '40', 'label' => 'LBL_LIST_NAME', 'link' => true, 'default' => true), 'date_entered' => array( 'width' => '1', 'label' => 'Date', 'default' => true), 'file_id' => array( 'width' => '1', 'label' => ' ', 'sortable' => false, 'customCode' => ' ', 'default' => true), 'version' => array( 'width' => '40', 'label' => 'Version', 'sortable' => false, 'customCode' => '
', 'default' => true), 'date_entered' => array( 'width' => '15', 'default' => true, 'label' => 'LBL_DATE_ENTERED'), 'date_modified' => array( 'width' => '15', 'label' => 'LBL_DATE_MODIFIED'), 'created_by' => array( 'width' => '8', 'label' => 'LBL_CREATED'), 'assigned_user_name' => array( 'width' => '8', 'label' => 'LBL_LIST_ASSIGNED_USER'), ); ?>