Markup processing class
Class constructor | No description available. | |
Convert | Converts a plain input into HTML output. | |
PostProcess | Post-processes a converted HTML string. | |
SetSmileyPath | Sets a new smiley image path. |
ApplyStyle | Applies the desired style and writes all necessary HTML output. | |
CheckSmiley | Determines whether there's a smiley code at a given position. | |
ClearStyle | Clear current styles. | |
ProcessInline | Processes inline input. | |
ProcessLine | Processes a complete line from the input. | |
ResetState | Resets the internal state. | |
ResolveLink | Resolves a link specification into a URL. | |
TranslateSmiley | Translates a smiley code into HTML. | |
TranslateStyle | Translates style IDs into HTML. | |
UpdateBlockQuote | Applies the new block quote level. | |
UpdateList | Applies the new list type. | |
UpdateTable | Applies the new table state. |
STYLE_LEFT | 0 | Second style array level constants: Left-aligned floating box |
File: markup.class.php, |
STYLE_RIGHT | 1 | Right-aligned floating box |
File: markup.class.php, |
STYLE_CENTRE | 2 | Centre-aligned box |
File: markup.class.php, |
STYLE_BOX | 3 | Bordered box |
File: markup.class.php, |
STYLE_OT | 4 | Off topic |
File: markup.class.php, |
STYLE_PAR | 5 | Paragraph |
File: markup.class.php, |
STYLE_EM | 6 | Emphasis |
File: markup.class.php, |
STYLE_STRONG | 7 | Strong emphasis |
File: markup.class.php, |
STYLE_MONO | 8 | Monospace font |
File: markup.class.php, |
STYLE_COLOUR | 9 | Text colour |
File: markup.class.php, |
STYLE_BACKC | 10 | Background colour |
File: markup.class.php, |
STYLE_SIZE | 11 | Font size |
File: markup.class.php, |
STYLE_BIG | 12 | Bigger font |
File: markup.class.php, |
STYLE_SMALL | 13 | Smaller font |
File: markup.class.php, |
STYLE_ULINE | 14 | Font size |
File: markup.class.php, |
STYLE_STRIKE | 15 | Font size |
File: markup.class.php, |
STYLE_SUB | 16 | Subscript |
File: markup.class.php, |
STYLE_SUP | 17 | Superscript |
File: markup.class.php, |
STYLE_RAW | 18 | Raw text (monospace) |
File: markup.class.php, |
STYLE_ID_MAX | 18 | No description available. |
File: markup.class.php, |
Implementation file: markup.class.php, line 10
© 2010 Yves Goergen. UNB Components Homepage. Reference generated on 2010-03-07.