/include/options/compose.php

Description

options_compose.php

Displays all options concerning composing of new messages

Constants
SMOPT_GRP_COMPOSE = 0 (line 15)

Define the group constants for this options page.

SMOPT_GRP_COMPOSE_REPLY = 1 (line 16)
Functions
load_optpage_data_compose (line 31)

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_compose ()
save_option_reply_prefix (line 194)

This function saves the reply prefix (body_quote) character(s)

void save_option_reply_prefix (object $option)
  • object $option

Documentation generated on Mon, 13 Jan 2020 04:22:09 +0100 by phpDocumentor 1.4.3