ATK Configuration: Difference between revisions
Appearance
List options alphabetically |
|||
| Line 18: | Line 18: | ||
{| class="metadata" | {| class="metadata" | ||
! Configoption || Description || Possible values || Default | ! Configoption || Description || Possible values || Default | ||
|- | |||
| $config_menu_align | |||
| how the menu aligns. This is not a standard config variable, so you can't find it in config.inc.php | |||
| left, center, right | |||
| center | |||
|- | |- | ||
| $config_recordlistorientation | | $config_recordlistorientation | ||
| Line 34: | Line 39: | ||
| 25 | | 25 | ||
| | | | ||
|} | |} | ||
Revision as of 14:22, 30 August 2007
Below is a categorized list of configuration options. This page is far from complete. If you encounter a configuration value in ATK that is not listed here, please help us improve the documentation by adding it.
Within a category, the options are listed alphabetically.
Database Configuration
| Configoption | Description | Possible values | Default |
|---|---|---|---|
| $config_db["default"]["driver"] | Which database driver to use | mysql,mysqli,mysql41,mssql,oci805,oci8,oci9,pgqsl,db2,i5 | mysql |
GUI Configuration
| Configoption | Description | Possible values | Default | |
|---|---|---|---|---|
| $config_menu_align | how the menu aligns. This is not a standard config variable, so you can't find it in config.inc.php | left, center, right | center | |
| $config_recordlistorientation | Place the recordlist action icons on the left or right of recordlists. | right, left, both | right | |
| $config_recordlistvorientation | Place the column headers (fieldname, searchfields etc.) at the top or bottom of recordlists. | top, bottom, both | top | |
| $config_recordsperpage | The number of records to display in a list of records. If there are more records than this number, previous/next links and page numbers will be added. | positive number | 25 |
Relations
| Configoption | Description | Possible values | Default |
|---|---|---|---|
| $config_manytoone_autocomplete_minchars | The number of characters a user must type before a manytoonerelation starts to do autocompletion | Number higher than 0 | 2 |