ILIAS
Release_4_0_x_branch Revision 61816
|
Utility class for wysiwyg editing mode. More...
Public Member Functions | |
ilWysiwygUtil () | |
show ($ptype) | |
showMoveCopyQuestion () | |
showXtl () | |
showItl () | |
showFootnote () | |
showHeader () | |
convertFromPost ($content) | |
startElement ($parser, $name, $attrs) | |
characterData ($parser, $data) | |
endElement ($parser, $name) |
Data Fields | |
$tpl | |
$lng | |
$struct = array() | |
$depth | |
$newXml |
Utility class for wysiwyg editing mode.
Definition at line 33 of file class.ilWysiwygUtil.php.
ilWysiwygUtil::characterData | ( | $parser, | |
$data | |||
) |
Definition at line 374 of file class.ilWysiwygUtil.php.
References $data.
ilWysiwygUtil::convertFromPost | ( | $content | ) |
Definition at line 165 of file class.ilWysiwygUtil.php.
References $newXml.
ilWysiwygUtil::endElement | ( | $parser, | |
$name | |||
) |
Definition at line 385 of file class.ilWysiwygUtil.php.
ilWysiwygUtil::ilWysiwygUtil | ( | ) |
Definition at line 39 of file class.ilWysiwygUtil.php.
References $lng.
ilWysiwygUtil::show | ( | $ptype | ) |
Definition at line 46 of file class.ilWysiwygUtil.php.
References showFootnote(), showHeader(), showItl(), showMoveCopyQuestion(), and showXtl().
ilWysiwygUtil::showFootnote | ( | ) |
Definition at line 131 of file class.ilWysiwygUtil.php.
References $_GET, $ilCtrl, and ilUtil\getStyleSheetLocation().
Referenced by show().
ilWysiwygUtil::showHeader | ( | ) |
Definition at line 156 of file class.ilWysiwygUtil.php.
Referenced by show().
ilWysiwygUtil::showItl | ( | ) |
Definition at line 125 of file class.ilWysiwygUtil.php.
References ilUtil\getStyleSheetLocation().
Referenced by show().
ilWysiwygUtil::showMoveCopyQuestion | ( | ) |
Definition at line 72 of file class.ilWysiwygUtil.php.
References $_GET, ilLMObjectFactory\getInstance(), ilObjectFactory\getInstanceByRefId(), and ilUtil\getStyleSheetLocation().
Referenced by show().
ilWysiwygUtil::showXtl | ( | ) |
Definition at line 107 of file class.ilWysiwygUtil.php.
References ilUtil\getStyleSheetLocation().
Referenced by show().
ilWysiwygUtil::startElement | ( | $parser, | |
$name, | |||
$attrs | |||
) |
Definition at line 251 of file class.ilWysiwygUtil.php.
References $_POST, $depth, $key, $name, and convert().
ilWysiwygUtil::$depth |
Definition at line 163 of file class.ilWysiwygUtil.php.
Referenced by endElement(), and startElement().
ilWysiwygUtil::$lng |
Definition at line 37 of file class.ilWysiwygUtil.php.
Referenced by ilWysiwygUtil().
ilWysiwygUtil::$newXml |
Definition at line 164 of file class.ilWysiwygUtil.php.
Referenced by convertFromPost().
ilWysiwygUtil::$struct = array() |
Definition at line 162 of file class.ilWysiwygUtil.php.
ilWysiwygUtil::$tpl |
Definition at line 36 of file class.ilWysiwygUtil.php.