mcTinyMceDragMathPlugin

/config

  • app.yml - settings of TinyMCE editor

/lib/task

Contains custom Symfony tasks, that can be run from command line.

  • bsPluginSearchTask.class - search for specified string in Topics
  • bsPluginValidateTopicsTask.class - runs the Python script for HTML validation on each Topic

/web

Contains images, sounds and the core of TinyMCE editor along with custom plugins specific for the project SAMOČET.

Warning

Each plugin in this directory must be symlinked to bsTinyMcePlugin/web/js/tiny_mce_jquery/plugins in order to be functional.

  • dragmath - Java-applet-based editor of mathematical formulas

    Warning

    DragMath is now replaced by Wiris editor and thus should not be used anymore.

  • mcchemicalformula - highlight text snippet, which should be rendered and read as a chemical formula

  • mccorrecthtml - runs Python script for HTML validation

  • mccurlyunderline - select text which should be underlined with a black curl

  • mccurlyunderlineblue - select text which should be underlined with a blue curl

  • mccurlyunderlinegreen - select text which should be underlined with a green curl

  • mccurlyunderlinered - select text which should be underlined with a red curl

  • mcdefinition [definice] - add a definition template

  • mcenglish - select text which should be read in english - male voice

  • mcenglishcz - select text which should be read in english - czech male voice

  • mcenglishfemale - select text which should be read in english - female voice

  • mcexample [příklad] - add an example template

  • mcformula [řádková rovnice] - select a string which should be displayed and read as a simple mathematical formula

  • mcgerman - select text which should be read in german - male voice

  • mcgermanfemale - select text which should be read in german - female voice

  • mcgermanneutral - select text which should be read in german - neutral voice

  • mcinfo [poznámka] - add an info template

  • mcinterest [zajímavost] - add an interest template

  • mcpartofspeech [slovní druh] - select a string which should be highlighted as a part-of-speech

  • mcpartofspeechmainsentence [slovní druh - hlavní věta] - select a string which should be highlighted as a part-of-speech (main sentence)

  • mcpause - insert a pause symbol

  • mcpausetimed - insert a timed pause symbol

  • mcproportion [přímá/nepřímá úměra] - insert a proportion template

  • mcreadas [čti jako] - select a word which will be inserted instead of its preceding word while reading it

  • mcsolution [řešení] - add a solution template

  • mcsubsup [zarovnaná indexy] - insert a symbol with aligned upper and lower index

  • mcsvgedit - run the SVG editor for drawing images

  • mcunderlineblue - select text which should be underlined with blue line

  • mcunderlinegreen - select text which should be underlined with green line

  • mcunderlinered - select text which should be underlined with red line

  • mcwarning [upozornění] - add a warning template

  • tiny_mce_wiris - run the Wiris mathematical formula editor

Table Of Contents

Previous topic

mcCourseBookPlugin

Next topic

mcWebTTSPlugin

This Page