/include/options/accessibility.php

Description

options_accessibility.php

Displays all options concerning accessibility features in SquirrelMail.

Constants
SMOPT_GRP_ACCESSKEYS_COMPOSE = 3 (line 18)
SMOPT_GRP_ACCESSKEYS_FOLDER_LIST = 4 (line 19)
SMOPT_GRP_ACCESSKEYS_MAILBOX = 1 (line 16)
SMOPT_GRP_ACCESSKEYS_MENUBAR = 0 (line 15)

Define the group constants for this options page.

SMOPT_GRP_ACCESSKEYS_OPTIONS = 5 (line 20)
SMOPT_GRP_ACCESSKEYS_READ_MESSAGE = 2 (line 17)
Functions
load_optpage_data_accessibility (line 35)

This function builds an array with all the information about the options available to the user, and returns it. The options are grouped by the groups in which they are displayed.

For each option, the following information is stored:

  • name: the internal (variable) name
  • caption: the description of the option in the UI
  • type: one of SMOPT_TYPE_*
  • refresh: one of SMOPT_REFRESH_*
  • size: one of SMOPT_SIZE_*
  • save: the name of a function to call when saving this option

  • return: all option information
array load_optpage_data_accessibility ()

Documentation generated on Mon, 13 Jan 2020 04:21:57 +0100 by phpDocumentor 1.4.3