Viewing file: marks_export.php (5.09 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $optionsArray = array( 'totals' => array( 'ID' => array( 'totalsType' => '' ), 'subject_name' => array( 'totalsType' => '' ), 'subject_total_marks' => array( 'totalsType' => '' ), 'subject_obtained_marks' => array( 'totalsType' => '' ), 'subject_exam_name' => array( 'totalsType' => '' ), 'student_certificate_no' => array( 'totalsType' => '' ) ), 'fields' => array( 'gridFields' => array( 'ID', 'subject_name', 'subject_total_marks', 'subject_obtained_marks', 'subject_exam_name', 'student_certificate_no' ), 'exportFields' => array( 'ID', 'subject_name', 'subject_total_marks', 'subject_obtained_marks', 'subject_exam_name', 'student_certificate_no' ), 'searchRequiredFields' => array( ), 'searchPanelFields' => array( ), 'fieldItems' => array( 'ID' => array( 'export_field' ), 'subject_name' => array( 'export_field1' ), 'subject_total_marks' => array( 'export_field2' ), 'subject_obtained_marks' => array( 'export_field3' ), 'subject_exam_name' => array( 'export_field4' ), 'student_certificate_no' => array( 'export_field5' ) ) ), 'pageLinks' => array( 'edit' => false, 'add' => false, 'view' => false, 'print' => false ), 'layoutHelper' => array( 'formItems' => array( 'formItems' => array( 'supertop' => array( ), 'top' => array( 'export_header' ), 'grid' => array( 'export_field', 'export_field1', 'export_field2', 'export_field3', 'export_field4', 'export_field5' ), 'footer' => array( 'export_export', 'export_cancel' ) ), 'formXtTags' => array( 'supertop' => array( ) ), 'itemForms' => array( 'export_header' => 'top', 'export_field' => 'grid', 'export_field1' => 'grid', 'export_field2' => 'grid', 'export_field3' => 'grid', 'export_field4' => 'grid', 'export_field5' => 'grid', 'export_export' => 'footer', 'export_cancel' => 'footer' ), 'itemLocations' => array( ), 'itemVisiblity' => array( ) ), 'itemsByType' => array( 'export_header' => array( 'export_header' ), 'export_export' => array( 'export_export' ), 'export_cancel' => array( 'export_cancel' ), 'export_field' => array( 'export_field', 'export_field1', 'export_field2', 'export_field3', 'export_field4', 'export_field5' ) ), 'cellMaps' => array( ) ), 'loginForm' => array( 'loginForm' => 3 ), 'page' => array( 'labeledButtons' => array( 'update_records' => array( ), 'print_pages' => array( ), 'register_activate_message' => array( ), 'details_found' => array( ) ), 'hasCustomButtons' => false, 'customButtons' => array( ) ), 'events' => array( 'maps' => array( ), 'mapsData' => array( ), 'buttons' => array( ) ), 'export' => array( 'format' => 2, 'selectFields' => false, 'delimiter' => ',', 'selectDelimiter' => false, 'exportFileTypes' => array( 'excel' => true, 'word' => true, 'csv' => true, 'xml' => false ) ) ); $pageArray = array( 'id' => 'export', 'type' => 'export', 'layoutId' => 'first', 'disabled' => 0, 'default' => 0, 'forms' => array( 'supertop' => array( 'modelId' => 'panel-top', 'grid' => array( array( 'cells' => array( array( 'cell' => 'c1' ) ), 'section' => '' ) ), 'cells' => array( 'c1' => array( 'model' => 'c1', 'items' => array( ), '_t' => 'Map', '_i' => array( ), '_s' => 0 ) ), 'deferredItems' => array( ), 'recsPerRow' => 1 ), 'top' => array( 'modelId' => 'export-header', 'grid' => array( array( 'cells' => array( array( 'cell' => 'c1' ) ), 'section' => '' ) ), 'cells' => array( 'c1' => array( 'model' => 'c1', 'items' => array( 'export_header' ), '_t' => 'Map', '_i' => array( ), '_s' => 0 ) ), 'deferredItems' => array( ), 'recsPerRow' => 1 ), 'grid' => array( 'modelId' => 'export-grid', 'grid' => array( array( 'cells' => array( array( 'cell' => 'c1' ) ), 'section' => '' ) ), 'cells' => array( 'c1' => array( 'model' => 'c1', 'items' => array( 'export_field', 'export_field1', 'export_field2', 'export_field3', 'export_field4', 'export_field5' ), '_t' => 'Map', '_i' => array( ), '_s' => 0 ) ), 'deferredItems' => array( ), 'recsPerRow' => 1 ), 'footer' => array( 'modelId' => 'export-footer', 'grid' => array( array( 'cells' => array( array( 'cell' => 'c1' ), array( 'cell' => 'c2' ) ), 'section' => '' ) ), 'cells' => array( 'c1' => array( 'model' => 'c1', 'items' => array( ), '_t' => 'Map', '_i' => array( ), '_s' => 0 ), 'c2' => array( 'model' => 'c2', 'items' => array( 'export_export', 'export_cancel' ), '_t' => 'Map', '_i' => array( ), '_s' => 0 ) ), 'deferredItems' => array( ), 'recsPerRow' => 1 ) ), 'items' => array( 'export_header' => array( 'type' => 'export_header' ), 'export_export' => array( 'type' => 'export_export' ), 'export_cancel' => array( 'type' => 'export_cancel' ), 'export_field' => array( 'field' => 'ID', 'type' => 'export_field' ), 'export_field1' => array( 'field' => 'subject_name', 'type' => 'export_field' ), 'export_field2' => array( 'field' => 'subject_total_marks', 'type' => 'export_field' ), 'export_field3' => array( 'field' => 'subject_obtained_marks', 'type' => 'export_field' ), 'export_field4' => array( 'field' => 'subject_exam_name', 'type' => 'export_field' ), 'export_field5' => array( 'field' => 'student_certificate_no', 'type' => 'export_field' ) ), 'dbProps' => array( ), 'version' => 4, 'exportFormat' => 2, 'exportDelimiter' => ',', 'exportSelectDelimiter' => false, 'exportSelectFields' => false ); ?>
|