Jump to content

ATK Configuration: Difference between revisions

From NusaATK
Lineke (talk | contribs)
Cleaning up the interface for readability
Line 15: Line 15:


== GUI Configuration ==  
== GUI Configuration ==  
;$config_menu_align
:how the menu aligns. This is not a standard config variable, so you can't find it in config.inc.php
:Possible values : left, center, right
:Default : center
;$config_recordlistorientation
:Place the recordlist action icons on the left or right of recordlists.
:Possible values : right, left, both
:Default : right
;$config_recordlistvorientation
:Place the column headers (fieldname, searchfields etc.) at the top or bottom of recordlists.
:Possible values : top, bottom, both
:Default : 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.
:Possible values : positive number
:Default : 25


{| class="metadata"
! 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 ==
== Relations ==

Revision as of 17:43, 21 December 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

GUI Configuration

$config_menu_align
how the menu aligns. This is not a standard config variable, so you can't find it in config.inc.php
Possible values : left, center, right
Default : center
$config_recordlistorientation
Place the recordlist action icons on the left or right of recordlists.
Possible values : right, left, both
Default : right
$config_recordlistvorientation
Place the column headers (fieldname, searchfields etc.) at the top or bottom of recordlists.
Possible values : top, bottom, both
Default : 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.
Possible values : positive number
Default : 25


Relations

Auth Config

Other config