Pre-/post-processing gui macro

 

  Preprocessing macro

  Macro: {textarea:name=<name>;class=<class>}
  Requires: gui, ckeditor packages

  This will be replaced with textarea with name <name> and class <class>. Then it will be replaced with ckeditor.

Example:
{textarea:name=msg}

  Macro: {collapsing_widget:width=<width>;border_color=<border_color>;background_color=<background_color>;timeout=<timeout>;button_text=<button_text>;div_selector=<div_selector>}
  Requires: gui, jquery packages

  This will be replaced with script wich will create collapsing block.

Example:
{collapsing_widget:div_selector=.block1;width=400px}

  Postprocessing macro

  Macro: {encoding:name=<code>;selected=<selected_encoding>}
  Requires: gui package

  This will be replaced with select widget with a list of encodings.

Example:
{encoding:name=internal;selected=utf-8}

2009 © ultimix