Function __global->wysiwyg_comcode_markup_style
Definitions
sources/comcode_compiler.php
- Find how Comcode will be represented in the editor.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: int
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$tag | string | required parameter | N/A | N/A | The Comcode tag |
$attributes | ?array | Null | N/A | N/A | The parameters (null: don't consider) |
$embed | ?Tempcode | Null | N/A | N/A | The contents of the tag (null: don't consider) |
$html_errors | boolean | False | N/A | N/A | Whether HTML structure errors have been spotted so far (limits how $semiparse_mode rendering works) |
$conservative | boolean | False | N/A | N/A | Don't add things to WYSIWYG_COMCODE__HTML that may not be in some situations |
Return
- The Comcode integration style
- Type: integer
- Set: N/A
- Range: N/A