| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
Utility class for wysiwyg editing mode. More...
 Collaboration diagram for ilWysiwygUtil:
 Collaboration diagram for ilWysiwygUtil:| 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.
References $depth.
| 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().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilWysiwygUtil::showFootnote | ( | ) | 
Definition at line 131 of file class.ilWysiwygUtil.php.
References $_GET, $ilCtrl, and ilUtil\getStyleSheetLocation().
Referenced by show().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilWysiwygUtil::showHeader | ( | ) | 
Definition at line 156 of file class.ilWysiwygUtil.php.
Referenced by show().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilWysiwygUtil::showItl | ( | ) | 
Definition at line 125 of file class.ilWysiwygUtil.php.
References ilUtil\getStyleSheetLocation().
Referenced by show().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilWysiwygUtil::showMoveCopyQuestion | ( | ) | 
Definition at line 72 of file class.ilWysiwygUtil.php.
References $_GET, ilLMObjectFactory\getInstance(), ilObjectFactory\getInstanceByRefId(), and ilUtil\getStyleSheetLocation().
Referenced by show().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilWysiwygUtil::showXtl | ( | ) | 
Definition at line 107 of file class.ilWysiwygUtil.php.
References ilUtil\getStyleSheetLocation().
Referenced by show().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilWysiwygUtil::startElement | ( | $parser, | |
| $name, | |||
| $attrs | |||
| ) | 
Definition at line 251 of file class.ilWysiwygUtil.php.
References $_POST, $depth, and convert().
 Here is the call graph for this function:
 Here is the call graph for this function:| 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.