Function __global->code_editor_do_header
Definitions
code_editor.php
- Output the code editors page header.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $type | ID_TEXT | No | No | required parameter | N/A | N/A | The type our form clicks are |
| $target | ID_TEXT | No | No | _top | N/A | N/A | The target our form clicks get sent to |
Preview
Code (PHP)
/**
* Output the code editors page header.
*
* @param ID_TEXT $type The type our form clicks are
* @param ID_TEXT $target The target our form clicks get sent to
*/
function code_editor_do_header(string $type, string $target = '_top')
* Output the code editors page header.
*
* @param ID_TEXT $type The type our form clicks are
* @param ID_TEXT $target The target our form clicks get sent to
*/
function code_editor_do_header(string $type, string $target = '_top')
