Files included in the Creative Table pack
- assets/
- imdbtop250.csvCSV file used in examples 9 and 12
- imdbtop250.sqlMySQL dump used in examples
- imdbtop250-ru.csvCSV file with cyrillic characters used in examples 22
- img1.jpgimage used in example 16
- ...image used in example 16
- img10.jpgimage used in example 16
- css/
- OpenSans/font used only for the presentation of this product
- websymbols/font used only for the presentation of this product
- boxsizing.htcbox-sizing polyfill for IE7
- jquery.fancybox-1.3.4.cssfancybox style used for the rank button in homepage
- shCoreDefault.csssyntax highlighter style
- style.cssstyle of this presentation website
- documentation/
- 01_installation.htmlhow to install this product
- 02_files.htmlfiles in this pack
- 03_instructions.htmlhow to use Creative Pager
- 04_structure.htmlstructure of Creative Pager
- 05_parameters.htmlavailable parameters
- 06_methods.htmlavailable methods
- 07_javascript.htmlavailable javascript methods
- images/
- icon-delete.gifdelete icon used in some examples
- icon-edit.gifedit icon used in some examples
- ...images used only for the presentation of this product
- js/
- creative_table_ajax-1.4.jsjavascript file to be included if using AJAX
- creative_table-1.4.jsjavascript file to be included
- json.jsjson library to be used in older borwsers
- my_javascript.jsa javascript file used in some examples
- ...javascript files used only for the presentation of this product
- styles/
- black/
- images/
- advanced_search.pngicon to open the advance search
- black_btn.pngbackground image to be used in the pager button
- loading.gifimage to be shown while loading the contents of the table
- sort_asc_white.gifimage a sort ascending column
- sort_desc_white.gifimage a sort descending column
- sort_white.gifimage for a sort column
- style.csspredefined style to be used in your own tables
- images/
- blue/
- images/
- advanced_search.pngicon to open the advance search
- loading.gifimage to be shown while loading the contents of the table
- sort_asc_black.gifimage a sort ascending column
- sort_desc_black.gifimage a sort descending column
- sort_black.gifimage for a sort column
- style.csspredefined style to be used in your own tables
- images/
- creative/
- images/
- advanced_search.pngicon to open the advance search
- loading.gifimage to be shown while loading the contents of the table
- sort_asc_white.gifimage a sort ascending column
- sort_desc_white.gifimage a sort descending column
- sort_white.gifimage for a sort column
- style.csspredefined style to be used in your own tables
- images/
- gray/
- images/
- advanced_search.pngicon to open the advance search
- gray_bk_header.gifbackground image to be used in the header of the table
- gray_bk_pager.gifbackground image to be used in the pager button
- gray_bk_pager_hover.gifbackground image to be used in the hover pager button
- gray_bk_top.gifbackground image to be used in top of the table
- loading.gifimage to be shown while loading the contents of the table
- sort_asc_black.gifimage a sort ascending column
- sort_desc_black.gifimage a sort descending column
- sort_black.gifimage for a sort column
- style.csspredefined style to be used in your own tables
- images/
- green/
- images/
- advanced_search.pngicon to open the advance search
- green_bk.pngbackground image to be used in theheader of the table
- loading.gifimage to be shown while loading the contents of the table
- sort_asc_black.gifimage a sort ascending column
- sort_desc_black.gifimage a sort descending column
- sort_black.gifimage for a sort column
- style.csspredefined style to be used in your own tables
- images/
- black/
- 01-real.phpexample of a real example
- 02-complex.phpexample of a complex sql query
- 03-ajax.phpexample of a table using AJAX
- 04-search.phpexample for search parameter
- 05-items-per-page.phpexample for the items per page parameter
- 06-sort.phpexample for the sort parameter
- 07-extra-cols.phpexample for extra cols parameter
- 08-data.phpexample of data manipulation
- 09-2D-array.phpexample of a table built by a 2D array
- 10-csv.phpexample of a table built by a CSV file
- 11-separate.phpexample of a table built by individual components
- 12-custom.phpexample of a table using a custom search
- 13-display.phpexample on how to display or hide columns
- 14-2-pagers.phpexample of a table using 2 pagers
- 15-2-tables.phpexample of 2 tables in the same page
- 16-2-items-per-page.phpexample a table using 2 items per page
- 17-format-cols.phpexample on how to add html elements to each cell
- 18-cell-attributes.phpexample on how to add styles to each cell
- 19-json.phpexample on how to include JSON for older browsers or PHP server
- 20-export.phpexample of a CSV and XLS export feature
- 21-extra-vars.phpexample on adding extra vars to the table
- 22-charset.phpexample on adding extra vars to the table
- 23-debug.phpexample on how to debug
- config.phpMySQL configuration and DB connection
- creativePagerLite.phpauxiliary class to build the Pager
- creativeTable.phpMAIN CLASS
- examples.phphtml template that includes all other php examples pages
- examples-menu.phpmenu for the examples pages
- functions.phpsome functions used in the examples
- history.htmlhistory version of the class
- index.htmlhomepage for this product
- JSON.phpJSON class to be included if using old PHP servers
- mysql.phpmysql test and configuration
- readme.txtread me text file
- styles-php.phpPHP version of the styles page
- styles.phppage with various predefined styles