Page parameters are used to pass parameters to the module functions to modify their standard behaviour. For example, it can be used to disable storing the last session page (if pagewise navigation is used) or to modify the standard date format in the functions of the Information blocks module.
Note!
Page parameters are available only within the page and are not stored neither in
database nor in session.
The CPageOption class is used to handle page parameters. It contains the following methods:
Module ID | Name | Parameter | Description | Default value |
---|---|---|---|---|
main | Kernel | nav_page_in_session | If "Y", the last opened page in pagewise navigation will be stored in session, otherwise "N". | Y |
iblock | Information blocks | FORMAT_ACTIVE_DATES | If "FULL", the dates of an information block element (fields "ACTIVE_FROM" and "ACTIVE_TO") are returned in full format (with the time). If "SHORT" they are returned in short format (without the time). | SHORT |
<? CPageOption::SetOptionString("main", "nav_page_in_session", "N"); ?>
<? CPageOption::SetOptionString("iblock", "FORMAT_ACTIVE_DATES", "FULL"); ?>
© 2001-2005 Bitrix | Bitrix Site Manager - Content Management & Portal Solutions |