2024.8.23
|
Static Public Member Functions | |
static | getActionChangeBrowser () |
static | process () |
Data Fields | |
const | ACTION = 'changeBrowser' |
Class TplAppBrowser
This class provides methods to generate actions and menu items for changing the browser in the Bearsampp application. It includes functionalities for creating change browser actions and processing change browser commands.
Definition at line 16 of file class.tpl.app.browser.php.
|
static |
Generates the action to change the browser.
This method creates the action string for changing the browser. It includes commands to reload the application after changing the browser. The action string is used to define what happens when the change browser action is triggered.
Definition at line 51 of file class.tpl.app.browser.php.
References Action\CHANGE_BROWSER, TplAppReload\getActionReload(), and TplApp\getActionRun().
|
static |
Generates the change browser menu item and associated actions.
This method creates a menu item for changing the browser and defines the actions to be taken when the change browser menu item is selected. It uses the global language object to retrieve the localized string for the change browser action.
@global object $bearsamppLang Provides language support for retrieving language-specific values.
Definition at line 32 of file class.tpl.app.browser.php.
References $bearsamppLang, Lang\CHANGE_BROWSER_TITLE, TplApp\getActionMulti(), and TplAestan\GLYPH_BROWSER.
Referenced by TplApp\getSectionMenuRight().
const TplAppBrowser::ACTION = 'changeBrowser' |
Definition at line 19 of file class.tpl.app.browser.php.