|
The Miscellaneous
settings page allows to set project, table specific and
Enterprise Edition settings.
Project
settings
Use the Language
drop-down box to choose the Project language. By clicking
Multiple languages button
you can select several Project languages and give the user ability
to choose language while logging in.
Regional settings
Choose required country from drop-down box.
Label Editor allows you to edit table and field labels
(Table labels tab), custom
labels (Custom labels tab),
add tooltips to the Edit forms (Edit form tooltips tab).
You can translate labels into several languages if multilanguage
support turned on in your project. Use custom labels to translate
menu items, tab/section names,
error messages in
regular expressions and your own validation
plugins etc. Also you can create your own custom labels
to display some messages to a user.
You can export multilanguage labels to the CSV file (use
Export to CSV button), then
edit labels in the external editor and import the file back (use
Import from CSV
button).
If you have created Custom labels and want to place some text on
a page, which will vary depending on the selected language, you can
add PHP code snippet to the page and use the following code in
it:
|
echo GetCustomLabel ("custom label
id");
|
Don't forget to replace custom
label id with the correct custom label identifier.
Section 508
compatibility
Select this check box to make online content accessible to a
wide range of people with disabilities. For more information, visit
http://www.section508.gov/.
Check keyboard-based navigation through table links on the List
page (Arrow Up, Arrow Down, Tab, Shift Tab). The keyboard shortcuts
available are described below:
|
·
|
ALT+E - inline edit current record; |
|
·
|
ALT+S - save current record; |
|
·
|
ALT+C - cancel inline edit; |
|
·
|
ALT+F - go to the advanced search; |
|
·
|
ALT+M - jump to the menu; |
|
·
|
CTRL+left arrow - previous page; |
|
·
|
CTRL+right arrow - next page. |
When using special internet browser readers, the Hotkeys reference link will be
available.
Build Mobile version
Allows you to build a mobile version of your website
automatically. More info on Mobile
template.
Table
specific settings
Miscellaneous settings that can vary from table to table. Use
drop-down box with table names to switch between tables.
Move Next option
Displays Next/Prev buttons on Edit/View pages that allows to
proceed to the next record without going back to the list page.
Rollover row
highlighting
Select this check box to turn on row highlighting feature. It
highlights current table row on the list page.
Also you can change top level and row level tags for XML
export.
Resizable table columns
Allows resizing any column on the List page by dragging its edge.
Search settings
Allows adjusting search settings. For more information, see
Choose fields: Search
settings.
Truncate large text fields
...
|
|
This option adds "More ..." link to long text field while first
XXX characters are displayed on the page. "More ..." link displays
a popup with the whole field content.
|
Also you can enter number of records to appear on each list
page.
Note: to make
this option work correctly you must choose the key field for the
selected table on the Choose
pages screen.
No records on the first
page
With this option turned on no records will be shown on initial
page load. You will need to run a search in order to display
results.
Records per page
The initial number of records to be displayed
Records per page
selection
Defines what options to show in pagination control. "all"
(without quotes) means show all records.
Enterprise
Edition settings
These settings are available only in the Enterprise Edition of
PHPRunner.
Web reports
Enable online report/chart
builder.
|